All Apps and Add-ons

not seeing additional fields when using the browscap TA.

pmccomb
Explorer

Not sure why -> everything looks installed correctly but I am not seeing the additional fields when running this search -> sourcetype = "iisw3c" | lookup browscap_lookup http_user_agent

We are running Splunk version 5.x -> could it be a version issue?

Tags (1)
0 Karma
1 Solution

jsie_splunk
Splunk Employee
Splunk Employee

Two things to check:

Did you download the .csv file per the README at etc/apps/TA-browscap?

Assuming you did, the next question is does the http_user_agent field exist in event? if not, try running the search like this instead:

sourcetype="iisw3c" | eval http_user_agent=USERAGENT | lookup browscap_lookup http_user_agent

replacing USERAGENT with the correct field name containing the raw user agent string.

View solution in original post

jsie_splunk
Splunk Employee
Splunk Employee

Two things to check:

Did you download the .csv file per the README at etc/apps/TA-browscap?

Assuming you did, the next question is does the http_user_agent field exist in event? if not, try running the search like this instead:

sourcetype="iisw3c" | eval http_user_agent=USERAGENT | lookup browscap_lookup http_user_agent

replacing USERAGENT with the correct field name containing the raw user agent string.

piebob
Splunk Employee
Splunk Employee

pmccomb, if this answer solved your problem, please mark it as 'accepted' by checking the checkbox. thanks!

0 Karma

pmccomb
Explorer

Thank you. Check #2 did the trick. Thanks again for the help.

lukejadamec
Super Champion

It could be a case sensitive issue. Lookups are case sensitive unless configured otherwise.

0 Karma
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, ...