<?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 UF Docker edit props.conf file in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373525#M67700</link>
    <description>&lt;P&gt;Thanks for the answer, still I need to know how do I add this configuration in Docker UF.&lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2018 13:07:33 GMT</pubDate>
    <dc:creator>eddiemashayev</dc:creator>
    <dc:date>2018-05-02T13:07:33Z</dc:date>
    <item>
      <title>Splunk UF Docker edit props.conf file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373522#M67697</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;I want to be able to edit this file &lt;STRONG&gt;/opt/splunk/etc/system/default/props.conf&lt;/STRONG&gt; and add this data input: &lt;BR /&gt;
    [journald]&lt;BR /&gt;
    KV_MODE = json&lt;BR /&gt;
    MAX_TIMESTAMP_LOOKAHEAD = 10&lt;BR /&gt;
    NO_BINARY_CHECK = 1&lt;BR /&gt;
    SHOULD_LINEMERGE = false&lt;BR /&gt;
    TIME_FORMAT = %s&lt;BR /&gt;
    TIME_PREFIX = \"__REALTIME_TIMESTAMP\" : \"&lt;BR /&gt;
    pulldown_type = 1&lt;BR /&gt;
    TZ=UTC&lt;/P&gt;

&lt;P&gt;I don't see any way to do it with &lt;STRONG&gt;SPLUNK_CMD&lt;/STRONG&gt;&lt;BR /&gt;
Also didn't find any documentation in &lt;A href="https://hub.docker.com/r/splunk/splunk/" target="_blank"&gt;https://hub.docker.com/r/splunk/splunk/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Please assist.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:20:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373522#M67697</guid>
      <dc:creator>eddiemashayev</dc:creator>
      <dc:date>2020-09-29T19:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk UF Docker edit props.conf file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373523#M67698</link>
      <description>&lt;P&gt;Not too familiar with the Docker approach, but in general, you should never, ever edit any config file in etc/system/default/.&lt;/P&gt;

&lt;P&gt;Put the additional input configuration into a dedicated app, which you place in etc/apps/.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 12:17:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373523#M67698</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-05-02T12:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk UF Docker edit props.conf file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373524#M67699</link>
      <description>&lt;P&gt;I also wonder which ones of these settings need to be on the indexer side...&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 12:57:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373524#M67699</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-05-02T12:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk UF Docker edit props.conf file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373525#M67700</link>
      <description>&lt;P&gt;Thanks for the answer, still I need to know how do I add this configuration in Docker UF.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:07:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373525#M67700</guid>
      <dc:creator>eddiemashayev</dc:creator>
      <dc:date>2018-05-02T13:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk UF Docker edit props.conf file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373526#M67701</link>
      <description>&lt;P&gt;Oh, didn't even spot that, but this kind of props.conf all goes onto the indexer (unless you use a heavy forwarder). I was a bit blinded by your "I want to ... add this data input". Inputs are usually defined in inputs.conf not props.conf.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:09:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373526#M67701</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-05-02T13:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk UF Docker edit props.conf file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373527#M67702</link>
      <description>&lt;P&gt;I'm using Splunk Cloud and when add new source type called &lt;STRONG&gt;journald&lt;/STRONG&gt; in the Splunk cloud it's not working unless I'm updating the UF as well with&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[journald]
KV_MODE = json
MAX_TIMESTAMP_LOOKAHEAD = 10
NO_BINARY_CHECK = 1
SHOULD_LINEMERGE = false
TIME_FORMAT = %s
TIME_PREFIX = \"__REALTIME_TIMESTAMP\" : \"
pulldown_type = 1
TZ=UTC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there any option to change it on the Splunk cloud only ?? and it will take effect?&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:27:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-UF-Docker-edit-props-conf-file/m-p/373527#M67702</guid>
      <dc:creator>eddiemashayev</dc:creator>
      <dc:date>2018-05-02T13:27:23Z</dc:date>
    </item>
  </channel>
</rss>

