<?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: How to forward data with splunk server name inside in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-forward-data-with-splunk-server-name-inside/m-p/14006#M272</link>
    <description>&lt;P&gt;Thanks, it works!&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jun 2010 16:36:05 GMT</pubDate>
    <dc:creator>pmelchiori</dc:creator>
    <dc:date>2010-06-09T16:36:05Z</dc:date>
    <item>
      <title>How to forward data with splunk server name inside</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-forward-data-with-splunk-server-name-inside/m-p/14002#M268</link>
      <description>&lt;P&gt;I have four servers in different network &lt;STRONG&gt;with the same Windows Name&lt;/STRONG&gt;. I've created a Splunk collector and the logs are collected inside it. &lt;/P&gt;

&lt;P&gt;My problem is that I can't split the events! &lt;/P&gt;

&lt;P&gt;How can I do to split them in different search?&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2010 20:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-forward-data-with-splunk-server-name-inside/m-p/14002#M268</guid>
      <dc:creator>pmelchiori</dc:creator>
      <dc:date>2010-05-21T20:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward data with splunk server name inside</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-forward-data-with-splunk-server-name-inside/m-p/14003#M269</link>
      <description>&lt;P&gt;You can configure the hostname per Splunk instance.  You'll need to update the $SPLUNK_HOME/etc/system/local/inputs.conf to reflect this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = Windows1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Without customizing this, Splunk will use the System's local hostname as its default host setting which, in your case, would be the same for all 4 hosts.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2010 21:08:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-forward-data-with-splunk-server-name-inside/m-p/14003#M269</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-05-21T21:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward data with splunk server name inside</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-forward-data-with-splunk-server-name-inside/m-p/14004#M270</link>
      <description>&lt;P&gt;You may wish to use a fully-qualified hostname. If this is absolutely impossible, you can add a key and index another field into Splunk:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;inputs.conf&lt;/CODE&gt; where the inputs are being collected:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;newfield = network_id
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;CODE&gt;props.conf&lt;/CODE&gt; on the parsing queue machine(s):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[&amp;lt;host or source or sourcetype specifier&amp;gt;]
TRANSFORMS-setnewfieldtonetworkid = setnetworkid
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;CODE&gt;transforms.conf&lt;/CODE&gt; on the parsing queue machine(s):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnetworkid]
SOURCE_KEY = newfield
REGEX = (.*)
FORMAT = newfield::$1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;CODE&gt;fields.conf&lt;/CODE&gt; on the searcher machine:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[newfield]
INDEXED = True
INDEXED_VALUE = False
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 22 May 2010 12:51:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-forward-data-with-splunk-server-name-inside/m-p/14004#M270</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-05-22T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward data with splunk server name inside</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-forward-data-with-splunk-server-name-inside/m-p/14005#M271</link>
      <description>&lt;P&gt;Thanks! I'll try this soon, but why Splunk can't get the name insert in the web interface?&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2010 14:09:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-forward-data-with-splunk-server-name-inside/m-p/14005#M271</guid>
      <dc:creator>pmelchiori</dc:creator>
      <dc:date>2010-05-24T14:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward data with splunk server name inside</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-forward-data-with-splunk-server-name-inside/m-p/14006#M272</link>
      <description>&lt;P&gt;Thanks, it works!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2010 16:36:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-forward-data-with-splunk-server-name-inside/m-p/14006#M272</guid>
      <dc:creator>pmelchiori</dc:creator>
      <dc:date>2010-06-09T16:36:05Z</dc:date>
    </item>
  </channel>
</rss>

