Getting Data In

Can the hosts in Splunk be tagged with metadata to describe their function?

shocko
Contributor

Hi guys, I'm a very intermittent user of Splunk Enterprise 8. I tend to build dashboards for a team to display on their floor and then walk away for 6 months until a new use case comes up. Recently had to do a migration of 200 forwarders from an old Splunk 6 instance to a new Splunk 8 one. I spent a huge amount of time checking with sysadmins what the role of various hosts was (i.e. what role the actual server was i.e. web server, DB server etc.).

So my question is:

- Can the hosts in Splunk be tagged with metadata to describe their function?

Labels (1)
0 Karma
1 Solution

harsmarvania57
Ultra Champion

Hi,

You can do configuration on forwarder like given below in inputs.conf

[default]
_meta = server_type::webserver

 And on Search Head fields.conf like

[server_type]
INDEXED = true

View solution in original post

harsmarvania57
Ultra Champion

Hi,

You can do configuration on forwarder like given below in inputs.conf

[default]
_meta = server_type::webserver

 And on Search Head fields.conf like

[server_type]
INDEXED = true
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...