<?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 do I display the content from my search results table in a scatter or D3 chart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212597#M62285</link>
    <description>&lt;P&gt;HI,&lt;BR /&gt;
it works and i understand but higher manager doesn't understand this representation.&lt;/P&gt;

&lt;P&gt;is there any alternate way to represent&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2017 18:10:02 GMT</pubDate>
    <dc:creator>rajgowd1</dc:creator>
    <dc:date>2017-01-03T18:10:02Z</dc:date>
    <item>
      <title>How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212591#M62279</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a search which displays content in a table format. Here is the search and I would like to show them in scatter chart or in D3.&lt;BR /&gt;
&lt;IMG src="https://docs.pivotal.io/pcf-metrics/1-2/images/events.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myindex  mess_type=OUT origin=* org_name=* env=* (app_name=cap-demo-test OR app_name=nem-cap-bat OR app_name=nem-cap-pag) | eval newmsg="UPDATE" | rex field=fullmsg "(?CRASHED|STARTED|STOPPED)" | table app_name, time, source_instance, newmsg | sort app_name, time, source_instance, newmsg
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Jan 2017 15:06:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212591#M62279</guid>
      <dc:creator>rajgowd1</dc:creator>
      <dc:date>2017-01-03T15:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212592#M62280</link>
      <description>&lt;P&gt;Hi rajgowd1,&lt;BR /&gt;
the best way to do what you want is to download and install the Splunk 6.x dashboard Examples App (&lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;), in which is fully described with an example how to create a scatter chart.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 15:21:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212592#M62280</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-01-03T15:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212593#M62281</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
i gone through the dashboard examples but it does'not have the chart like i mentioned in my question.&lt;/P&gt;

&lt;P&gt;is there a way we can show time in x-axis and state in y-axis?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 15:26:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212593#M62281</guid>
      <dc:creator>rajgowd1</dc:creator>
      <dc:date>2017-01-03T15:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212594#M62282</link>
      <description>&lt;P&gt;Would using timechart work?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 16:59:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212594#M62282</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2017-01-03T16:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212595#M62283</link>
      <description>&lt;P&gt;HI,&lt;BR /&gt;
here is the data i am displaying in table format.i can use timechart but it is not giving all below 4 fields in chart(any) format.&lt;/P&gt;

&lt;P&gt;can we represent below table in any kind of chart?&lt;/P&gt;

&lt;P&gt;app_name                    time                    source_instance     newmsg&lt;BR /&gt;
ccp-demo-test   2016-12-24T22:33:17Z    1           STOPPED&lt;BR /&gt;
ccp-demo-test   2016-12-24T22:33:18Z            0           STARTED&lt;BR /&gt;
ccp-demo-test   2016-12-25T17:48:03Z            1           STOPPED&lt;BR /&gt;
ccp-demo-test   2016-12-25T17:48:04Z            2           STARTED&lt;BR /&gt;
ccp-demo-test   2016-12-27T16:19:07Z            2           STOPPED&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:14:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212595#M62283</guid>
      <dc:creator>rajgowd1</dc:creator>
      <dc:date>2020-09-29T12:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212596#M62284</link>
      <description>&lt;P&gt;What if you concatenated the four fields (or a subset)?&lt;/P&gt;

&lt;P&gt;i.e.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eval variable1=field1." - ".field2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then used variable1 as the group by with the timechart&lt;/P&gt;

&lt;P&gt;i.e.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | timechart count by variable1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Would something like that work?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 17:24:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212596#M62284</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2017-01-03T17:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212597#M62285</link>
      <description>&lt;P&gt;HI,&lt;BR /&gt;
it works and i understand but higher manager doesn't understand this representation.&lt;/P&gt;

&lt;P&gt;is there any alternate way to represent&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 18:10:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212597#M62285</guid>
      <dc:creator>rajgowd1</dc:creator>
      <dc:date>2017-01-03T18:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212598#M62286</link>
      <description>&lt;P&gt;Hmmmm well a couple of thoughts&lt;/P&gt;

&lt;P&gt;Have you tried formatting the timechart as a multi-series?  This way each series is on a chart of it's own.  Might be easier to understand that way.&lt;/P&gt;

&lt;P&gt;Another option would be to try a Horizon Chart (its a Splunkbase add on - &lt;A href="https://splunkbase.splunk.com/app/3117/"&gt;https://splunkbase.splunk.com/app/3117/&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;What is it in particular that the manager doesn't understand?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 18:23:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212598#M62286</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2017-01-03T18:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212599#M62287</link>
      <description>&lt;P&gt;HI,thanks for your response.&lt;BR /&gt;
i tried multi-series.its better now.&lt;/P&gt;

&lt;P&gt;and i tried Horizon chart but they were using search something like timechart useother="f" span=1d limit=10 latest(open) by ticker_symbol&lt;/P&gt;

&lt;P&gt;but i am not sure how can i write my query to fit into horizon chart.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 19:12:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212599#M62287</guid>
      <dc:creator>rajgowd1</dc:creator>
      <dc:date>2017-01-03T19:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212600#M62288</link>
      <description>&lt;P&gt;Yea that is one limitation of the Horizon chart, it will only graph 10 Y axis values.&lt;/P&gt;

&lt;P&gt;Glad to hear multi-series helped!!!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:09:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212600#M62288</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2017-01-03T20:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212601#M62289</link>
      <description>&lt;P&gt;thank you.i do not see accept button.&lt;BR /&gt;
where can i accept this answer?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:14:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212601#M62289</guid>
      <dc:creator>rajgowd1</dc:creator>
      <dc:date>2017-01-03T20:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the content from my search results table in a scatter or D3 chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212602#M62290</link>
      <description>&lt;P&gt;Just converted it to an answer&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:22:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-display-the-content-from-my-search-results-table-in-a/m-p/212602#M62290</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2017-01-03T20:22:37Z</dc:date>
    </item>
  </channel>
</rss>

