<?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 write a regular expression for extracting User Agent details ? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/529633#M4818</link>
    <description>&lt;LI-SPOILER&gt;&amp;nbsp;&lt;/LI-SPOILER&gt;&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for&amp;nbsp; your valuable input. Yes its working however for android &amp;amp; Iphone doesn't return field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For desktop its working fine example ( img1 &amp;amp; Img2 ) however img3 explains Android &amp;amp; Iphone selected filed not extracting could you help me on this please.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2020 21:23:28 GMT</pubDate>
    <dc:creator>jaibalaraman</dc:creator>
    <dc:date>2020-11-16T21:23:28Z</dc:date>
    <item>
      <title>How to write a regular expression for extracting User Agent details ?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/529487#M4815</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried rex extracting user agent details, however due to my lack of knowledge in Splunk finding difficultly. From the below rex command output i managed to extract ( OS, Version ).&lt;/P&gt;&lt;P&gt;I tried the below rex and its working fine however i dont know how to capture more details like mentioned in the below tabular column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 -&amp;nbsp;\((?P&amp;lt;os&amp;gt;[^;]+);(?P&amp;lt;vers&amp;gt;[^;)]+).*$&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 -&amp;nbsp;| rex "\(.*(?&amp;lt;OS&amp;gt;Android\s\d+|OS \d+_\d+|Windows NT\s\d+\.\d+)\;?.*\)"&lt;BR /&gt;| fillnull value="unrecognised" OS&lt;/P&gt;&lt;P&gt;3 -&amp;nbsp;rex "\((?P&amp;lt;osinfo&amp;gt;[^\)]+)\)" | rex field=osinfo "(?P&amp;lt;os&amp;gt;[^;]+);(?P&amp;lt;vers&amp;gt;[^;]+)(;(?P&amp;lt;etc&amp;gt;[^;]+))?" | stats count by os, vers&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to extract them as below format would that be possible ?&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE width="665"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="91px"&gt;Mobile Device&amp;nbsp;&lt;/TD&gt;&lt;TD width="92px"&gt;Software name&amp;nbsp;&lt;/TD&gt;&lt;TD width="120px"&gt;Software version&amp;nbsp;&lt;/TD&gt;&lt;TD width="109px"&gt;Layout Engine&lt;/TD&gt;&lt;TD width="100px"&gt;OS System&amp;nbsp;&lt;/TD&gt;&lt;TD width="85px"&gt;OS&amp;nbsp;&lt;/TD&gt;&lt;TD width="67px"&gt;OS version&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="91px"&gt;A10 - SM-A105G&lt;/TD&gt;&lt;TD width="92px"&gt;Chrome&amp;nbsp;&lt;/TD&gt;&lt;TD width="120px"&gt;86.0.42.40.185&lt;/TD&gt;&lt;TD width="109px"&gt;Blink&lt;/TD&gt;&lt;TD width="100px"&gt;Android 10&lt;/TD&gt;&lt;TD width="85px"&gt;Android&lt;/TD&gt;&lt;TD width="67px"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="91px"&gt;I phone&lt;/TD&gt;&lt;TD width="92px"&gt;Safari&lt;/TD&gt;&lt;TD width="120px"&gt;14&lt;/TD&gt;&lt;TD width="109px"&gt;Webkit&lt;/TD&gt;&lt;TD width="100px"&gt;IOS 14.1&lt;/TD&gt;&lt;TD width="85px"&gt;IOS&lt;/TD&gt;&lt;TD width="67px"&gt;14.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="91px"&gt;Desktop&lt;/TD&gt;&lt;TD width="92px"&gt;Chrome 86&lt;/TD&gt;&lt;TD width="120px"&gt;86.0.4240.111&lt;/TD&gt;&lt;TD width="109px"&gt;Blink&lt;/TD&gt;&lt;TD width="100px"&gt;Windows 10&lt;/TD&gt;&lt;TD width="85px"&gt;Windows&lt;/TD&gt;&lt;TD width="67px"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UserAgent has different format for iOS &amp;amp; Android&amp;nbsp;and Desktop&amp;nbsp;as we can see below,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Android user&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-&amp;nbsp;&lt;SPAN class="t"&gt;Mozilla/5.0&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN class="t"&gt;Linux&lt;/SPAN&gt;&lt;SPAN&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#33CCCC"&gt;&lt;STRONG&gt;&lt;SPAN class="t"&gt;Android&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;10&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF00FF"&gt;&lt;SPAN class="t a"&gt;&lt;SPAN class="t"&gt;SAMSUNG&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;SMT590&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;AppleWebKit/537.36&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN class="t"&gt;KHTML&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;like&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;Gecko&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN class="t"&gt;SamsungBrowser / 12.1&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;Chrome/79.0.3945.136&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;Safari/537.36&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;Iphone&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;user&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-&amp;nbsp;&lt;SPAN class="t"&gt;Mozilla/5.0&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;FONT color="#FF00FF"&gt;&lt;SPAN class="t a"&gt;&lt;SPAN class="t"&gt;iPhone&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;CPU&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t a"&gt;&lt;SPAN class="t"&gt;iPhone&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#33CCCC"&gt;&lt;STRONG&gt;&lt;SPAN class="t"&gt;OS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;14_1&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN class="t"&gt;like&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;Mac&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;OS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;X&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;AppleWebKit/605.1.15&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN class="t"&gt;KHTML&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;like&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;Gecko&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN class="t"&gt;Version/14.0&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN class="t"&gt;&lt;FONT color="#FF00FF"&gt;Mobile&lt;/FONT&gt;/15E148&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;Safari/604.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Desktop user&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-&amp;nbsp;&lt;SPAN class="t"&gt;Mozilla/5.0&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;FONT color="#33CCCC"&gt;&lt;STRONG&gt;&lt;SPAN class="t a"&gt;&lt;SPAN class="t"&gt;Windows&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;NT&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;10.0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF00FF"&gt;&lt;SPAN class="t"&gt;Win64&lt;/SPAN&gt;&lt;SPAN&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;x64&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;AppleWebKit/537.36&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN class="t"&gt;KHTML&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;like&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;Gecko&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;&lt;FONT color="#FF0000"&gt;Chrome/86.0&lt;/FONT&gt;.4240.111&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="t"&gt;Safari/537.36&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;SPAN class="t"&gt;HP device&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="t"&gt;Mozilla/5.0&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;Linux&lt;SPAN&gt;;&amp;nbsp;&lt;/SPAN&gt;Android 5.1.1&lt;SPAN&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF00FF"&gt;&lt;SPAN class="t a"&gt;HP&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Pro Slate 12&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Build/LMY47V&lt;SPAN&gt;;&amp;nbsp;&lt;/SPAN&gt;wv&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;AppleWebKit/537.36&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;KHTML&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;like Gecko&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;Version/4.0&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;Chrome/68&lt;/FONT&gt;.0.3440.91 Safari/537.36&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="t"&gt;Could anyone please assist me writing&amp;nbsp; a regular expression&amp;nbsp; which satisfy the tabular column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="t"&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 03:02:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/529487#M4815</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2020-11-16T03:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a regular expression for extracting User Agent details ?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/529501#M4816</link>
      <description>&lt;P&gt;You asked a very similar question again last week&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Splunk-Search/User-agent-Difficult-in-extracting-Field/m-p/528772#M149287" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may need to escape the hyphens and the slashes. You should try your rex at regex101.com - you can copy all the user agent lines in and see how well your rex works against them all. You may want to try breaking up the string into parts and using other rex on just parts e.g.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "(?&amp;lt;firstpart&amp;gt;[^\(]+)\((?&amp;lt;secondpart&amp;gt;[^\)]+)\)(?&amp;lt;thirdpart&amp;gt;[^\(]+)\((?&amp;lt;fourthpart&amp;gt;[^\)]+)\)(?&amp;lt;fifthpart&amp;gt;.*)"
