Filter records with a change in a particular field during a period

I have multiple hosts reporting some fields every day. I need to find sources that got a change in a value of a particular field. Let's say yesterday "field1" was 0 and today 1.
In addition to that, I need to build a table of all the filtered sources together with some more fields that can help to understand why "field1" was changed:
Source|Field1|Field2|Field3|
where source in a list of those that changed field between day 1 and day 2.

Can you suggest a suitable tool in kibana? I couldn't find one myself :frowning:

try filtering for this value of field1 in Discover and include the fields you need in the table. also, if you have it licensed, it also seems like you are describing machine learning features like anomaly detection

Hi Graham, thanks for the reply, but my biggest problem is to find those sources that changed the field1 value. And the field is not binary. So it could be 1->2, or 4->3, or god knows what...

Yes, seems like Anomaly Detection would be worth considering for this use case

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.