<?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: DNA- C Metrics and Log volume in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/709237#M81452</link>
    <description>&lt;P&gt;Many thanks &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264857"&gt;@kiran_panchavat&lt;/a&gt;,&amp;nbsp;much appreciated.&lt;/P&gt;&lt;P&gt;Cheers, Ahmed.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jan 2025 12:00:08 GMT</pubDate>
    <dc:creator>Eldemallawy</dc:creator>
    <dc:date>2025-01-20T12:00:08Z</dc:date>
    <item>
      <title>DNA- C Metrics and Log volume</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/708969#M81440</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Wondering if there is a document or guidance on how to estimate the&amp;nbsp; volume of data ingested in Splunk by pulling data from DNA Centre using the&amp;nbsp;Splunk Add-on: Cisco DNA Center Add-on.&lt;/P&gt;&lt;P&gt;Cheers, Ahmed.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 10:54:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/708969#M81440</guid>
      <dc:creator>Eldemallawy</dc:creator>
      <dc:date>2025-01-16T10:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: DNA- C Metrics and Log volume</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/708974#M81442</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275577"&gt;@Eldemallawy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Try this (gives the amount of license used for indexes)&lt;/P&gt;&lt;PRE&gt;index=_internal sourcetype=splunkd source=*license_usage.log type=Usage &lt;BR /&gt;| stats sum(b) as bytes by idx &lt;BR /&gt;| eval mb=round(bytes/1024/1024,3)&lt;/PRE&gt;&lt;P&gt;If you want overall, then you can use this timechart version&lt;/P&gt;&lt;PRE&gt;index=_internal sourcetype=splunkd source=*license_usage.log type=Usage &lt;BR /&gt;| timechart span=1d sum(b) as usage_mb&lt;BR /&gt;| eval usage_mb=round(usage_mb/1024/1024,3)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;For per index, you can use this&lt;/P&gt;&lt;PRE&gt;index=_internal sourcetype=splunkd source=*license_usage.log type=Usage &lt;BR /&gt;| bucket span=1d _time &lt;BR /&gt;| stats sum(b) as bytes by _time idx &lt;BR /&gt;| eval mb=round(bytes/1024/1024,3)&lt;/PRE&gt;&lt;P&gt;2. Setup a Monitoring Console:-&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/DMC/DMCoverview" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/latest/DMC/DMCoverview&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 11:35:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/708974#M81442</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-01-16T11:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: DNA- C Metrics and Log volume</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/709233#M81449</link>
      <description>&lt;P&gt;Thanks Kiran,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was looking for a way to estimate the volume of data that will be ingested into Splunk before installing it. This will help me calculate the License cost.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore, is there a way to estimate the volume of DNA-C metrics based on number of LAN / WLAN devices?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, Ahmed.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 11:27:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/709233#M81449</guid>
      <dc:creator>Eldemallawy</dc:creator>
      <dc:date>2025-01-20T11:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: DNA- C Metrics and Log volume</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/709235#M81450</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275577"&gt;@Eldemallawy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Estimating the Splunk data volume within an environment is not an easy task due to several factors: number of devices, logging level set on devices, data types collected per device, user levels on devices, load volumes on devices, volatility of all data sources, not knowing what the end logging level will be, not knowing which&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;events can be discarded.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Estimate Indexing Volume&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;1. Verify raw log sizes.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2. Daily, Peak, retained, future volume.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3. Total number of data sources and hosts.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;4. Add volume estimates to data source inventory/spreadsheet.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Estimate index volume size:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;1. For syslog type data, index occupies ~50&lt;/SPAN&gt;&lt;SPAN&gt;% of original size.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2. 15&lt;/SPAN&gt;&lt;SPAN&gt;% of raw data ( compression )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3. 35&lt;/SPAN&gt;&lt;SPAN&gt;% for associated index files.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Jan 2025 11:56:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/709235#M81450</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-01-20T11:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: DNA- C Metrics and Log volume</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/709236#M81451</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275577"&gt;@Eldemallawy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1. Identify and prioritize the data types within the environment.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2. Install the free license version of Splunk.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3. Take the highest priority data type and start ingesting its data into Splunk, making sure to start adding servers/devices slowly so the data volume does not exceed the license. &amp;nbsp;If data volumes are too high, pick a couple of servers/devices from the different types, areas, or locations to get a good representation of the servers/devices.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;4. Review the data to ensure that the correct data is coming in. If there is unnecessary data being ingested, that data can be dropped to further optimize the Splunk implementation.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;5. Make any adjustments to the Splunk configurations needed, and then watch the data volume over the next week to see the high, low, and average size of the data per server/device.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;6. Take these numbers and calculate them against the total number of servers/devices to find the total data volume for this data type&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;7. Repeat this process for the other data types listed until you are completed.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Jan 2025 11:57:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/709236#M81451</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-01-20T11:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: DNA- C Metrics and Log volume</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/709237#M81452</link>
      <description>&lt;P&gt;Many thanks &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264857"&gt;@kiran_panchavat&lt;/a&gt;,&amp;nbsp;much appreciated.&lt;/P&gt;&lt;P&gt;Cheers, Ahmed.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 12:00:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/709237#M81452</guid>
      <dc:creator>Eldemallawy</dc:creator>
      <dc:date>2025-01-20T12:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: DNA- C Metrics and Log volume</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/709238#M81453</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275577"&gt;@Eldemallawy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Splunk, EPS (Events Per Second) is a metric used to measure the rate at which events are ingested into the Splunk indexer. The formula to calculate EPS is relatively straightforward:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;EPS = (Total Number of Events) / (Time Duration in Seconds)&lt;/P&gt;&lt;P&gt;To calculate EPS, you need to count the total number of events that were indexed within a specific time duration (usually one second) and then divide that count by the duration in seconds.&lt;/P&gt;&lt;P&gt;For example, if you want to calculate the EPS over a 1-minute window (60 seconds) and you have indexed 3,000 events during that time:&lt;/P&gt;&lt;P&gt;EPS = 3000 / 60 = 50 events per second. This means you are indexing, on average, 50 events per second during that 1-minute period.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 12:03:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DNA-C-Metrics-and-Log-volume/m-p/709238#M81453</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-01-20T12:03:15Z</dc:date>
    </item>
  </channel>
</rss>

