You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there some documentation about the functional differences between the splunk logging driver, which docker docs mention here: https://docs.docker.com/config/containers/logging/splunk/
vs the splunk-logging-plugin (the one from this repo?)
I did look around, however the only difference I can find (indirect) reference to is that the splunk-logging-plugin might allow for local container log inspection (i.e. docker logs CONTAINERNAME) whereas the splunk driver may not, per #2
The text was updated successfully, but these errors were encountered:
Looking at the code (I don't really know Go, so I'm kinda muddling here), I don't see a ton of differences, aside from additional setup for the driver, some telemetry and refactoring.
Uh oh!
There was an error while loading. Please reload this page.
Is there some documentation about the functional differences between the
splunk
logging driver, which docker docs mention here: https://docs.docker.com/config/containers/logging/splunk/vs the
splunk-logging-plugin
(the one from this repo?)I did look around, however the only difference I can find (indirect) reference to is that the
splunk-logging-plugin
might allow for local container log inspection (i.e.docker logs CONTAINERNAME
) whereas thesplunk
driver may not, per#2
The text was updated successfully, but these errors were encountered: