Skip to content

Commit

Permalink
update arkime build for investigate allowing specifying another index…
Browse files Browse the repository at this point in the history
… pattern for Arkime to query in addition to arkime_sessions3-* (idaholab#423)
  • Loading branch information
mmguero committed Mar 25, 2024
1 parent 319c3c6 commit 4256298
Show file tree
Hide file tree
Showing 2 changed files with 433 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfiles/arkime.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ENV TERM xterm
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

ENV ARKIME_VERSION "v5.0.1_search_indices"
ENV ARKIME_VERSION "v5.0.1"
ENV ARKIME_DIR "/opt/arkime"
ENV ARKIME_URL "https://github.com/mmguero-dev/arkime.git"
ENV ARKIME_URL "https://github.com/arkime/arkime.git"
ENV ARKIME_LOCALELASTICSEARCH no
ENV ARKIME_INET yes

Expand Down
Loading

0 comments on commit 4256298

Please sign in to comment.