| rex field=secondpart "(?&amp;lt;OS&amp;gt;Android|Windows|OS)"
| rex field=fifthpath "(?&amp;lt;browser&amp;gt;Safari|Chrome)"&lt;/LI-CODE&gt;&lt;P&gt;etc, Note that not all user agent strings follow this pattern so you still may get some that fall through, but you can find those and extend your rex to cover them all eventually (until a manufacturer brings out a new phone or OS that you hadn't accounted for!). This is an ongoing activity and you might want to question the value you are getting from knowing this information!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 07:56:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/529501#M4816</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-11-16T07:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a regular expression for extracting User Agent details ?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/529502#M4817</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226870"&gt;@jaibalaraman&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You have to use a regex for each cind of log and some transformations using eval to display results in the format you want when it's different from the logs (e.g. iOS 14.1 in the logs is OS 14_1).&lt;/P&gt;&lt;P&gt;In addition the "Layout Engine" field isn't present in the logs.&lt;/P&gt;&lt;P&gt;so try this regexes:&lt;/P&gt;&lt;P&gt;iPhone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "\((?&amp;lt;mobile_device&amp;gt;\w+);\s+\w+\s+\w+\s+(?&amp;lt;os&amp;gt;\w+)\s+(?&amp;lt;os_version&amp;gt;\w+).*Version\/(?&amp;lt;software_version&amp;gt;[^ ]+)\s+\w+\/\w+\s+(?&amp;lt;software_name&amp;gt;\w+)\/\d+\.\d+$"
| replace "OS" with "iOS" in os
| replace "*_*" with "*.*" in os_version
| eval os_system=os." ".os_version&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can test regex at&amp;nbsp;&lt;A href="https://regex101.com/r/KCegdc/1" target="_blank" rel="noopener"&gt;https://regex101.com/r/KCegdc/2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Android&lt;/P&gt;&lt;P&gt;there isn't also the device information&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "\(\w+;\s+(?&amp;lt;os&amp;gt;\w+)\s+(?&amp;lt;os_version&amp;gt;\w+);.*SamsungBrowser\s+\/\s+\d+\.\d+\s+(?&amp;lt;software_name&amp;gt;[^\/]+)\/(?&amp;lt;software_version&amp;gt;[^ ]+)"
| eval os_system=os." ".os_version&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can test regex at&amp;nbsp;&lt;A href="https://regex101.com/r/poQV2h/1" target="_blank" rel="noopener"&gt;https://regex101.com/r/poQV2h/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Desktop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "\((?&amp;lt;os&amp;gt;\w+)\s+\w+\s+(?&amp;lt;os_version&amp;gt;[^;]+)[^\)]+\)[^\)]+\)\s+(?&amp;lt;software_name&amp;gt;[^\/]+)\/(?&amp;lt;software_version&amp;gt;[^ ]+)"
| eval os_system=os." ".os_version&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;you can test regex at &lt;A href="https://regex101.com/r/chALlI/1" target="_blank"&gt;https://regex101.com/r/chALlI/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 08:02:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/529502#M4817</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-11-16T08:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a regular expression for extracting User Agent details ?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/529633#M4818</link>
      <description>&lt;LI-SPOILER&gt;&amp;nbsp;&lt;/LI-SPOILER&gt;&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for&amp;nbsp; your valuable input. Yes its working however for android &amp;amp; Iphone doesn't return field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For desktop its working fine example ( img1 &amp;amp; Img2 ) however img3 explains Android &amp;amp; Iphone selected filed not extracting could you help me on this please.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 21:23:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/529633#M4818</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2020-11-16T21:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a regular expression for extracting User Agent details ?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/535001#M4858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried its not working, could you please help me fixing this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 03:11:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/535001#M4858</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2021-01-07T03:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to write a regular expression for extracting User Agent details ?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/535022#M4860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226870"&gt;@jaibalaraman&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;could you better describe "not working"?&lt;/P&gt;&lt;P&gt;no results? wrong results? an error message? what's about?&lt;/P&gt;&lt;P&gt;Did you tried one regex or two regexes?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 08:03:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-write-a-regular-expression-for-extracting-User-Agent/m-p/535022#M4860</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-01-07T08:03:33Z</dc:date>
    </item>
  </channel>
</rss>

