Skip to content

Commit

Permalink
more consistently differentiate between uploaded and live-captured t…
Browse files Browse the repository at this point in the history
…raffic idaholab#321 WIP
  • Loading branch information
mmguero committed Jan 5, 2024
1 parent 301ff56 commit 58c94f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arkime/scripts/docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [[ ! -f "${ARKIME_CONFIG_FILE}" ]] && [[ -r "${ARKIME_DIR}"/etc/config.orig.i
sed -i "s/^\(freeSpaceG=\).*/\1"${ARKIME_FREESPACEG}"/" "${ARKIME_CONFIG_FILE}"
sed -i "s/^\(viewPort=\).*/\1"${VIEWER_PORT}"/" "${ARKIME_CONFIG_FILE}"
sed -i "s/^\(pcapDir=\).*/\1\/data\/pcap\/arkime-live/" "${ARKIME_CONFIG_FILE}"
sed -i "s/MALCOLM_PCAP_NODE_NAME/${NODE_NAME}/g" "${ARKIME_CONFIG_FILE}"
sed -i "s/MALCOLM_PCAP_NODE_NAME/${NODE_NAME}-upload/g" "${ARKIME_CONFIG_FILE}"

# performance tuning parameters
[[ -n "$ARKIME_DB_BULK_SIZE" ]] && \
Expand Down

0 comments on commit 58c94f3

Please sign in to comment.