<?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 Is it possible to narrow searches by grouping devices in &amp;quot;nesting&amp;quot; groups? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194188#M55953</link>
    <description>&lt;P&gt;Hello. &lt;/P&gt;

&lt;P&gt;I am investigating SPLUNK, and am trying to accomplish a task I was hoping would be simple:&lt;BR /&gt;
I have a "group", lets call it Location1&lt;BR /&gt;
Inside that group, I want to create a subgroup for "Systems owned by Comm"&lt;BR /&gt;
Inside that group, I want a subgroup for "Switches", "Unix", "Routers", etc.&lt;/P&gt;

&lt;P&gt;So, It seems that I can create 3 tags:&lt;BR /&gt;
Location1&lt;BR /&gt;
Location1_Comm&lt;BR /&gt;
Location1_Comm_Unix&lt;/P&gt;

&lt;P&gt;And I can add all 3 tags to my RedHat Comm machine.&lt;/P&gt;

&lt;P&gt;This way, when a security person wants to check for failed logins on a specific unix group (in this case, everyone in Comm at Location1), the security person can search: &lt;CODE&gt;"tag=Location1_Comm_Unix" AND "eventtype=failed_login"&lt;/CODE&gt;&lt;BR /&gt;
But, if the security person wanted to step up a level and search all devices at Location1, he could just search for: &lt;CODE&gt;"tag=Location1" AND "eventtype=failed_login"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This will accomplish what I want, but a previous tool I used allowed for "Nesting" groups.&lt;BR /&gt;
Location1_Comm_Unix is a member of&lt;BR /&gt;
Location1_Comm is a member of &lt;BR /&gt;
Location1&lt;/P&gt;

&lt;P&gt;That way, if I add a redhat box to my collection, I give it the tag "Location1_Comm_Unix" and it automatically shows up in "tag=Location1"&lt;BR /&gt;
and "tag=location1_Comm" also.&lt;/P&gt;

&lt;P&gt;Is this possible in SPLUNK?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 06:36:38 GMT</pubDate>
    <dc:creator>oliverj</dc:creator>
    <dc:date>2020-09-29T06:36:38Z</dc:date>
    <item>
      <title>Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194188#M55953</link>
      <description>&lt;P&gt;Hello. &lt;/P&gt;

&lt;P&gt;I am investigating SPLUNK, and am trying to accomplish a task I was hoping would be simple:&lt;BR /&gt;
I have a "group", lets call it Location1&lt;BR /&gt;
Inside that group, I want to create a subgroup for "Systems owned by Comm"&lt;BR /&gt;
Inside that group, I want a subgroup for "Switches", "Unix", "Routers", etc.&lt;/P&gt;

&lt;P&gt;So, It seems that I can create 3 tags:&lt;BR /&gt;
Location1&lt;BR /&gt;
Location1_Comm&lt;BR /&gt;
Location1_Comm_Unix&lt;/P&gt;

&lt;P&gt;And I can add all 3 tags to my RedHat Comm machine.&lt;/P&gt;

&lt;P&gt;This way, when a security person wants to check for failed logins on a specific unix group (in this case, everyone in Comm at Location1), the security person can search: &lt;CODE&gt;"tag=Location1_Comm_Unix" AND "eventtype=failed_login"&lt;/CODE&gt;&lt;BR /&gt;
But, if the security person wanted to step up a level and search all devices at Location1, he could just search for: &lt;CODE&gt;"tag=Location1" AND "eventtype=failed_login"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This will accomplish what I want, but a previous tool I used allowed for "Nesting" groups.&lt;BR /&gt;
Location1_Comm_Unix is a member of&lt;BR /&gt;
Location1_Comm is a member of &lt;BR /&gt;
Location1&lt;/P&gt;

&lt;P&gt;That way, if I add a redhat box to my collection, I give it the tag "Location1_Comm_Unix" and it automatically shows up in "tag=Location1"&lt;BR /&gt;
and "tag=location1_Comm" also.&lt;/P&gt;

&lt;P&gt;Is this possible in SPLUNK?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:36:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194188#M55953</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2020-09-29T06:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194189#M55954</link>
      <description>&lt;P&gt;I'm curious about the reason for creating individual tags with single nested levels like that, as opposed to creating separate tags for the different axes of data, (e.g. "Location_1", "Owner_Comm", "Type_Unix"), since Location, Owner, and Type, don't seem like hierarchical concepts to me so I'm struggling as to the reason why you'd want to coerce them into a hierarchy? &lt;/P&gt;

