Skip to content

Commit

Permalink
copyright year update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Dec 5, 2023
1 parent 4a24fed commit ac58ba3
Show file tree
Hide file tree
Showing 173 changed files with 173 additions and 173 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN python3 -m pip wheel --no-cache-dir --no-deps --wheel-dir /usr/src/app/wheel

FROM python:3-slim-bookworm

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/arkime.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12-slim AS build

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

ENV DEBIAN_FRONTEND noninteractive
ENV TERM xterm
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/dirinit.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/file-monitor.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12-slim

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/file-upload.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12-slim AS npmget

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/filebeat.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.elastic.co/beats/filebeat-oss:8.11.1

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/freq.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12-slim

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/htadmin.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:11-slim

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/netbox.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM netboxcommunity/netbox:v3.6.6

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/nginx.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

####################################################################################
# thanks to: nginx - https://github.com/nginxinc/docker-nginx/blob/master/mainline/alpine/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/opensearch.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM opensearchproject/opensearch:2.11.1

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/pcap-capture.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12-slim

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/pcap-monitor.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12-slim

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/postgresql.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM postgres:15-alpine

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/redis.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redis:7-alpine

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/zeek.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apt-get -q update && \

FROM debian:12-slim

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023, Battelle Energy Alliance, LLC
Copyright 2024 Battelle Energy Alliance, LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://github.com/idaholab/Malcolm

See LICENSE.txt for license terms.

Malcolm is Copyright (c) 2023 Battelle Energy Alliance, LLC, and is developed
Malcolm is Copyright (c) 2024 Battelle Energy Alliance, LLC, and is developed
and released through the cooperation of the Cybersecurity and Infrastructure
Security Agency of the U.S. Department of Homeland Security. All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can help steer Malcolm's development by sharing your ideas and feedback. Ple

## <a name="Footer"></a>Copyright and License

