So, I was running ... | sistats count by host, source, sourcetype, field1, field2 and saving it to a summary index.
Then, I wanted to use the summary data to give me lists of hosts, sourcetypes, and sources. No problem, I looked at the summary data and found they were all stored in orig_ variables. (This rewrite only happens with host, source, and sourcetype.)
The problem came when I wanted to create a sum of all "count"s done by the original sistats. It was in a field called psrsvd_gc , but I couldn't use it. It wouldn't play nice and kept saying it was an internal field, or field was not available.
How do I get the sum from summary index data?
... View more