<?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: Do we able to search string from different index which resides accross different client (Splunk forwarder) ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Do-we-able-to-search-string-from-different-index-which-resides/m-p/358236#M174566</link>
    <description>&lt;P&gt;If your problem is resolved, please accept an answer.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 11:57:11 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2017-06-23T11:57:11Z</dc:date>
    <item>
      <title>Do we able to search string from different index which resides accross different client (Splunk forwarder) ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Do-we-able-to-search-string-from-different-index-which-resides/m-p/358232#M174562</link>
      <description>&lt;P&gt;Let us think a scenario , where from different system having installed with Splunk forwarder connect to same SPLUNK server .So can we get the search option for a particular event (search string) which may occurs in in each different systems or client .&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 07:59:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Do-we-able-to-search-string-from-different-index-which-resides/m-p/358232#M174562</guid>
      <dc:creator>sambed</dc:creator>
      <dc:date>2017-06-20T07:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Do we able to search string from different index which resides accross different client (Splunk forwarder) ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Do-we-able-to-search-string-from-different-index-which-resides/m-p/358233#M174563</link>
      <description>&lt;P&gt;Sure.  Simplest:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* "My Search String"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not necessarily recommended unless you have a good idea what you are doing because it'll search ALL data for that string - but it'll work fine enough.&lt;/P&gt;

&lt;P&gt;Once you get results, you can use the Interesting Fields on the left to find out indexes and sourcetypes you need so that you can make the above search more specific (and thus faster).  Like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=Z OR index=X OR index=Y EventCode=4226 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Which would search in any of index X, Y or Z for a field named "EventCode" which is set to 4226.&lt;/P&gt;

&lt;P&gt;I recommend taking a look at the &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.1/SearchTutorial/WelcometotheSearchTutorial"&gt;search tutorial in Splunk docs&lt;/A&gt;.  You may also want to check out the &lt;A href="https://www.splunk.com/view/education-videos/SP-CAAAGB6"&gt;Basic Searching in Splunk&lt;/A&gt; free course.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 11:44:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Do-we-able-to-search-string-from-different-index-which-resides/m-p/358233#M174563</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2017-06-20T11:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Do we able to search string from different index which resides accross different client (Splunk forwarder) ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Do-we-able-to-search-string-from-different-index-which-resides/m-p/358234#M174564</link>
      <description>&lt;P&gt;Hi sambed,&lt;BR /&gt;
on Forwarders there aren't indexed logs, they are only in Splunk Enterprise.&lt;BR /&gt;
So if you want only logs from a single Forwarder, you can run a search with the host value, something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=your_index host=your_forwarder
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 11:45:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Do-we-able-to-search-string-from-different-index-which-resides/m-p/358234#M174564</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-06-20T11:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Do we able to search string from different index which resides accross different client (Splunk forwarder) ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Do-we-able-to-search-string-from-different-index-which-resides/m-p/358235#M174565</link>
      <description>&lt;P&gt;Thank You Cusello and Rich . &lt;BR /&gt;
Your info is very helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 07:43:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Do-we-able-to-search-string-from-different-index-which-resides/m-p/358235#M174565</guid>
      <dc:creator>sambed</dc:creator>
      <dc:date>2017-06-23T07:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Do we able to search string from different index which resides accross different client (Splunk forwarder) ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Do-we-able-to-search-string-from-different-index-which-resides/m-p/358236#M174566</link>
      <description>&lt;P&gt;If your problem is resolved, please accept an answer.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 11:57:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Do-we-able-to-search-string-from-different-index-which-resides/m-p/358236#M174566</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-06-23T11:57:11Z</dc:date>
    </item>
  </channel>
</rss>

