httpbeat
httpbeat copied to clipboard
Elastic Beat to call HTTP endpoints
Hi, We're using httpbeat to sample every minute (cron: "@every 1m") multiple URLs from http://127.0.0.1:8443 on a Windows 2012 R2 machine. It works great for a list of a few...
Hi, We're using httpbeat 4.0.0 to monitor a few URLs. After a few days of running, httpbeat crashes with this error message: > An error occurred while executing HTTP request:...
Currently working around by mutating on the logstash side, but I would prefer if httpbeat would simply not send a certain request header.
I'm trying to use this to download a json document from a rest endpoint (our RavenDB document store) and it doesn't support basic authentication (only NTLM authentication). I can accomplish...
We use httpbeat to query data from multiple servers. It would be useful to have a feature where the http queries can be added to the httpbeat.yml and Http beat...
Hi, Is there a way to put the current date in the url and/or the body of a request ? i.e: urls: - url: http://localhost:9200/logevent-%{+yyyy.MM.dd}