All Apps and Add-ons

how to use the TA-uas_parser

cdm33
Explorer

i've installed it but how do you use it ?

Tags (1)

dshpritz
SplunkTrust
SplunkTrust

Basically, once it is downloaded, you need to run the script to update the data file. After that you can use the lookup. It does expect that the field you are looking up is "http_user_agent", but if your field extractions are different than that, you can use the rename command:

Let's say your field that you want to lookup is named "user-agent":

index="weblogs" | rename user-agent AS http_user_agent | lookup uas_lookup http_user_agent

Your events should now have the additional fields.

Thanks,

Dave

dshpritz
SplunkTrust
SplunkTrust

Hey splunkears,

Yeah, I'm afraid it can be sluggish, especially if the search returns a lot of values. You could also try out the TA-browscap plugin to see if that is any faster. Another possibility is to create a summary search that runs the lookup in the background to populate the summary index. This way you would have the user-agent string parsing done ahead of time.

Thanks,

Dave

0 Karma

splunkears
Path Finder

Though this tip was useful, I found the app TA-uas_parser DEAD slow. while using with
a query like the following:

index="weblogs" |
rename user-agent AS http_user_agent |
lookup uas_lookup http_user_agent | stats dc(myUserApp) by os_family

any tip on making this run faster?

0 Karma

cdm33
Explorer

there is info on the page - but no instructions on how to actually use it !!

0 Karma

Ayn
Legend

There's info available on the app page: http://splunk-base.splunk.com/apps/48017/ta-uas_parser (also look at the review which has an example on how to use the lookup...)

Ayn
Legend

It's a lookup, so you call it like you would with other lookups. As the example in the review shows, it expects the input field to be called "http_user_agent".

0 Karma

cdm33
Explorer

there's info on the page but no instructions on how to use it !!!

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...