<?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 Nessus data charting- How to make a trend chart of specific data set? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Nessus-data-charting-How-to-make-a-trend-chart-of-specific-data/m-p/644365#M223184</link>
    <description>&lt;P&gt;I am making a trend chart of specific data set. What I am looking for is (generic example)&lt;BR /&gt;&lt;BR /&gt;index=nessus |&amp;nbsp;eval Month=strftime(firstSeen,"%b") | chart count by severity Month&lt;/P&gt;
&lt;P&gt;So the end result would be Months on the X axis and the count of severity (critica,high,medium) for each month. Each month would have a count of each severity.&amp;nbsp; But using the firstseeen date from the date event.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 14:17:40 GMT</pubDate>
    <dc:creator>jenkinsta</dc:creator>
    <dc:date>2023-05-24T14:17:40Z</dc:date>
    <item>
      <title>Nessus data charting- How to make a trend chart of specific data set?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Nessus-data-charting-How-to-make-a-trend-chart-of-specific-data/m-p/644365#M223184</link>
      <description>&lt;P&gt;I am making a trend chart of specific data set. What I am looking for is (generic example)&lt;BR /&gt;&lt;BR /&gt;index=nessus |&amp;nbsp;eval Month=strftime(firstSeen,"%b") | chart count by severity Month&lt;/P&gt;
&lt;P&gt;So the end result would be Months on the X axis and the count of severity (critica,high,medium) for each month. Each month would have a count of each severity.&amp;nbsp; But using the firstseeen date from the date event.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 14:17:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Nessus-data-charting-How-to-make-a-trend-chart-of-specific-data/m-p/644365#M223184</guid>
      <dc:creator>jenkinsta</dc:creator>
      <dc:date>2023-05-24T14:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Nessus data charting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Nessus-data-charting-How-to-make-a-trend-chart-of-specific-data/m-p/644372#M223188</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/187993"&gt;@jenkinsta&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I think timechart would be better suited for this.&amp;nbsp; Something like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=nessus
| timechart span=1month count BY severity &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;The counts are group by month then&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 01:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Nessus-data-charting-How-to-make-a-trend-chart-of-specific-data/m-p/644372#M223188</guid>
      <dc:creator>yeahnah</dc:creator>
      <dc:date>2023-05-24T01:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Nessus data charting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Nessus-data-charting-How-to-make-a-trend-chart-of-specific-data/m-p/644471#M223206</link>
      <description>&lt;P&gt;Thanks, I can do it by the time of the event but what I am looking for is by the firstSeen value from the event itself.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;eval FirstSeenMonth=strftime(firstSeen,"%b")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How can I group by FirstSeenMonth or is there something else I need to do before I do any charting?&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 12:46:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Nessus-data-charting-How-to-make-a-trend-chart-of-specific-data/m-p/644471#M223206</guid>
      <dc:creator>jenkinsta</dc:creator>
      <dc:date>2023-05-24T12:46:24Z</dc:date>
    </item>
  </channel>
</rss>

