Hi all!
I'm having an issue with a Gauge that I'm hoping the community can help with. I have an index pattern titled postgres-* and there are two types of records that come back. One type of record includes:
micro_error_count: 2
Another record for that index pattern does not include that field. These records each come in back to back every 1 minute.
When I create a gauge like so:
Then sometimes I get back 2, and other times I get back 0 in the gauge. I have tried adding micro_error_count:* to the Panel filter, but no luck there either. I basically want it to only include records from the postgres-* index that contain the key micro_error_count.
Any ideas?
Thanks!
EDIT
I should note that sometimes toggling Drop last bucket will swap between 2 and 0, and sometimes it won't.
I have also tried auto instead of 30m as well as other options and no luck there, either. Same behavior.




