curl -XPOST 'http://localhost:9200/logs/services' -H 'Content-Type: application/json' -d'
{
"@timestamp": "2020-08-22T23:56:00",
"machinename": "node1",
"servicename": "service1",
"status": "happy"
}
'
curl -XPOST 'http://localhost:9200/logs/services' -H 'Content-Type: application/json' -d'
{
"@timestamp": "2020-08-22T23:56:00",
"machinename": "node1",
"servicename": "service2",
"status": "happy"
}
'
curl -XPOST 'http://localhost:9200/logs/services' -H 'Content-Type: application/json' -d'
{
"@timestamp": "2020-08-22T23:56:00",
"machinename": "node2",
"servicename": "service1",
"status": "happy"
}
'
-
Notifications
You must be signed in to change notification settings - Fork 1
rptr/elastalert-array-change
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published