<?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 turn CSV into a graph in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-turn-CSV-into-a-graph/m-p/590198#M205471</link>
    <description>&lt;P&gt;I thought you wanted a single graph with three values.&amp;nbsp; Thanks for clarifying.&amp;nbsp; To get three separate graphs, you can try trellis mode.&amp;nbsp; If that doesn't do what you expect then you'll need three separate searches in different panels.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Mar 2022 12:40:19 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2022-03-22T12:40:19Z</dc:date>
    <item>
      <title>How to turn CSV into a graph?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-turn-CSV-into-a-graph/m-p/589840#M205377</link>
      <description>&lt;P&gt;Hey hey, I'm trying to turn telemetry to a graph.&lt;/P&gt;
&lt;P&gt;I have a CSV containing:&lt;/P&gt;
&lt;P&gt;PID,runtime,invoked,usecs,5sec,1min,5min,tty,process.&lt;/P&gt;
&lt;P&gt;There are a bunch of process with each of those fields, I want to turn the CSV into 3 column graphs, one with the process name and then% CPU used in (5sec, 1min or 5min, one graph each)&lt;/P&gt;
&lt;P&gt;And I'm confused as to how to accomplish that&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 05:06:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-turn-CSV-into-a-graph/m-p/589840#M205377</guid>
      <dc:creator>Lither1423</dc:creator>
      <dc:date>2022-03-23T05:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: CSV to graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-turn-CSV-into-a-graph/m-p/589896#M205383</link>
      <description>&lt;P&gt;It's not clear what output you want, but perhaps this will get you started.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... | chart max(5sec) as 5sec, max(1min) as 1min, max(5min) as 5min by PID&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 20 Mar 2022 21:23:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-turn-CSV-into-a-graph/m-p/589896#M205383</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-03-20T21:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: CSV to graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-turn-CSV-into-a-graph/m-p/590144#M205454</link>
      <description>&lt;P&gt;It didn't really show me anything, what I'm looking for is adding a panel to my dashboard with 3 column charts, 1 chart will have a %amount specified on the 5th place every row in the y axis and the process name which is the first place every row on the X axis,&amp;nbsp; second chart will be the same but the y axis will take the number from the 6th place every row and third chart will take from the 7th.&lt;/P&gt;&lt;P&gt;So the result would be 3 column charts with the process names on the X axis and % on the y axis, one graph showing the usage in 5 seconds, one shows usage in 1 minute and the third for 5 minutes.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 07:57:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-turn-CSV-into-a-graph/m-p/590144#M205454</guid>
      <dc:creator>Lither1423</dc:creator>
      <dc:date>2022-03-22T07:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn CSV into a graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-turn-CSV-into-a-graph/m-p/590198#M205471</link>
      <description>&lt;P&gt;I thought you wanted a single graph with three values.&amp;nbsp; Thanks for clarifying.&amp;nbsp; To get three separate graphs, you can try trellis mode.&amp;nbsp; If that doesn't do what you expect then you'll need three separate searches in different panels.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 12:40:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-turn-CSV-into-a-graph/m-p/590198#M205471</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-03-22T12:40:19Z</dc:date>
    </item>
  </channel>
</rss>

