Hi,
I've been using * in statistical commands for shorthand in writing out the fields. This has been useful on dynamic dashboards where I don't know what source/sourcetype a user will choose, so I don't have to specify field names ahead of time. A format like the following works:
index=internal | timechart avg(*) as avg*
index=internal | timechart avg(*) as avg* by host
Try this:
index=internal | timechart avg() as "avg" by host
Doesn't work. Same problem.
the stars are filtered out..so for sure with the stars 😉