mohsin106
(Mohsin)
November 10, 2022, 9:05pm
1
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.
jughosta
(Julia Rechkunova)
December 5, 2022, 1:11pm
2
Hi @mohsin106 ,
Yes, it's possible to define alerts via Kibana: Stack Management > Rules page. "Elasticsearch query" rule type can work for your use case.
Another option would be to define a Watcher and you will be able to access documents via ctx.payload.hits
in actions configuration.
system
(system)
Closed
January 2, 2023, 1:12pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.