Getting Data In

How to create a tag for multiple fields?

arber
Communicator

Hi,

im trying to create tags based on two fields that i have in my logs.
1- sourcetype
2- path

The idea is that we want to show events that when we search with tag it shows results when both criterias are matched

So let say we have this log

Mon Feb 16 15:20:21 2015 action=add, path="C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles\ReportServerService__02_16_2015_00_07_46.log", isdir=0, size=92834, gid=-1, uid=-1, modtime="Mon Feb 16 15:18:28 2015", mode="rwxrwxrwx", hash=

We want the tag to be shown when the sourcetype is File_Intergrity_Monitor in this case, and the path is something inside "C:\Program Files\Micorosoft SQL\*

Can this be done ?
Im trying but at the moment if i create the tag it will match the sourcetype only and not the path field

Thanks

1 Solution

esix_splunk
Splunk Employee
Splunk Employee

Create and eventtype for this, and associate the tag to that Eventtype. You can do this via the GUI, or via configfiles..

eventtypes.conf
[myevent]
search = index=myindex sourcetype=File_Intergrity_Monitor path="C:\Program Files\Microsoft SQL\*"


tags.conf
[eventtype=myevent]
mytagname = enabled
mytagname2 = enabled

View solution in original post

esix_splunk
Splunk Employee
Splunk Employee

Create and eventtype for this, and associate the tag to that Eventtype. You can do this via the GUI, or via configfiles..

eventtypes.conf
[myevent]
search = index=myindex sourcetype=File_Intergrity_Monitor path="C:\Program Files\Microsoft SQL\*"


tags.conf
[eventtype=myevent]
mytagname = enabled
mytagname2 = enabled

arber
Communicator

Thanks,
we create the eventtype based on the search and did the match based on that eventtype

Thanks again

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...