Skip to content

Instantly share code, notes, and snippets.

@xriu
xriu / cloudwatch-pipeline.conf
Created September 30, 2016 09:07 — forked from BrockReece/cloudwatch-pipeline.conf
Logstash cloudwatch output sample pipeline
input {
http_poller {
urls => {
node => {
method => get
url => "http://localhost:9200/_cluster/health"
headers => {
Accept => "application/json"
}
}