Jupyter notebook #6291
Jupyter notebook
#6291
-
Hello Everyone! Are there any Security Onion professionals that have successfully intergraded jupyter notebooks to work with their SOv2 SIEM? |
Beta Was this translation helpful? Give feedback.
Answered by
weslambert
Nov 22, 2021
Replies: 1 comment 3 replies
-
I experimented with this on a previous version of the Elastic stack, when we weren't requiring auth/RBAC. You'll want to be careful about opening up your cluster from the firewall perspective, and you'll need to be mindful of the authentication details. Other than that, it should be pretty straightforward using the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
dougburks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I experimented with this on a previous version of the Elastic stack, when we weren't requiring auth/RBAC. You'll want to be careful about opening up your cluster from the firewall perspective, and you'll need to be mindful of the authentication details. Other than that, it should be pretty straightforward using the
elasticsearch
library for Python.