&lt;P&gt;With separate tags, you can still have the interesting searches that you have, as well as any number of intersecting searches (even ones that you might not have built in your hierarchy): &lt;BR /&gt;
 * All Failed logins in location 1: &lt;CODE&gt;tag=Location_1 eventtype=failed_login&lt;/CODE&gt;&lt;BR /&gt;
 * All Failed logins on all Unix devices: &lt;CODE&gt;tag=Type_Unix eventtype=failed_login&lt;/CODE&gt;&lt;BR /&gt;
 * All Failed logins for the comm group: &lt;CODE&gt;tag=Owner_Comm eventtype=failed_login&lt;/CODE&gt;&lt;BR /&gt;
 * All Failed logins for the comm unix group in location 1: &lt;CODE&gt;tag=Owner_Comm tag=Type_Unix tag=Location_1 eventtype=failed_login&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Furthermore, with separate tags, this enables you to add other axes of data easily in the future as well. (think... Now you have to label systems that are included in scope for PCI or not).&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:36:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194189#M55954</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2020-09-29T06:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194190#M55955</link>
      <description>&lt;P&gt;I don't think you can do this with &lt;CODE&gt;tags&lt;/CODE&gt; but you definitely can with &lt;CODE&gt;eventtypes&lt;/CODE&gt; like this:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/apps/myapp/eventtypes.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[Location1_Comm_Unix]
search = index=MyIndex host=L1CU1 OR host=L1CU2 OR host=L1CU3 OR host=*Loc1*Comm_Unix*
[Location1_Comm_Windows]
search = index=MyIndex host=L1CW1 OR host=L1CW2 OR host=L1CW3 OR host=*Loc1*Comm_Widows*
[Location2_Comm_Unix]
search = index=MyIndex host=L2CU1 OR host=L2CU2 OR host=L2CU3 OR host=*Loc2*Comm_Unix*
[Location2_Comm_Windows]
search = index=MyIndex host=L2CW1 OR host=L2CW2 OR host=L2CW3 OR host=*Loc2*Comm_Widows*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you can do searches like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype=*Comm*
eventtype=Location1*
eventtype=*Unix
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Jul 2015 01:29:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194190#M55955</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-07T01:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194191#M55956</link>
      <description>&lt;P&gt;Sample scenario:&lt;BR /&gt;
An audit is being performed on "company A" at "location 3". (We support audit logs for company a, b, c, and d at multiple locations).&lt;/P&gt;

&lt;P&gt;The auditor is specifically looking for usage of "x" user from "company A" logging into a unix cluster.&lt;/P&gt;

&lt;P&gt;We know it happened at "Location 3".&lt;BR /&gt;
We know it was equipment managed by "Company A".&lt;BR /&gt;
We know the devices in question were unix-based.&lt;/P&gt;

