<?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: Example of how to monitor log volume trends? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Example-of-how-to-monitor-log-volume-trends/m-p/487724#M16914</link>
    <description>&lt;P&gt;Update: I added a related video.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2019 17:33:18 GMT</pubDate>
    <dc:creator>sloshburch</dc:creator>
    <dc:date>2019-12-09T17:33:18Z</dc:date>
    <item>
      <title>Example of how to monitor log volume trends?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Example-of-how-to-monitor-log-volume-trends/m-p/487722#M16912</link>
      <description>&lt;P&gt;Does anyone have examples of how to use Splunk to monitor log volume trends?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 16:37:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Example-of-how-to-monitor-log-volume-trends/m-p/487722#M16912</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2019-11-20T16:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Example of how to monitor log volume trends?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Example-of-how-to-monitor-log-volume-trends/m-p/487723#M16913</link>
      <description>&lt;H2&gt;&lt;EM&gt;The Splunk Product Best Practices team helped produce this response. Read more about use case examples &lt;A href="https://docs.splunk.com/Documentation/UseCases"&gt;Splunk® Platform Use Cases&lt;/A&gt; on Splunk Docs.&lt;/EM&gt;&lt;/H2&gt;

&lt;P&gt;This use case enables analysts and application developers to monitor trends in the number of events being logged by an application, which can indicate the state of your application and/or changes in behavior of your code or environment.&lt;/P&gt;

&lt;P&gt;This use case is from the Splunk Essentials for Infrastructure Troubleshooting and Monitoring app. For more examples, see the &lt;A href="https://splunkbase.splunk.com/app/4091"&gt;Splunk Essentials for Infrastructure Troubleshooting and Monitoring&lt;/A&gt; on Splunkbase.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=NznAkrI2IO8&amp;amp;list=PL7zWAA-DF0k98jw_Hseh7JyQ74fq8AxYT" target="_blank"&gt;&lt;IMG alt="Log Volume Trending" src="https://i.ytimg.com/vi/NznAkrI2IO8/hqdefault.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;

&lt;H1&gt;Load data&lt;/H1&gt;

&lt;P&gt;&lt;STRONG&gt;How to implement:&lt;/STRONG&gt; Ingest application, operating system, microservices, virtualization, and/or network logs into Splunk Enterprise. Summarize the event count over time using the &lt;CODE&gt;timechart&lt;/CODE&gt; command. Leverage any fields that provide useful split by fields present in your logs, such as host, response code, or log level.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Data check:&lt;/STRONG&gt; This use case depends on application, operating system, microservices, virtualization, or network logs. For best results, add the desired sources, source types, hosts, or indexes to the first line of the base search.&lt;/P&gt;

&lt;H1&gt;Get insights&lt;/H1&gt;

&lt;P&gt;Baseline and analyze log volume trends in your applications to monitor their relative health  using the &lt;CODE&gt;timechart&lt;/CODE&gt; command and &lt;CODE&gt;split by&lt;/CODE&gt; fields present in your logs, such as host, response code, or log level. Analysts and application developers can inve&lt;/P&gt;

&lt;P&gt;Use the following search:&lt;BR /&gt;
&lt;PRE&gt;index=*&lt;BR /&gt;
| timechart limit=0 partial=false span=1m count BY host&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Best practice:&lt;/STRONG&gt; In searches, replace the asterisk in &lt;CODE&gt;index=*&lt;/CODE&gt; with the name of the &lt;A href="https://docs.splunk.com/Splexicon:Index"&gt;index&lt;/A&gt; that contains the data. By default, Splunk stores data in the &lt;CODE&gt;main&lt;/CODE&gt; index. Therefore, &lt;CODE&gt;index=*&lt;/CODE&gt; becomes &lt;CODE&gt;index=main&lt;/CODE&gt;. Use the &lt;CODE&gt;OR&lt;/CODE&gt; operator to &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Search/Searchindexes#Specify_one_or_multiple_indexes_to_search"&gt;specify one or multiple indexes to search&lt;/A&gt;. For example, &lt;CODE&gt;index=main OR index=security&lt;/CODE&gt;. See &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Indexer/Aboutmanagingindexes"&gt;About managing indexes&lt;/A&gt; and &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Indexer/Howindexingworks"&gt;How indexing works&lt;/A&gt; in Splunk docs for details.&lt;/P&gt;

&lt;H1&gt;Help&lt;/H1&gt;

&lt;P&gt;If no results appear, deploy the Add-ons to the search heads to access the knowledge objects necessary for simple searching. See &lt;A href="https://docs.splunk.com/Documentation/AddOns/released/Overview/Installingadd-ons"&gt;About installing Splunk add-ons&lt;/A&gt; on Splunk Docs for assistance.&lt;/P&gt;

&lt;P&gt;For more support, &lt;A href="https://answers.splunk.com/answers/ask.html?topics=usecase"&gt;post a question to the Splunk Answers community&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 16:37:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Example-of-how-to-monitor-log-volume-trends/m-p/487723#M16913</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2019-11-20T16:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Example of how to monitor log volume trends?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Example-of-how-to-monitor-log-volume-trends/m-p/487724#M16914</link>
      <description>&lt;P&gt;Update: I added a related video.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 17:33:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Example-of-how-to-monitor-log-volume-trends/m-p/487724#M16914</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2019-12-09T17:33:18Z</dc:date>
    </item>
  </channel>
</rss>

