<?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: server tags in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211363#M1876</link>
    <description>&lt;P&gt;great idea, but unfortunately for some services I have 15 to 20 servers. my next plan to tag them based on zones. and then tag them as internal resources or external.&lt;/P&gt;

&lt;P&gt;so at the end all host have three type of tags.&lt;/P&gt;

&lt;P&gt;1- based on application&lt;BR /&gt;
2- based on DMZ zones&lt;BR /&gt;
3- based on internal or external location( internal means within the network and external means coming from internet)&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jan 2017 16:17:09 GMT</pubDate>
    <dc:creator>rashid47010</dc:creator>
    <dc:date>2017-01-02T16:17:09Z</dc:date>
    <item>
      <title>server tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211359#M1872</link>
      <description>&lt;P&gt;Hi everyone&lt;BR /&gt;
I have four server. two are web portal and two are application servers. all four servers belongs to one online service. Now for my simple understanding I want to tag them as service name so when i give below query I should see the events from all those four servers.&lt;/P&gt;

&lt;P&gt;tag=onlineapplication&lt;/P&gt;

&lt;P&gt;how can I do that&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2017 19:59:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211359#M1872</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2017-01-01T19:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: server tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211360#M1873</link>
      <description>&lt;P&gt;There are several ways to get there, one is to go to the top right corner of the UI Settings -&amp;gt; Tags -&amp;gt; Add new&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Knowledge/Tagthehostfield"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Knowledge/Tagthehostfield&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2017 21:03:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211360#M1873</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-01-01T21:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: server tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211361#M1874</link>
      <description>&lt;P&gt;Hi rashid47010&lt;BR /&gt;
I like to use tags associated to eventtypes, so I create an eventtype like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;my_index=my_index sourcetype=my_sourcetype (host=hostAS1 OR host=hostAS2)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;associating to it tag=applicationserver&lt;BR /&gt;
and then &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;my_index=my_index sourcetype=my_sourcetype (host=hostOS1 OR host=hostOS2)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;associating to it tag=onlineservices&lt;/P&gt;

&lt;P&gt;In this way I can use them instead searches (your search became &lt;CODE&gt;tag=applicationserver OR tag=onlineservices&lt;/CODE&gt;) and you can easily manage changes in architecture (e.g. inserting an additional server) modifying only eventtype instead all searches.&lt;/P&gt;

&lt;P&gt;Have a good year.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 07:14:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211361#M1874</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-01-02T07:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: server tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211362#M1875</link>
      <description>&lt;P&gt;I follow the same steps. &lt;BR /&gt;
I associate the tag=abc against below host and I can  see the tag when I explore the event like below&lt;/P&gt;

&lt;P&gt;index=aix host=sssss&lt;/P&gt;

&lt;P&gt;but when I use the &lt;BR /&gt;
tag=abc&lt;/P&gt;

&lt;P&gt;I can't see anything. might some permission issue. I am login as normal user.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 16:15:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211362#M1875</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2017-01-02T16:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: server tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211363#M1876</link>
      <description>&lt;P&gt;great idea, but unfortunately for some services I have 15 to 20 servers. my next plan to tag them based on zones. and then tag them as internal resources or external.&lt;/P&gt;

&lt;P&gt;so at the end all host have three type of tags.&lt;/P&gt;

&lt;P&gt;1- based on application&lt;BR /&gt;
2- based on DMZ zones&lt;BR /&gt;
3- based on internal or external location( internal means within the network and external means coming from internet)&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 16:17:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211363#M1876</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2017-01-02T16:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: server tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211364#M1877</link>
      <description>&lt;P&gt;Ok what is the problem? you'll have more than two tags but every way you can easily manage them in only one point.&lt;BR /&gt;
In addition think (if possible) to use the the same tag for different eventtypes: e.g. if I need to monitor login of different systems (Win, Linux, appliances, ...), I can create one eventtype for each sourcetype and use for all of them the &lt;CODE&gt;tag=LOGIN&lt;/CODE&gt;, in this way with only one tag I can search on different logs.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 07:45:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211364#M1877</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-01-03T07:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: server tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211365#M1878</link>
      <description>&lt;P&gt;A tag defined on the host field doesn't have any knowledge of the index, try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=aix tag=abc
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Jan 2017 08:53:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/server-tags/m-p/211365#M1878</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-01-03T08:53:06Z</dc:date>
    </item>
  </channel>
</rss>

