Hello, I need to generate an automatic lookup to match certain hosts for a project i'm working on.
the thing is, I have a list of server in my scope, but this list contains sometimes only hostname...
See more...
Hello, I need to generate an automatic lookup to match certain hosts for a project i'm working on.
the thing is, I have a list of server in my scope, but this list contains sometimes only hostnames, and other times the full FQDN, and that may differ from what I have on my host field on splunk metadata.
example of the csv:
"host" ,"description"
host1, dboraclehost1
host2, dboraclehost2
host3.mydomain.net, dboraclehost3
host4, "host4"
host5.dathost,net, "thehost5"
and in splunk, on my host field I may have:
host1.mydomain.net
host5
host3
host4,thedomain.com
If that can be achievable via UI would be the best, but I can still do it with the .conf files.
best regards!