Elasticsearch curl error

I am trying to curl some fields/information out of elasticsearch ( to run as zabbix external checks) but can not see the output from any other machine.

Blockquote
curl -v -XGET "http://10.100.0.0:9200/filebeat*/_search" -H 'Content-Type: application/json' -d'{ "aggs": {}, "size": 0, "stored_fields": [ "*" ], "script_fields": {}, "docvalue_fields": [ { "field": "@timestamp", "format": "date_time" } ], "_source": { "excludes": }, "query": { "bool": { "must": , "filter": [ { "match_all": {} }, { "match_phrase": { "message": "fw1.asv" } }, { "range": { "@timestamp": { "gte": "now-5m", "lte": "now", "format": "strict_date_optional_time" } } } ], "should": , "must_not": } }}'

Please don't post pictures of text, they are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.