mammo0
mammo0
@anthrotype I had a quick look at your build error. It seems to be a problem with the CMAKE variables that are set for the macOS platform: ```python if sys.platform...
> AFAIK, arm64 needs 11.x . 10.9 definitely does not support arm64 I thought also about this. But then why do the global variables ``` CMAKE_OSX_ARCHITECTURES="x86_64;arm64" CMAKE_OSX_DEPLOYMENT_TARGET="10.9" ``` work for...
> I just tried to run this on my local macOS machine (M1 Pro MBP) and I got an error while it tries to build libpng Today I hit the...
> itself is a universal binary, right? On my Intel Mac the Python binary from Homebrew is only x86_64. Don't know what is it on a Silicon Mac... But I...
Hi, I assume you are running Opensearch (OS) with a separate environment? Because port 5601 belongs to the dashboard image of OS and this is not part of the Docker...
Can you ping the `opensearch-node1` container from the Arkime container? You are using the compose file from [here](https://opensearch.org/docs/latest/install-and-configure/install-opensearch/docker/#sample-docker-composeyml), right? Then Docker compose creates a separate network for OS. According to...
Hello @ajtrevi2, > changed http to https To use Arkime with SSL enabled OS, changes in the config.ini must be made. Mainly the `elasticsearch=` must be correctly set. This can...
@mgallien Did you see my comment?
Hello, I'm also thinking about testing this PR. Does my existing library get automatically merged by a simple rescan? Or is some manual work needed before? Thank you for this...
Hi @jagonza1ez, I never tried to capture the network traffic from within the Arkime container. Currently my only use case for Arkime is to put already captured .pcap files into...