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
No description provided.
The text was updated successfully, but these errors were encountered:
QA INSTRUCTIONS
Part 1 Do:
docker run --rm -it cribl/scope:<VERSION_ID> apt update apt install curl -y scope curl wttr.in scope events scope events --fields net_bytes_recv scope events --fields net_bytes_sent,net_bytes_recv scope events --fields net_bytes_sent,net_bytes_recv --match net_bytes scope events --fields nonexistent # etc...
Expect: You are able to select any field from the event.body.data object. View the json output with scope events -j to see data field names.
Sorry, something went wrong.
I bugathoned this with v1.0.2-rc0 on 10-Mar-2022. Looks great!
seanvaleo
Successfully merging a pull request may close this issue.
No description provided.
The text was updated successfully, but these errors were encountered: