Skip to content

Commit efb9d80

Browse files
Run CI E2E against latest its ( 6.0.3) (#85)
* try latest lts * update copyrights
1 parent c14bc87 commit efb9d80

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+93
-93
lines changed

CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

MAINTAINER

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

MAINTAINERS.md

+1-1

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020-2023 Zeek-Kafka
1+
Copyright 2020-2024 Zeek-Kafka
22

33
The Initial Developer of this project, which was copied from, derived from,
44
or inspired by Apache Metron, is The Apache Software Foundation

README.md

+1-1

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

ci/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

cmake/FindLibRDKafka.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

cmake/FindOpenSSL.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

configure.plugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/README.md

+1-1

docker/containers/zeek/Dockerfile.ubuntu:20.04

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

docker/containers/zeek/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ services:
4545
- zeek-kafka_zeek:latest
4646
- ${ZEEK_KAFKA_OS}
4747
args:
48-
ZEEK_VERSION: "4.2.2"
48+
ZEEK_VERSION: "6.0.3"
4949
LIBRDKAFKA_VERSION: "1.4.4"
5050
image: zeek-kafka_zeek:latest
5151
depends_on:

docker/finish_end_to_end.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/in_docker_scripts/build_plugin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/in_docker_scripts/configure_plugin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/in_docker_scripts/process_data_file.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# shellcheck disable=SC2010
33
#
4-
# Copyright 2020-2023 Zeek-Kafka
4+
# Copyright 2020-2024 Zeek-Kafka
55
# Copyright 2015-2020 The Apache Software Foundation
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");

docker/run_end_to_end.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/scripts/analyze_results.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/scripts/docker_execute_build_plugin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/scripts/docker_execute_configure_plugin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/scripts/docker_execute_create_topic_in_kafka.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/scripts/docker_execute_process_data_file.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/scripts/docker_execute_shell.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/scripts/docker_run_consume_kafka.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/scripts/docker_run_get_offset_kafka.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/scripts/download_sample_pcaps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/scripts/print_results.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

docker/scripts/split_kafka_output_by_log.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# shellcheck disable=SC2143,SC1083,SC2002,SC2126
33
#
4-
# Copyright 2020-2023 Zeek-Kafka
4+
# Copyright 2020-2024 Zeek-Kafka
55
# Copyright 2015-2020 The Apache Software Foundation
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");

scripts/Seiso/Kafka/__load__.zeek

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

scripts/Seiso/Kafka/logs-to-kafka.zeek

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

scripts/__load__.zeek

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

scripts/init.zeek

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

src/KafkaWriter.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2023 Zeek-Kafka
2+
* Copyright 2020-2024 Zeek-Kafka
33
* Copyright 2015-2020 The Apache Software Foundation
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/KafkaWriter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2023 Zeek-Kafka
2+
* Copyright 2020-2024 Zeek-Kafka
33
* Copyright 2015-2020 The Apache Software Foundation
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/Plugin.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2023 Zeek-Kafka
2+
* Copyright 2020-2024 Zeek-Kafka
33
* Copyright 2015-2020 The Apache Software Foundation
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/Plugin.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2023 Zeek-Kafka
2+
* Copyright 2020-2024 Zeek-Kafka
33
* Copyright 2015-2020 The Apache Software Foundation
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/TaggedJSON.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2023 Zeek-Kafka
2+
* Copyright 2020-2024 Zeek-Kafka
33
* Copyright 2015-2020 The Apache Software Foundation
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/TaggedJSON.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2023 Zeek-Kafka
2+
* Copyright 2020-2024 Zeek-Kafka
33
* Copyright 2015-2020 The Apache Software Foundation
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/events.bif

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

src/kafka.bif

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

src/kafka_const.bif

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
#
7-
# Copyright 2020-2023 Zeek-Kafka
7+
# Copyright 2020-2024 Zeek-Kafka
88
#
99
# Licensed under the Apache License, Version 2.0 (the "License");
1010
# you may not use this file except in compliance with the License.

tests/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

tests/Scripts/diff-remove-timestamps

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

tests/Scripts/get-zeek-env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright 2020-2023 Zeek-Kafka
3+
# Copyright 2020-2024 Zeek-Kafka
44
# Copyright 2015-2020 The Apache Software Foundation
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");

tests/btest.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

tests/kafka/l2s-l2e-no-overlap.zeek

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

tests/kafka/l2s-set-l2e-set.zeek

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020-2023 Zeek-Kafka
2+
# Copyright 2020-2024 Zeek-Kafka
33
# Copyright 2015-2020 The Apache Software Foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)