Deployment Architecture

metadata about indexes (not per index)

brettcave
Builder

hi, I am wondering if there's a way to get summary data of all indexes, similar to the metadata command, but that returns a list of indexes and stats (e.g. index size). For example:

| indexmetadata | table IndexName IndexSize
Tags (1)
0 Karma
1 Solution

brettcave
Builder

This is one way:

| metadata type=hosts index="main" | eval indexName="main" | append [ metadata type=hosts index="custom1" | eval indexName="custom1" ] | stats sum(totalCount) as Count by indexName

View solution in original post

0 Karma

brettcave
Builder

This is one way:

| metadata type=hosts index="main" | eval indexName="main" | append [ metadata type=hosts index="custom1" | eval indexName="custom1" ] | stats sum(totalCount) as Count by indexName
0 Karma

brettcave
Builder

This is one way:

| metadata type=hosts index="main" | eval indexName="main" | append [ metadata type=hosts index="custom1" | eval indexName="custom1" ] | stats sum(totalCount) as Count by indexName
0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...