You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello INL / CISA,
First and foremost - fantastic project, thank you! Great project and solid documentation, its really appreciated!
The issue I'm reporting is that when you build the system with the current version of opensearch-py that's utilized in the Dockerfiles/pcap-monitor.Dockerfile file it will fail to run. This seems to be do to an upstream dependency issue with opensearch-py missing requests from its install_requires. (appears to be a failure based on this: opensearch-project/opensearch-py#141 (comment) )
Temp fix while we wait for the upstream library is to perhaps pin the opensearch-py version to an older one OR include requests in the Dockerfile:
Hello INL / CISA,
First and foremost - fantastic project, thank you! Great project and solid documentation, its really appreciated!
The issue I'm reporting is that when you build the system with the current version of opensearch-py that's utilized in the Dockerfiles/pcap-monitor.Dockerfile file it will fail to run. This seems to be do to an upstream dependency issue with opensearch-py missing requests from its install_requires. (appears to be a failure based on this: opensearch-project/opensearch-py#141 (comment) )
Temp fix while we wait for the upstream library is to perhaps pin the opensearch-py version to an older one OR include requests in the Dockerfile:
pip3 install --no-cache-dir opensearch-py opensearch-dsl pyzmq pyinotify python-magic requests && \
Thanks again for a great system!
jon
The text was updated successfully, but these errors were encountered: