-
Plugin version: v3.3.1
input {
exec { command => " curl -s -I <url>" interval => 30 tags => ["solr"] }}
filter {
grok { match => { "curl -s -I %{HOSTNAME:instance} " } }}
output {
stdout { codec => rubydebug }}
Plugin version: v3.3.1
input {
exec {
command => " curl -s -I <url>"
interval => 30
tags => ["solr"]
}
}
filter {
grok { match => { "curl -s -I %{HOSTNAME:instance} " } }
}
output {
stdout {
codec => rubydebug
}
}
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.