<?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 plot username (non-numeric) value on the y-axis on a scatter chart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-plot-username-non-numeric-value-on-the-y-axis-on-a/m-p/191492#M55135</link>
    <description>&lt;P&gt;Hey Venkat,&lt;/P&gt;

&lt;P&gt;Why not try something like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | timechart count(eval(operation="login")) as logins, count(eval(operation="logout")) as logouts by username
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then chose a bar/column chart visualization?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Aug 2015 10:24:39 GMT</pubDate>
    <dc:creator>aljohnson_splun</dc:creator>
    <dc:date>2015-08-24T10:24:39Z</dc:date>
    <item>
      <title>How to plot username (non-numeric) value on the y-axis on a scatter chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-plot-username-non-numeric-value-on-the-y-axis-on-a/m-p/191491#M55134</link>
      <description>&lt;P&gt;I have a log in the following format:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;username=nan time=09:00 operation=login
username=ver time=10:00 opertiaon=logout
username=ves time=09:00 operation=login
username=ves time=10:00 opetaion=logout
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I need the output in the following format as a scatter plot. I am able to make it in a table, but not in scatter chart.&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/602i5F3F6383965DC723/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 09:44:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-plot-username-non-numeric-value-on-the-y-axis-on-a/m-p/191491#M55134</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2015-08-24T09:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot username (non-numeric) value on the y-axis on a scatter chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-plot-username-non-numeric-value-on-the-y-axis-on-a/m-p/191492#M55135</link>
      <description>&lt;P&gt;Hey Venkat,&lt;/P&gt;

&lt;P&gt;Why not try something like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | timechart count(eval(operation="login")) as logins, count(eval(operation="logout")) as logouts by username
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then chose a bar/column chart visualization?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 10:24:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-plot-username-non-numeric-value-on-the-y-axis-on-a/m-p/191492#M55135</guid>
      <dc:creator>aljohnson_splun</dc:creator>
      <dc:date>2015-08-24T10:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot username (non-numeric) value on the y-axis on a scatter chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-plot-username-non-numeric-value-on-the-y-axis-on-a/m-p/191493#M55136</link>
      <description>&lt;P&gt;Hi aljohnson_splunk,&lt;BR /&gt;
Thanks for the response, but we have more than 30+ users and 5 to 6 operations , in that case the following solution gives &lt;BR /&gt;
"These results may be truncated. Your search generated too much data for the current visualization configuration." notifaction&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 14:14:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-plot-username-non-numeric-value-on-the-y-axis-on-a/m-p/191493#M55136</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2015-08-24T14:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot username (non-numeric) value on the y-axis on a scatter chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-plot-username-non-numeric-value-on-the-y-axis-on-a/m-p/191494#M55137</link>
      <description>&lt;P&gt;Change the time range and the span, e.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... earliest=-2w | timechart span=1d count(eval(operation="operation1")) as operation1 .... and so on
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Aug 2015 14:18:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-plot-username-non-numeric-value-on-the-y-axis-on-a/m-p/191494#M55137</guid>
      <dc:creator>aljohnson_splun</dc:creator>
      <dc:date>2015-08-24T14:18:19Z</dc:date>
    </item>
  </channel>
</rss>

