Hi,
I have a dataset that contains fields pertaining to a specific optical transport device.
My dataset:
"slot": "LM-1",
"source": "1.3.1.8",
"timestamp": 1668113939,
"serial_no": "xxxxxxxx",
"hardware_version": "001",
"empty": false,
"mfg_name": "vendor",
"parent": "SLOT-1",
I want to set up an alert to send me all this info when empty changes its value to true.
Is this possible with Kibana?
Thank you.