<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to use the TA-uas_parser in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91290#M71146</link>
    <description>&lt;P&gt;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".&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 13:08:13 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2020-09-28T13:08:13Z</dc:date>
    <item>
      <title>how to use the TA-uas_parser</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91286#M71142</link>
      <description>&lt;P&gt;i've installed it but how do you use it ?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 19:46:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91286#M71142</guid>
      <dc:creator>cdm33</dc:creator>
      <dc:date>2013-01-17T19:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the TA-uas_parser</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91287#M71143</link>
      <description>&lt;P&gt;There's info available on the app page: &lt;A href="http://splunk-base.splunk.com/apps/48017/ta-uas_parser"&gt;http://splunk-base.splunk.com/apps/48017/ta-uas_parser&lt;/A&gt; (also look at the review which has an example on how to use the lookup...)&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 19:59:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91287#M71143</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-01-17T19:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the TA-uas_parser</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91288#M71144</link>
      <description>&lt;P&gt;there is info on the page - but no instructions on how to actually use it !!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 20:13:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91288#M71144</guid>
      <dc:creator>cdm33</dc:creator>
      <dc:date>2013-01-17T20:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the TA-uas_parser</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91289#M71145</link>
      <description>&lt;P&gt;there's info on the page but no instructions on how to use it !!!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 20:14:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91289#M71145</guid>
      <dc:creator>cdm33</dc:creator>
      <dc:date>2013-01-17T20:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the TA-uas_parser</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91290#M71146</link>
      <description>&lt;P&gt;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".&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:08:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91290#M71146</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2020-09-28T13:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the TA-uas_parser</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91291#M71147</link>
      <description>&lt;P&gt;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:&lt;/P&gt;

&lt;P&gt;Let's say your field that you want to lookup is named "user-agent":&lt;/P&gt;

&lt;P&gt;index="weblogs" | rename user-agent AS http_user_agent | lookup uas_lookup http_user_agent &lt;/P&gt;

&lt;P&gt;Your events should now have the additional fields.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 21:24:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91291#M71147</guid>
      <dc:creator>dshpritz</dc:creator>
      <dc:date>2013-01-18T21:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the TA-uas_parser</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91292#M71148</link>
      <description>&lt;P&gt;Though  this tip was useful,  I found the app TA-uas_parser DEAD slow. while using with &lt;BR /&gt;
a query like the following:&lt;/P&gt;

&lt;P&gt;index="weblogs" | &lt;BR /&gt;
rename user-agent AS http_user_agent | &lt;BR /&gt;
lookup uas_lookup http_user_agent | stats dc(myUserApp) by os_family&lt;/P&gt;

&lt;P&gt;any tip on making this run faster?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:19:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91292#M71148</guid>
      <dc:creator>splunkears</dc:creator>
      <dc:date>2020-09-28T15:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the TA-uas_parser</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91293#M71149</link>
      <description>&lt;P&gt;Hey splunkears,&lt;/P&gt;

&lt;P&gt;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.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 18:46:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/how-to-use-the-TA-uas-parser/m-p/91293#M71149</guid>
      <dc:creator>dshpritz</dc:creator>
      <dc:date>2013-11-20T18:46:18Z</dc:date>
    </item>
  </channel>
</rss>

