I've got accelerated reporting searches. I know that the summary data "lives and dies" with the raw indexed data, unlike a traditional summary index. How can I tell the impact (in disk space) of a report acceleration summary?
I found that I can't get this from dbinspect, but it is available in rest:
| rest /services/admin/summarization splunk_server=$host$
| stats sum(summary.size) AS RAbytes
I found that I can't get this from dbinspect, but it is available in rest:
| rest /services/admin/summarization splunk_server=$host$
| stats sum(summary.size) AS RAbytes
Note that Fire Brigade version 2 (coming soon!) will leverage this endpoint to display this value on a per-host basis.
nice - thanks for this