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
We should avoid long fields in sankey diagrams.
change File dashboard from:
event.category: file AND _exists_:process.executable | groupby host.name | groupby -sankey host.name process.executable | groupby process.executable | groupby event.dataset event.action event.type | groupby file.name
to File and Process Mappings:
event.category: file AND _exists_:process.name AND _exists_:process.executable | groupby host.name | groupby -sankey host.name process.name | groupby process.name | groupby process.executable | groupby event.dataset event.action event.type | groupby file.name
The text was updated successfully, but these errors were encountered:
FIX: Improve File dashboard #12914
1be3e62
0822a46
Merge pull request #12915 from Security-Onion-Solutions/dougburks-pat…
240ffc0
…ch-1 FIX: Improve File dashboard #12914
Tested and verified:
Sorry, something went wrong.
dougburks
No branches or pull requests
We should avoid long fields in sankey diagrams.
change File dashboard from:
to File and Process Mappings:
The text was updated successfully, but these errors were encountered: