<?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: Dashboard to check index filled or not. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579769#M202013</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241865"&gt;@vxroot&lt;/a&gt;&amp;nbsp;... this can be done in multiple ways..&amp;nbsp;&lt;/P&gt;&lt;P&gt;metadata command can be simple and less cpu/memory intensive command, than counting manually with your style of command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let us know your how your dashboard preparation steps, you can try to include both styles and try to see which one suits you. thanks.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jan 2022 06:11:07 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2022-01-03T06:11:07Z</dc:date>
    <item>
      <title>Dashboard to check index filled or not.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579765#M202009</link>
      <description>&lt;P&gt;Hello guys, Splunk newbie here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope someone can assist in my case,&amp;nbsp;&lt;/P&gt;&lt;P&gt;so index=*_whatever is expected to be filled with data in monthly basis, I want to create a dashboard that tracks whether which indexes are filled and which that are not so I can keep track and check which ones are empty and which ones are filled.&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 05:47:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579765#M202009</guid>
      <dc:creator>vxroot</dc:creator>
      <dc:date>2022-01-03T05:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to check index filled or not.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579767#M202011</link>
      <description>&lt;P&gt;index=* |stats count by index should do the trick.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 05:50:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579767#M202011</guid>
      <dc:creator>SinghK</dc:creator>
      <dc:date>2022-01-03T05:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to check index filled or not.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579768#M202012</link>
      <description>&lt;P&gt;Unfortunately that does not work, thanks though.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 06:03:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579768#M202012</guid>
      <dc:creator>vxroot</dc:creator>
      <dc:date>2022-01-03T06:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to check index filled or not.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579769#M202013</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241865"&gt;@vxroot&lt;/a&gt;&amp;nbsp;... this can be done in multiple ways..&amp;nbsp;&lt;/P&gt;&lt;P&gt;metadata command can be simple and less cpu/memory intensive command, than counting manually with your style of command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let us know your how your dashboard preparation steps, you can try to include both styles and try to see which one suits you. thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 06:11:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579769#M202013</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2022-01-03T06:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to check index filled or not.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579771#M202014</link>
      <description>&lt;P&gt;I'm just looking to create a simple table that has two columns first column as Index_Name and second column that should have a checkmark or a cross where checkmark = index is filled and cross = index not filled. Can replace check mark and cross with Yes / No instead too, is that possible?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 06:28:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579771#M202014</guid>
      <dc:creator>vxroot</dc:creator>
      <dc:date>2022-01-03T06:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to check index filled or not.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579775#M202017</link>
      <description>&lt;P&gt;|rest /services/data/indexes/|table title maxTotalDataSizeMB currentDBSizeMB&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this will show all indexes and allocated size and used size. let me know if this works for you and if you need help modifying search.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 07:20:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579775#M202017</guid>
      <dc:creator>SinghK</dc:creator>
      <dc:date>2022-01-03T07:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to check index filled or not.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579776#M202018</link>
      <description>&lt;P&gt;|rest /services/data/indexes/|fields title maxTotalDataSizeMB currentDBSizeMB&lt;BR /&gt;|eval indexStatus = if(currentDBSizeMB&amp;gt;1, "Data", "Empty")&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 07:31:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579776#M202018</guid>
      <dc:creator>SinghK</dc:creator>
      <dc:date>2022-01-03T07:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to check index filled or not.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579780#M202019</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;There are lot of already done Apps for this issue. Here is some links for those&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://app.slack.com/team/USLACKBOT" target="_blank" rel="noopener noreferrer"&gt;Slackbot&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://splunk-usergroups.slack.com/archives/DQX40084A/p1596377339000500" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;17:08&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;There are a lot of options for finding hosts or sources that stop submitting events:&lt;BR /&gt;Meta Woot!&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://splunkbase.splunk.com/app/2949/" target="_blank" rel="noopener noreferrer"&gt;https://splunkbase.splunk.com/app/2949/&lt;/A&gt;&lt;BR /&gt;TrackMe&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://splunkbase.splunk.com/app/4621/" target="_blank" rel="noopener noreferrer"&gt;https://splunkbase.splunk.com/app/4621/&lt;/A&gt;&lt;BR /&gt;Broken Hosts App for Splunk&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://splunkbase.splunk.com/app/3247/" target="_blank" rel="noopener noreferrer"&gt;https://splunkbase.splunk.com/app/3247/&lt;/A&gt;&lt;BR /&gt;Alerts for Splunk Admins ("ForwarderLevel" alerts)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://splunkbase.splunk.com/app/3796/" target="_blank" rel="noopener noreferrer"&gt;https://splunkbase.splunk.com/app/3796/&lt;/A&gt;&lt;BR /&gt;Monitoring Console&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/DMC/Configureforwardermonitoring" target="_blank" rel="noopener noreferrer"&gt;https://docs.splunk.com/Documentation/Splunk/latest/DMC/Configureforwardermonitoring&lt;/A&gt;&lt;BR /&gt;Deployment Server&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.splunk.com/Documentation/DepMon/latest/DeployDepMon/Troubleshootyourdeployment#Forwarder_warnings" target="_blank" rel="noopener noreferrer"&gt;https://docs.splunk.com/Documentation/DepMon/latest/DeployDepMon/Troubleshootyourdeployment#Forwarder_warnings&lt;/A&gt;Some helpful posts:&lt;BR /&gt;&lt;A href="https://lantern.splunk.com/hc/en-us/articles/360048503294-Hosts-logging-data-in-a-certain-timeframe" target="_blank" rel="noopener noreferrer"&gt;https://lantern.splunk.com/hc/en-us/articles/360048503294-Hosts-logging-data-in-a-certain-timeframe&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.duanewaddle.com/proving-a-negative/" target="_blank" rel="noopener noreferrer"&gt;https://www.duanewaddle.com/proving-a-negative/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;r. Ismo&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 08:30:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dashboard-to-check-index-filled-or-not/m-p/579780#M202019</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-01-03T08:30:38Z</dc:date>
    </item>
  </channel>
</rss>

