<?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 create splunk search for common filed/value across the multiple servers? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-splunk-search-for-common-filed-value-across-the/m-p/312269#M160976</link>
    <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Your Base Search Here | stats first(_time) AS Time values(host) AS host values(CONNID) AS CONNID range(_time) AS duration BY eventID
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 26 May 2017 15:04:42 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-05-26T15:04:42Z</dc:date>
    <item>
      <title>How to create splunk search for common filed/value across the multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-splunk-search-for-common-filed-value-across-the/m-p/312267#M160974</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;

&lt;P&gt;I am trying to build search for common value across multiple host. For example , i have a common field call "eventID" across the multiple host. eventID is dynamic value and keep on changing. How do i build my query so that i can search for host with same eventID. &lt;/P&gt;

&lt;P&gt;Also there are other fields, which i want to capture along with host. so final table should be-&lt;BR /&gt;
eventID host CONNID Time  &lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 02:48:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-splunk-search-for-common-filed-value-across-the/m-p/312267#M160974</guid>
      <dc:creator>agarwal_sumit</dc:creator>
      <dc:date>2017-05-26T02:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create splunk search for common filed/value across the multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-splunk-search-for-common-filed-value-across-the/m-p/312268#M160975</link>
      <description>&lt;P&gt;you can try to do something like &lt;CODE&gt;...|stats values(host) by eventID&lt;/CODE&gt; to get a list of all hosts that have each eventID&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 12:47:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-splunk-search-for-common-filed-value-across-the/m-p/312268#M160975</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-05-26T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create splunk search for common filed/value across the multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-splunk-search-for-common-filed-value-across-the/m-p/312269#M160976</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Your Base Search Here | stats first(_time) AS Time values(host) AS host values(CONNID) AS CONNID range(_time) AS duration BY eventID
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 May 2017 15:04:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-splunk-search-for-common-filed-value-across-the/m-p/312269#M160976</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-26T15:04:42Z</dc:date>
    </item>
  </channel>
</rss>