&lt;P&gt;This helps our auditor narrow down the search quickly. (From there he can expand back out, to just "Company A at location 3"&lt;/P&gt;

&lt;P&gt;Your last example:&lt;BR /&gt;
All Failed logins for the comm unix group in location 1: &lt;CODE&gt;tag=Owner_Comm tag=Type_Unix tag=Location_1 eventtype=failed_login&lt;/CODE&gt;&lt;BR /&gt;
also seems to be an excellent way of doing this.&lt;BR /&gt;
The user-friendliness of the searches are hugely important, but I can generate pre-canned ones for them to work off of.&lt;BR /&gt;
Nesting would be easier, but separating the tags might actually be simpler to manage in the long run. Thank you for the input.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:11:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194191#M55956</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2015-07-07T14:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194192#M55957</link>
      <description>&lt;P&gt;How can a single host have multiple hostnames?&lt;BR /&gt;
I have a Cisco router that "Company B" named "Batman". I cannot remove that name, because it is relevant to "Company B" security searches.&lt;/P&gt;

&lt;P&gt;Your example above seems to imply that I can say that Cisco router can be &lt;CODE&gt;host=Batman&lt;/CODE&gt; AND &lt;CODE&gt;host=Location1_CompanyB_Routers&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:15:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194192#M55957</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2015-07-07T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194193#M55958</link>
      <description>&lt;P&gt;You are thinking too &lt;CODE&gt;tag&lt;/CODE&gt;-like.  My example is showing that ALL events that have &lt;EM&gt;either&lt;/EM&gt; &lt;CODE&gt;host=Batman&lt;/CODE&gt; OR &lt;CODE&gt;host=Location1_CompanyB_Routers&lt;/CODE&gt; will obtain the &lt;CODE&gt;eventtype&lt;/CODE&gt; value.  Any event that matches the search criteria will obtain the &lt;CODE&gt;eventtype&lt;/CODE&gt; value and events can have more than one &lt;CODE&gt;eventtype&lt;/CODE&gt; value (it is a &lt;CODE&gt;mv&lt;/CODE&gt; field).  That is why it works for your desired goal.  It has the additional benefit that you can use &lt;CODE&gt;wildcards&lt;/CODE&gt; with &lt;CODE&gt;eventtypes&lt;/CODE&gt; but you cannot with &lt;CODE&gt;tags&lt;/CODE&gt;, so your initial setup is easier and less ongoing maintenance is necessary.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:28:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194193#M55958</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-07T14:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194194#M55959</link>
      <description>&lt;P&gt;But how do you apply the &lt;CODE&gt;host=Location1_CompanyB_Routers&lt;/CODE&gt; definition?&lt;BR /&gt;
How does splunk define the Batman router is also a  Location1_CompanyB_Routers&lt;/P&gt;

&lt;P&gt;I thought &lt;CODE&gt;host=&lt;/CODE&gt; was auto-generated (but can be overridden) from the hostname data extracted from the log?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:37:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194194#M55959</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2020-09-29T06:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194195#M55960</link>
      <description>&lt;P&gt;Just try it.  Create a search on the search bar that captures all events that should have the same &lt;CODE&gt;eventtype&lt;/CODE&gt;.  Be sure to use as many wildcards as you can (e.g. host=&lt;EM&gt;CompanyB&lt;/EM&gt;), that way you will have to do less upkeep as the values in your dataset expand.  In your example, like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[Location1_CompanyB_Routers ]
search = index=MyIndex host=*CompanyB* OR host=Batman
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you do a search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype=Location1_CompanyB_Routers 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And this will show the same events.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:39:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194195#M55960</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-07T14:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194196#M55961</link>
      <description>&lt;P&gt;I get the event type.&lt;BR /&gt;
But, if I search for &lt;CODE&gt;host=CompanyB*&lt;/CODE&gt;, it will not find anything, as that host does not exist.&lt;BR /&gt;
How do I create that &lt;CODE&gt;host=&lt;/CODE&gt; reference?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:45:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194196#M55961</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2015-07-07T14:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194197#M55962</link>
      <description>&lt;P&gt;After you create all the &lt;CODE&gt;eventtypes&lt;/CODE&gt;, you search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtypes=*CompanyB*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But first, the &lt;CODE&gt;eventtype&lt;/CODE&gt; definitions come from &lt;EM&gt;YOU&lt;/EM&gt;!  You have to have a canonical list of things that constitute "CompanyB" and &lt;EM&gt;YOU&lt;/EM&gt; have to create a search that captures those events and save that as an &lt;CODE&gt;eventtype&lt;/CODE&gt;.  I don't know why this is so hard except that you are thinking too much like &lt;CODE&gt;tags&lt;/CODE&gt;.  Read the dox and I am sure it will be clear to you:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/admin/Eventtypesconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/admin/Eventtypesconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:51:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194197#M55962</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-07T14:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194198#M55963</link>
      <description>&lt;P&gt;Glad to help! Is there often a need to audit across companies or are most searches constrained to specific companies? Is there a need to adjust log retention by type of device at a particular company? do you have Splunk users who should only be allowed to search company A but not Company B? &lt;/P&gt;

&lt;P&gt;Something else to consider could be to have separate indexes for some of the properties (Maybe for company or company / type of device, or company/location). Indexes are the level at which you could adjust retention (in size and/or age), as well as the level at which you can grant access to data to individual roles (so if user 1 should only be allowed to search company A but not Company B... you can ensure user 1 is a member of only the role that has access to search company A's indexes. Users can have multiple roles and roles can inherit permissions from other roles as well). If the majority of your searches are focused on a specific company, by having indexes for individual companies, you cut out all of the other companies you don't need to search without even opening any index files. (indexes are physically directories on disk). As you scale volume wise this could mean speed savings on your queries (again depending on the access pattern)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 18:28:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194198#M55963</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-07-07T18:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194199#M55964</link>
      <description>&lt;P&gt;Our auditor has several reports he does -- and a lot of the reports are 2 part -- broken down by function (networking) and then a secondary report per company.&lt;BR /&gt;
How hard is the overall network being hit on this time period, and which group is responsible for the majority of the traffic rejects.&lt;/P&gt;

&lt;P&gt;And thank you for the comment on roles -- Looks like if I properly tag different groups, then I can assign a role "ComapnyZ" that can only access devices with a "CompanyZ" tag. &lt;BR /&gt;
I will also look at indexes -- so far, I had been putting everything into one, but this might be a good item to separate.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 13:36:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194199#M55964</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2015-07-08T13:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194200#M55965</link>
      <description>&lt;P&gt;Going back to a &lt;CODE&gt;tags&lt;/CODE&gt;-based mindset.  Take every tag you would have created for &lt;CODE&gt;CompanyB&lt;/CODE&gt; and put them all together in an &lt;CODE&gt;eventtype&lt;/CODE&gt; definition like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[CompanyB]
host=a OR host=b OR host=c OR sourcetype=from_xyz OR ....
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then keep it up-to-date as things change and search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype="CompanyB"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But you would not do it exactly this way because you are creating hierarchies so you would only create the deepest/tripled hierarchy such as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[CompanyB_Comm_Unix]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And you would search based on the piece of the hierarchy that matters:&lt;BR /&gt;
For "Location", like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype="SomeLocation_*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For "group", like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype="*_Somegroup_*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For "OS", like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype="*_someOS"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Jul 2015 14:54:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194200#M55965</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-08T14:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to narrow searches by grouping devices in "nesting" groups?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194201#M55966</link>
      <description>&lt;P&gt;This concept I am following along quite well. &lt;BR /&gt;
I think it will be my best approach for now.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 15:00:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-narrow-searches-by-grouping-devices-in-quot/m-p/194201#M55966</guid>
      <dc:creator>oliverj</dc:creator>
      <dc:date>2015-07-08T15:00:35Z</dc:date>
    </item>
  </channel>
</rss>