Malcolm is Copyright 2023 Battelle Energy Alliance, LLC, and is developed and released through the cooperation of the [Cybersecurity and Infrastructure Security Agency](https://www.cisa.gov/) of the [U.S. Department of Homeland Security](https://www.dhs.gov/).
Malcolm is Copyright 2024 Battelle Energy Alliance, LLC, and is developed and released through the cooperation of the [Cybersecurity and Infrastructure Security Agency](https://www.cisa.gov/) of the [U.S. Department of Homeland Security](https://www.dhs.gov/).

Malcolm is licensed under the Apache License, version 2.0. See `LICENSE.txt` for the terms of its release.

Expand Down
2 changes: 1 addition & 1 deletion arkime/scripts/arkime_update_geo.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

cd "${ARKIME_DIR:-/opt/arkime}"/etc

Expand Down
2 changes: 1 addition & 1 deletion arkime/scripts/initarkime.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

MALCOLM_PROFILE=${MALCOLM_PROFILE:-"malcolm"}
OPENSEARCH_URL=${OPENSEARCH_URL:-"http://opensearch:9200"}
Expand Down
2 changes: 1 addition & 1 deletion arkime/scripts/viewer_service.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

while true; do
if [[ -f /var/run/arkime/initialized && "$VIEWER" == "on" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion arkime/scripts/wipearkime.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

[[ ${OPENSEARCH_SSL_CERTIFICATE_VERIFICATION:-"false"} != "true" ]] && DB_SSL_FLAG="--insecure" || DB_SSL_FLAG=""
OPENSEARCH_URL_FULL="$(grep -Pi '^elasticsearch\s*=' $ARKIME_DIR/etc/config.ini | cut -d'=' -f2-)"
Expand Down
2 changes: 1 addition & 1 deletion arkime/scripts/wise_service.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

while true; do
if [[ ("$WISE" == "on") && (-f /var/run/arkime/runwise) && (-f $ARKIME_DIR/etc/wise.ini) ]]; then
Expand Down
2 changes: 1 addition & 1 deletion arkime/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

[unix_http_server]
file=/tmp/supervisor.sock ; (the path to the socket file)
Expand Down
2 changes: 1 addition & 1 deletion arkime/wise/source.zeeklogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const WISESource = require('./wiseSource.js');
// Data may be populated with Malcolm's Logstash filters:
// (https://github.com/idaholab/Malcolm/tree/main/logstash/pipelines)
//
// Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
// Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
// see https://raw.githubusercontent.com/idaholab/Malcolm/main/LICENSE.txt
//////////////////////////////////////////////////////////////////////////////////

Expand Down
2 changes: 1 addition & 1 deletion dashboards/scripts/create-arkime-sessions-index.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

set -euo pipefail
shopt -s nocasematch
Expand Down
2 changes: 1 addition & 1 deletion dashboards/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

[unix_http_server]
file=/tmp/supervisor.sock ; (the path to the socket file)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-standalone.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

version: '3.7'

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

version: '3.7'

Expand Down
2 changes: 1 addition & 1 deletion file-monitor/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

if [[ -z $EXTRACTED_FILE_ENABLE_CLAMAV ]]; then
EXTRACTED_FILE_ENABLE_CLAMAV=false
Expand Down
2 changes: 1 addition & 1 deletion file-monitor/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

[unix_http_server]
file=/tmp/supervisor.sock ; (the path to the socket file)
Expand Down
2 changes: 1 addition & 1 deletion file-upload/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

if [[ -z $MALCOLM_USERNAME || -z $MALCOLM_PASSWORD ]]; then
echo "Please set the SSH username and (openssl-encrypted then base64-encoded) password by adding the following arguments to docker run/create:"
Expand Down
2 changes: 1 addition & 1 deletion file-upload/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

[unix_http_server]
file=/tmp/supervisor.sock ; (the path to the socket file)
Expand Down
2 changes: 1 addition & 1 deletion filebeat/filebeat-nginx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

name: "${PCAP_NODE_NAME:malcolm}"

Expand Down
2 changes: 1 addition & 1 deletion filebeat/filebeat-tcp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

name: "${PCAP_NODE_NAME:malcolm}"

Expand Down
2 changes: 1 addition & 1 deletion filebeat/filebeat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

name: "${PCAP_NODE_NAME:malcolm}"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.


import os
Expand Down
2 changes: 1 addition & 1 deletion filebeat/scripts/filebeat-process-zeek-folder-functions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

function in_array() {
local haystack="${1}[@]"
Expand Down
2 changes: 1 addition & 1 deletion filebeat/scripts/filebeat-process-zeek-folder.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.


# for files (sort -V (natural)) under /zeek that:
Expand Down
2 changes: 1 addition & 1 deletion filebeat/scripts/filebeat-watch-zeeklogs-uploads-folder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

###################################################################################################
# Monitor a directory for PCAP files for processing (by publishing their filenames to a ZMQ socket)
Expand Down
2 changes: 1 addition & 1 deletion filebeat/scripts/zeek-log-field-bitmap.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

###################################################################################################
# parse the fields names from the header of of the log file and compare them to the
Expand Down
2 changes: 1 addition & 1 deletion filebeat/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

[unix_http_server]
file=/tmp/supervisor.sock ; (the path to the socket file)
Expand Down
2 changes: 1 addition & 1 deletion freq-server/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

[unix_http_server]
file=/tmp/supervisor.sock ; (the path to the socket file)
Expand Down
2 changes: 1 addition & 1 deletion htadmin/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

[unix_http_server]
file=/tmp/supervisor.sock ; (the path to the socket file)
Expand Down
2 changes: 1 addition & 1 deletion logstash/pipelines/beats/11_beats_logs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Malcolm and Hedgehog Linux itself (i.e., not captured
# network traffic metadata, but operational metadata)
#
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
#######################

filter {
Expand Down
2 changes: 1 addition & 1 deletion logstash/pipelines/enrichment/20_enriched_to_ecs.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

filter {

Expand Down
2 changes: 1 addition & 1 deletion logstash/pipelines/enrichment/23_severity.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

filter {

Expand Down
2 changes: 1 addition & 1 deletion logstash/pipelines/enrichment/96_make_unique.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

# take array fields that are already generic (i.e., ECS or Arkime) and deduplicate them.
# there is also a little bit of light normalization that happens here
Expand Down
2 changes: 1 addition & 1 deletion logstash/pipelines/enrichment/97_arkimize.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

# take fields that are already generic (i.e., ECS or whatever) and copy them
# to their Arkime equivalents if applicable
Expand Down
2 changes: 1 addition & 1 deletion logstash/pipelines/enrichment/98_finalize.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

# final adjustments before forwarding

Expand Down
2 changes: 1 addition & 1 deletion logstash/pipelines/suricata/19_severity.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

filter {

Expand Down
2 changes: 1 addition & 1 deletion logstash/pipelines/zeek/10_zeek_prep.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.

filter {

Expand Down
2 changes: 1 addition & 1 deletion logstash/pipelines/zeek/11_zeek_parse.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# - get filters where in != out
# $ docker compose exec logstash curl -XGET http://localhost:9600/_node/stats/pipelines | jq -r '.. | .filters? // empty | .[] | objects | select (.events.in != .events.out) | [.id, .events.in, .events.out, .events.duration_in_millis] | join (";")'
#
# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
#######################

filter {
Expand Down
Loading

0 comments on commit ac58ba3

Please sign in to comment.