<?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: to get fields in bar chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/to-get-fields-in-bar-chart/m-p/676935#M231488</link>
    <description>&lt;P&gt;You mean something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| timechart count by "Login mode"&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 08 Feb 2024 05:24:37 GMT</pubDate>
    <dc:creator>yuanliu</dc:creator>
    <dc:date>2024-02-08T05:24:37Z</dc:date>
    <item>
      <title>to get fields in bar chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/to-get-fields-in-bar-chart/m-p/676931#M231487</link>
      <description>&lt;P&gt;I have a search query statistical result values in the below format&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="319"&gt;&lt;P&gt;Login mode&lt;/P&gt;&lt;/TD&gt;&lt;TD width="319"&gt;&lt;P&gt;Total login&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="319"&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;/TD&gt;&lt;TD width="319"&gt;&lt;P&gt;48&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="319"&gt;&lt;P&gt;Yyyy&lt;/P&gt;&lt;/TD&gt;&lt;TD width="319"&gt;&lt;P&gt;23&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="319"&gt;&lt;P&gt;aaa&lt;/P&gt;&lt;/TD&gt;&lt;TD width="319"&gt;&lt;P&gt;52&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="319"&gt;&lt;P&gt;bbbb&lt;/P&gt;&lt;/TD&gt;&lt;TD width="319"&gt;&lt;P&gt;73&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I need to display a bar chart which shows the login in respective of the login mode and the time selection in the query&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sahana_0-1707368814863.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29300i4B3462F514C47406/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sahana_0-1707368814863.png" alt="sahana_0-1707368814863.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 05:07:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/to-get-fields-in-bar-chart/m-p/676931#M231487</guid>
      <dc:creator>sahana</dc:creator>
      <dc:date>2024-02-08T05:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: to get fields in bar chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/to-get-fields-in-bar-chart/m-p/676935#M231488</link>
      <description>&lt;P&gt;You mean something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| timechart count by "Login mode"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 08 Feb 2024 05:24:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/to-get-fields-in-bar-chart/m-p/676935#M231488</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2024-02-08T05:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: to get fields in bar chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/to-get-fields-in-bar-chart/m-p/676937#M231489</link>
      <description>&lt;P&gt;It is supposed to be a bar chart y axis denotes the login count and x- axis represents the time period selection we do in our search.... Those bars are representation of total count values of xxx,yyyy,aaa,bbb&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 05:51:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/to-get-fields-in-bar-chart/m-p/676937#M231489</guid>
      <dc:creator>sahana</dc:creator>
      <dc:date>2024-02-08T05:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: to get fields in bar chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/to-get-fields-in-bar-chart/m-p/676942#M231491</link>
      <description>&lt;P&gt;What do you mean by "total count"? &amp;nbsp;There is only one total in my vocabulary. &amp;nbsp;That's the opposite of the mockup chart in your original post that shows multiple bars at each depicted time point. &amp;nbsp;If you don't need to break down, all you need is&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| timechart count&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 07:00:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/to-get-fields-in-bar-chart/m-p/676942#M231491</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2024-02-08T07:00:44Z</dc:date>
    </item>
  </channel>
</rss>

