<?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: Dashboard query in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-query/m-p/548483#M37772</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply, I want to understand what Splunk query should I write to extract UserAgent information from the Request Headers.&lt;/P&gt;&lt;P&gt;I have attached an ss below and want to get the highlighted values.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Manila_Mishra_0-1618857839726.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13845i57417C687CD75796/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manila_Mishra_0-1618857839726.png" alt="Manila_Mishra_0-1618857839726.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any other way I should ask my question. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Apr 2021 18:45:36 GMT</pubDate>
    <dc:creator>Manila_Mishra</dc:creator>
    <dc:date>2021-04-19T18:45:36Z</dc:date>
    <item>
      <title>Dashboard query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-query/m-p/548303#M37747</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am a beginner at Splunk and I am stuck in a case. How can I get the User-agent from the Request Heder field in Splunk? I mean to ask what query should I write for this??&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 00:12:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-query/m-p/548303#M37747</guid>
      <dc:creator>Manila_Mishra</dc:creator>
      <dc:date>2021-04-17T00:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-query/m-p/548323#M37748</link>
      <description>&lt;P&gt;More details, please.&amp;nbsp; What problem are you trying to solve?&amp;nbsp; What queries have you tried so far?&amp;nbsp; Are you looking for the user-agent string from one of your Splunk indexes or from a Splunk user.&amp;nbsp; If the latter, then there is no query for it.&lt;/P&gt;&lt;P&gt;Is your web server sending user-agent strings to Splunk for indexing?&amp;nbsp; If not then no query will find them and you should work on getting that data indexed.&amp;nbsp; If it is indexed then you should be able to search for it, assuming your role has access to the proper index.&amp;nbsp; Again, we'll need more information to be more helpful.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 21:00:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-query/m-p/548323#M37748</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-04-17T21:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-query/m-p/548483#M37772</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply, I want to understand what Splunk query should I write to extract UserAgent information from the Request Headers.&lt;/P&gt;&lt;P&gt;I have attached an ss below and want to get the highlighted values.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Manila_Mishra_0-1618857839726.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13845i57417C687CD75796/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manila_Mishra_0-1618857839726.png" alt="Manila_Mishra_0-1618857839726.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any other way I should ask my question. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 18:45:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-query/m-p/548483#M37772</guid>
      <dc:creator>Manila_Mishra</dc:creator>
      <dc:date>2021-04-19T18:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-query/m-p/548523#M37792</link>
      <description>&lt;P&gt;Given those examples, the rex command can do the job.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... | rex field=httpMessage.requestHeaders "User-Agent:\s(?&amp;lt;user_agent&amp;gt;\S+)"
...&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Apr 2021 00:26:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-query/m-p/548523#M37792</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-04-20T00:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-query/m-p/548671#M37812</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 19:29:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-query/m-p/548671#M37812</guid>
      <dc:creator>Manila_Mishra</dc:creator>
      <dc:date>2021-04-20T19:29:10Z</dc:date>
    </item>
  </channel>
</rss>

