<?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: inputs.conf - configure &amp;quot;source&amp;quot; in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699901#M115924</link>
    <description>&lt;P&gt;I'll probably make a meta field as you suggested,&lt;/P&gt;&lt;P&gt;I didn't&amp;nbsp; wanted to do it at the start but it seems the only way.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2024 05:46:36 GMT</pubDate>
    <dc:creator>Gil</dc:creator>
    <dc:date>2024-09-24T05:46:36Z</dc:date>
    <item>
      <title>inputs.conf - configure "source"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699832#M115916</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i have a monitor stanza in inputs.conf&amp;nbsp; that monitor our organization proxy,&lt;/P&gt;&lt;P&gt;the logs are sent by syslog-ng&lt;/P&gt;&lt;P&gt;i have only one stanza that monitor 4 diff sources IP's from that proxy.&lt;/P&gt;&lt;P&gt;i want to configure diff "source" to each source ip's without seeing in the value (under the source field) the name of the log.&lt;BR /&gt;lets say the monitor path is (in the deployment server):&lt;BR /&gt;$SPLUNK_HOME/syslog/proxy/*/*.log&lt;BR /&gt;&lt;BR /&gt;in the source field i will see:&lt;BR /&gt;$SPLUNK_HOME/syslog/proxy/&amp;lt;proxy_source_a|b|c|d&amp;gt;/&amp;lt;proxy_date_and_time&amp;gt;.log&lt;BR /&gt;&lt;BR /&gt;i want the source to stop at&amp;nbsp;proxy_source_a|b|c|d, example:&lt;BR /&gt;$SPLUNK_HOME/syslog/proxy/&amp;lt;proxy_source_a|b|c|d&amp;gt;/&lt;/P&gt;&lt;P&gt;is that possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 13:01:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699832#M115916</guid>
      <dc:creator>Gil</dc:creator>
      <dc:date>2024-09-23T13:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf - configure "source"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699857#M115919</link>
      <description>&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Adding-a-field-and-changing-source-from-Source/m-p/147386" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Adding-a-field-and-changing-source-from-Source/m-p/147386&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/How-to-replace-meta-information/m-p/98452" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/How-to-replace-meta-information/m-p/98452&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here are 2 links demonstrating different use cases to replace source values with something for their particular use.&amp;nbsp; Leveraging rex you can replace your source with the value and match you require.&amp;nbsp; The process is the same even if the rex is different.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 14:20:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699857#M115919</guid>
      <dc:creator>dural_yyz</dc:creator>
      <dc:date>2024-09-23T14:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf - configure "source"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699863#M115920</link>
      <description>&lt;P&gt;tried those 2 option already with no good results.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 14:54:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699863#M115920</guid>
      <dc:creator>Gil</dc:creator>
      <dc:date>2024-09-23T14:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf - configure "source"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699877#M115921</link>
      <description>&lt;P&gt;You can rewrite any metadata field including source, sourcetype and host using transforms.&lt;/P&gt;&lt;P&gt;But, to be honest, I don't understand why you would want to lose information (the actual source file). You can always extract that info in search time if you want just the directory.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 17:47:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699877#M115921</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-09-23T17:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf - configure "source"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699901#M115924</link>
      <description>&lt;P&gt;I'll probably make a meta field as you suggested,&lt;/P&gt;&lt;P&gt;I didn't&amp;nbsp; wanted to do it at the start but it seems the only way.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 05:46:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699901#M115924</guid>
      <dc:creator>Gil</dc:creator>
      <dc:date>2024-09-24T05:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf - configure "source"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699903#M115925</link>
      <description>&lt;P&gt;No, wait.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;source&lt;/EM&gt; _is_ a metadata field already. You can use transforms to either cut it as you initially planned or to extract data from it to another indexed field. You can also use EXTRACT or REPORT to extract the field in search time.&lt;/P&gt;&lt;P&gt;There are many possibilities here.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 07:33:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699903#M115925</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-09-24T07:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf - configure "source"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699913#M115931</link>
      <description>&lt;P&gt;i tried transforms and props yesterday and it didnt work,&lt;/P&gt;&lt;P&gt;but what is "&lt;SPAN&gt;EXTRACT or REPORT" you mention.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 09:30:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699913#M115931</guid>
      <dc:creator>Gil</dc:creator>
      <dc:date>2024-09-24T09:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf - configure "source"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699916#M115932</link>
      <description>&lt;P&gt;1. What _exactly_ did you try? And how it 'doesn't work'?&lt;/P&gt;&lt;P&gt;2. EXTRACT and REPORT are two settings which can be used for search-time extractions.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 09:57:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/699916#M115932</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-09-24T09:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf - configure "source"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/700434#M115992</link>
      <description>What is your current reason why you are trying this and what is your original issue which you are solving?</description>
      <pubDate>Sat, 28 Sep 2024 15:32:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-configure-quot-source-quot/m-p/700434#M115992</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-09-28T15:32:56Z</dc:date>
    </item>
  </channel>
</rss>

