You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be a requirement from elasticsearch 7.12.0 to have a content-type header.
The configuration used here is the docker image for elasticsearch and kibana 7.12.0 in a network, a separate container running DVWA and burp pro on the local host pointed at elasticsearch.
The post from elastic burp does not include a Content-Type header
The response from elasticsearch gives the impression that the Content-Type header is necessary
A text file following the HTTP thread. The data is from a burp scan of DVWA (no sensitive date) elasticBurp.txt
Docker command used to run DVWA
docker run --name=dvwa -d vulnerables/web-dvwa
There appears to be a requirement from elasticsearch 7.12.0 to have a content-type header.
The configuration used here is the docker image for elasticsearch and kibana 7.12.0 in a network, a separate container running DVWA and burp pro on the local host pointed at elasticsearch.
The post from elastic burp does not include a Content-Type header
The response from elasticsearch gives the impression that the Content-Type header is necessary
A text file following the HTTP thread. The data is from a burp scan of DVWA (no sensitive date)
elasticBurp.txt
Docker command used to run DVWA
docker run --name=dvwa -d vulnerables/web-dvwa
Docker-Compose Yaml file for ElasticSearch and Kibana
docker-compose.yml.txt
The text was updated successfully, but these errors were encountered: