<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: splunk logging driver for docker in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/splunk-logging-driver-for-docker/m-p/209777#M21790</link>
    <description>&lt;P&gt;hpant if the splunk url is not working then it shutdowns the docker daemon itself we faced this issue , hence we avoided using this.&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2017 15:04:54 GMT</pubDate>
    <dc:creator>vvelpuri</dc:creator>
    <dc:date>2017-05-23T15:04:54Z</dc:date>
    <item>
      <title>splunk logging driver for docker</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/splunk-logging-driver-for-docker/m-p/209773#M21786</link>
      <description>&lt;P&gt;Hi i am trying to run docker with splunk logging driver . I am using  splunk cloud managed service .  I am receiving the below error  any time did you face this error.&lt;/P&gt;

&lt;P&gt;$sudo docker run --publish 80:80 --log-driver=splunk --log-opt splunk-token=xxxxxxxxxxx --log-opt splunk-url=&lt;A href="https://http-inputs-ccccccc.splunkcloud.com/services/collector/event:8088" target="_blank"&gt;https://http-inputs-ccccccc.splunkcloud.com/services/collector/event:8088&lt;/A&gt; --log-opt splunk-insecureskipverify=true nginx&lt;/P&gt;

&lt;P&gt;docker: Error response from daemon: Failed to initialize logging driver: splunk: expected format schema://dns_name_or_ip:port for splunk-url.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:07:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/splunk-logging-driver-for-docker/m-p/209773#M21786</guid>
      <dc:creator>vvelpuri</dc:creator>
      <dc:date>2020-09-29T11:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: splunk logging driver for docker</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/splunk-logging-driver-for-docker/m-p/209774#M21787</link>
      <description>&lt;P&gt;Try to change the url to format &lt;CODE&gt;--log-opt splunk-url=https://input-ccccccc.splunkcloud.com:8088&lt;/CODE&gt;. I'm afraid though that the docker splunk logging driver isn't working at the moment - you'll probably get &lt;EM&gt;handshake failure&lt;/EM&gt; error. Splunk has said that they are working on the problem but I have no clue when the fix should be coming.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 10:29:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/splunk-logging-driver-for-docker/m-p/209774#M21787</guid>
      <dc:creator>barona</dc:creator>
      <dc:date>2016-09-23T10:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: splunk logging driver for docker</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/splunk-logging-driver-for-docker/m-p/209775#M21788</link>
      <description>&lt;P&gt;We are using splunk collector configured with URL "&lt;A href="https://splunk-ec.test.xyz.com:8088/services/collector/event" target="_blank"&gt;https://splunk-ec.test.xyz.com:8088/services/collector/event&lt;/A&gt;" and i am able to send log using curl command but getting below same error when i used docker run with same url.&lt;/P&gt;

&lt;P&gt;docker: Error response from daemon: Failed to initialize logging driver: splunk: expected format scheme://dns_name_or_ip:port for splunk-url.&lt;/P&gt;

&lt;P&gt;if i removed "/services/collector/event" from url it is not working.&lt;BR /&gt;
Does splunk collector automatically send request to "/services/collector/event" end point ? ,,our splunk even collector url path is  like "&lt;A href="https://splunk-ec.test.XYZ.com:8088/services/collector/event" target="_blank"&gt;https://splunk-ec.test.XYZ.com:8088/services/collector/event&lt;/A&gt;", but when i try to run docker run command with same URL, i am also getting same error message &lt;/P&gt;

&lt;P&gt;docker: Error response from daemon: Failed to initialize logging driver: splunk: expected format scheme://dns_name_or_ip:port for splunk-url.&lt;/P&gt;

&lt;P&gt;i am able to send event log using curl command with same URL. I doubt removing "/services/collector/event" from url will work?&lt;BR /&gt;
does splunk event collector automatically add "/services/collector/event"?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:45:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/splunk-logging-driver-for-docker/m-p/209775#M21788</guid>
      <dc:creator>hpant</dc:creator>
      <dc:date>2020-09-29T13:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: splunk logging driver for docker</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/splunk-logging-driver-for-docker/m-p/209776#M21789</link>
      <description>&lt;P&gt;Any Help from Splunk team on above issue?&lt;BR /&gt;
i am able to send logs using curl command but not docker run.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 05:41:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/splunk-logging-driver-for-docker/m-p/209776#M21789</guid>
      <dc:creator>hpant</dc:creator>
      <dc:date>2017-05-23T05:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: splunk logging driver for docker</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/splunk-logging-driver-for-docker/m-p/209777#M21790</link>
      <description>&lt;P&gt;hpant if the splunk url is not working then it shutdowns the docker daemon itself we faced this issue , hence we avoided using this.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 15:04:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/splunk-logging-driver-for-docker/m-p/209777#M21790</guid>
      <dc:creator>vvelpuri</dc:creator>
      <dc:date>2017-05-23T15:04:54Z</dc:date>
    </item>
  </channel>
</rss>

