We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
dd if=/dev/zero of=5m.file bs=1024000 count=5 dd if=/dev/zero of=15m.file bs=1024000 count=15
python -m SimpleHTTPServer
sudo ./packetbeat -e -c packetbeat.dev.yml
curl -XGET localhost:8000/5m.file
Note that the body is not included in the generated event.
curl -XGET localhost:8000/15m.file
Note that this time the body is included in the event, despite it was not requested in the configuration.
The text was updated successfully, but these errors were encountered:
Fixed with #2470.
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce:
Note that the body is not included in the generated event.
Note that this time the body is included in the event, despite it was not requested in the configuration.
The text was updated successfully, but these errors were encountered: