<?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 splunk query in Security</title>
    <link>https://community.splunk.com/t5/Security/splunk-query/m-p/551417#M12224</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can someone help me with the query for the below requirment&lt;BR /&gt;&lt;BR /&gt;i have User A, User B, User C and so onn with the job status as Inprogress,To Do, Done&lt;BR /&gt;&lt;BR /&gt;Need to list the jobs assigned to all the users in the form of bar chart&amp;nbsp; i.e) may be USer A has job status as inprogess, to do&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;User A&amp;nbsp; -- Inprogress&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; To do&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;User B -To Do&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 13 May 2021 05:43:16 GMT</pubDate>
    <dc:creator>Nith1</dc:creator>
    <dc:date>2021-05-13T05:43:16Z</dc:date>
    <item>
      <title>splunk query</title>
      <link>https://community.splunk.com/t5/Security/splunk-query/m-p/551417#M12224</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can someone help me with the query for the below requirment&lt;BR /&gt;&lt;BR /&gt;i have User A, User B, User C and so onn with the job status as Inprogress,To Do, Done&lt;BR /&gt;&lt;BR /&gt;Need to list the jobs assigned to all the users in the form of bar chart&amp;nbsp; i.e) may be USer A has job status as inprogess, to do&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;User A&amp;nbsp; -- Inprogress&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; To do&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;User B -To Do&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 05:43:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/splunk-query/m-p/551417#M12224</guid>
      <dc:creator>Nith1</dc:creator>
      <dc:date>2021-05-13T05:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: splunk query</title>
      <link>https://community.splunk.com/t5/Security/splunk-query/m-p/551418#M12225</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231928"&gt;@Nith1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;YOUR_SEARCH
| stats values(Status) as Status by User&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval _raw="User	Status
User A 	In Progess
User B 	In Progess
User C 	To do 
User A 	Done
User B 	Done
User C 	Done
" 
| multikv forceheader=1 
| table User Status 
| stats values(Status) as Status by User&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For bar chart, can you please share more on how you want to display chart?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Kamlesh Vaghela&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 05:50:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/splunk-query/m-p/551418#M12225</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-05-13T05:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: splunk query</title>
      <link>https://community.splunk.com/t5/Security/splunk-query/m-p/551431#M12226</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/127939"&gt;@kamlesh_vaghela&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for the queryi could view the data in the form of taable but when i change to bar chart representation its not displaying any data can you please guide&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 08:44:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/splunk-query/m-p/551431#M12226</guid>
      <dc:creator>Nith1</dc:creator>
      <dc:date>2021-05-13T08:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: splunk query</title>
      <link>https://community.splunk.com/t5/Security/splunk-query/m-p/551438#M12227</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231928"&gt;@Nith1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Barchart requires some numerical to present bars in chart. Do you have any logic for that?&lt;/P&gt;&lt;P&gt;I tried just putting a 1 as sample value and designed below search.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;YOUR_SEARCH
| table User Status
| eval {Status}=1 | fields - Status 
| stats values(*) as * by User&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval _raw="User	Status
User A 	In Progess
User B 	In Progess
User C 	To do 
User A 	Done
User B 	Done
User C 	Done
" 
| multikv forceheader=1 
| table User Status
| eval {Status}=1 | fields - Status 
| stats values(*) as * by User&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you, an upvote would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Kamlesh Vaghela&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 09:15:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/splunk-query/m-p/551438#M12227</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-05-13T09:15:04Z</dc:date>
    </item>
  </channel>
</rss>

