Forget Splunk. If there are no common fields between indices, can you illustrate what the stats result would look like? Please show some sample tables of field values in each index (in text, anonym...
See more...
Forget Splunk. If there are no common fields between indices, can you illustrate what the stats result would look like? Please show some sample tables of field values in each index (in text, anonymize as needed). Then, illustrate the corresponding output table (also in text) that you envision with the two data data tables. If anonymizing data is difficult, illustrate mock data tables and calculate desired output table by hand, so volunteers can understand your use case. Let me also point out that your illustrated mock code, "Stats Count (X) Avg(Y) by XYZ", is confusing because you mentioned no field named XYZ. The other mock code, "stats Count (K) Max(M) by K M", also doesn't make sense because when you group by M, Max(M) can only have the value of that group M, unless K and M do not appear in the same event, in which case Max(M) is null.