<?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 duplicate hostnames with different cases in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/duplicate-hostnames-with-different-cases/m-p/61217#M12163</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;How could we avoid duplicate reporting of the same host?&lt;/P&gt;

&lt;P&gt;Hosts (≥ 3)&lt;BR /&gt;
    host    Count   Last Update&lt;BR /&gt;
1   Testserver01    2,991,872   01/31/2012 15:23:06&lt;BR /&gt;
2   TESTSERVER01    2,197,558   01/31/2012 15:23:09&lt;/P&gt;

&lt;P&gt;cat /opt/splunk/lib/splunk/defaultdb/db/Hosts.data&lt;BR /&gt;
0       3         5314043       1319567912      1328020085      1328020085&lt;BR /&gt;
1       host::Testserver01        2991880       1319567912      1328020026     1328020026&lt;BR /&gt;
2       host::TESTSERVER01        2197672       1322490713      1328020085     1328020085&lt;/P&gt;

&lt;P&gt;Steffen&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2012 14:32:09 GMT</pubDate>
    <dc:creator>sneuser</dc:creator>
    <dc:date>2012-01-31T14:32:09Z</dc:date>
    <item>
      <title>duplicate hostnames with different cases</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/duplicate-hostnames-with-different-cases/m-p/61217#M12163</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;How could we avoid duplicate reporting of the same host?&lt;/P&gt;

&lt;P&gt;Hosts (≥ 3)&lt;BR /&gt;
    host    Count   Last Update&lt;BR /&gt;
1   Testserver01    2,991,872   01/31/2012 15:23:06&lt;BR /&gt;
2   TESTSERVER01    2,197,558   01/31/2012 15:23:09&lt;/P&gt;

&lt;P&gt;cat /opt/splunk/lib/splunk/defaultdb/db/Hosts.data&lt;BR /&gt;
0       3         5314043       1319567912      1328020085      1328020085&lt;BR /&gt;
1       host::Testserver01        2991880       1319567912      1328020026     1328020026&lt;BR /&gt;
2       host::TESTSERVER01        2197672       1322490713      1328020085     1328020085&lt;/P&gt;

&lt;P&gt;Steffen&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2012 14:32:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/duplicate-hostnames-with-different-cases/m-p/61217#M12163</guid>
      <dc:creator>sneuser</dc:creator>
      <dc:date>2012-01-31T14:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate hostnames with different cases</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/duplicate-hostnames-with-different-cases/m-p/61218#M12164</link>
      <description>&lt;P&gt;You can use the upper() function. This function takes one string argument and returns the uppercase version. The lower() function also exists for returning the lowercase version.&lt;/P&gt;

&lt;P&gt;Example:&lt;/P&gt;

&lt;P&gt;|eval host=upper(host)&lt;/P&gt;

&lt;P&gt;More information:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/SearchReference/CommonEvalFunctions"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/SearchReference/CommonEvalFunctions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
Lp&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2012 15:11:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/duplicate-hostnames-with-different-cases/m-p/61218#M12164</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-01-31T15:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate hostnames with different cases</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/duplicate-hostnames-with-different-cases/m-p/61219#M12165</link>
      <description>&lt;P&gt;In which config file you need to write this statement to make this permanent?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2012 15:15:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/duplicate-hostnames-with-different-cases/m-p/61219#M12165</guid>
      <dc:creator>sneuser</dc:creator>
      <dc:date>2012-01-31T15:15:35Z</dc:date>
    </item>
  </channel>
</rss>

