Separately I can list all fields for an index and create a list of all indexes, but I have not been able to achieve both within one query. Any ideas?
| eventcount summarize=false index=* index=_* | dedup index | fields index
stats values(*) AS * | transpose | table column
↧