Skip to content

rptr/elastalert-array-change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample documents

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"
}
'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages