-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
Get Process #590
Comments
@ai-ryanbess - unfortunately an API for this does not currently exist. |
Is there a module that we can use to send a custom written FQL search that the API would take in and process? |
We'll poke around - might be able to leverage the Logscale API's to see if it's doable |
Thank you. That seems like exactly what we would like to do. |
Also to add, we'd like to also get the command line that called the processes and possible some other stuff like parent process etc. Our goal is to provide our IR team a quick simple way of feeding in some simple data (collected via an ansible survey) and have ansible quickly spit back the root cause. |
The way this would most likely work is:
So ideally, if you can do this in logscale/ngsiem today from the UI in the sense of getting the data you need, then this module will essentially do the same. |
Hello,
Is there a module created that would allow a user to enter a source and destination ip and when entered the result would be the process from an endpoint that initiated the connection?
The text was updated successfully, but these errors were encountered: