Skip to content

checkpoint: test and support R81 logs - #5440

Merged
efd6 merged 4 commits into
elastic:mainfrom
efd6:5079-checkpoint
Mar 8, 2023
Merged

checkpoint: test and support R81 logs#5440
efd6 merged 4 commits into
elastic:mainfrom
efd6:5079-checkpoint

Conversation

@efd6

@efd6 efd6 commented Mar 6, 2023

Copy link
Copy Markdown
Contributor

What does this PR do?

This adds minimal representors of a corpus of ~3300 events from an R81.20 appliance. Some additional field definitions are added and missing type conversions for icmp_code and icmp_type are added.

In addition to this there was one case of a log line containing more than one time field. This line does not appear to be corrupted and has an outzonlags which may explain the presence of two times. Additional processing is added to support multiple times.

Finally error handling in script and kv processors is enhanced.

Corpus is available on request.

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Screenshots

@efd6 efd6 self-assigned this Mar 6, 2023
@efd6
efd6 force-pushed the 5079-checkpoint branch from d3eb138 to f8cb2d5 Compare March 6, 2023 03:04
@elasticmachine

elasticmachine commented Mar 6, 2023

Copy link
Copy Markdown

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-03-08T10:29:57.187+0000

  • Duration: 17 min 46 sec

Test stats 🧪

Test Results
Failed 0
Passed 12
Skipped 0
Total 12

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@efd6
efd6 force-pushed the 5079-checkpoint branch from f8cb2d5 to e08c13b Compare March 6, 2023 03:26
@elasticmachine

elasticmachine commented Mar 6, 2023

Copy link
Copy Markdown

🌐 Coverage report

Name Metrics % (covered/total) Diff
Packages 100.0% (1/1) 💚
Files 100.0% (1/1) 💚
Classes 100.0% (1/1) 💚
Methods 100.0% (17/17) 💚 66.667
Lines 87.379% (900/1030) 👎 -12.621
Conditionals 100.0% (0/0) 💚
@efd6
efd6 marked this pull request as ready for review March 6, 2023 04:55
@efd6
efd6 requested a review from a team as a code owner March 6, 2023 04:55
@elasticmachine

Copy link
Copy Markdown

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

@efd6
efd6 force-pushed the 5079-checkpoint branch from e08c13b to f4a092a Compare March 6, 2023 05:04
This adds minimal representors of a corpus of ~3300 events from an R81.20
appliance. Some additional field definitions are added and missing type
conversions for icmp_code and icmp_type are added.

In addition to this there was one case of a log line containing more than one
time field. This line does not appear to be corrupted and has an outzonlags
which may explain the presence of two times. Additional processing is added
to support multiple times.

Finally error handling in script and kv processors is enhanced.
@efd6
efd6 force-pushed the 5079-checkpoint branch from f4a092a to 2ee2ef3 Compare March 7, 2023 03:16
@jamiehynds

Copy link
Copy Markdown

Thanks for working through this one @efd6. We'll also need to adjust the compatibility section of our docs to indicate support for R81. We can drop all mention of R77.30 as it's end of life.

@efd6

efd6 commented Mar 7, 2023

Copy link
Copy Markdown
Contributor Author

R81 is listed there, I'll remove R77.

@efd6 efd6 mentioned this pull request Mar 8, 2023
5 tasks
@jamiehynds

Copy link
Copy Markdown

R81 is listed there, I'll remove R77.

@efd6 I only see a reference to R80 - "This module has been tested against Check Point Log Exporter on R80.X but should also work with R77.30."

@efd6
efd6 requested a review from kcreddy March 8, 2023 10:30
@efd6
efd6 merged commit de69055 into elastic:main Mar 8, 2023
@elasticmachine

Copy link
Copy Markdown

Package checkpoint - 1.16.0 containing this change is available at https://epr.elastic.co/search?package=checkpoint

3 similar comments
@elasticmachine

Copy link
Copy Markdown

Package checkpoint - 1.16.0 containing this change is available at https://epr.elastic.co/search?package=checkpoint

@elasticmachine

Copy link
Copy Markdown

Package checkpoint - 1.16.0 containing this change is available at https://epr.elastic.co/search?package=checkpoint

@elasticmachine

Copy link
Copy Markdown

Package checkpoint - 1.16.0 containing this change is available at https://epr.elastic.co/search?package=checkpoint

agithomas pushed a commit to agithomas/integrations that referenced this pull request Mar 20, 2023
This adds minimal representors of a corpus of ~3300 events from an R81.20
appliance. Some additional field definitions are added and missing type
conversions for icmp_code and icmp_type are added.

In addition to this there was one case of a log line containing more than one
time field. This line does not appear to be corrupted and has an outzonlags
which may explain the presence of two times. Additional processing is added
to support multiple times.

Finally error handling in script and kv processors is enhanced.
agithomas pushed a commit to agithomas/integrations that referenced this pull request Mar 21, 2023
This adds minimal representors of a corpus of ~3300 events from an R81.20
appliance. Some additional field definitions are added and missing type
conversions for icmp_code and icmp_type are added.

In addition to this there was one case of a log line containing more than one
time field. This line does not appear to be corrupted and has an outzonlags
which may explain the presence of two times. Additional processing is added
to support multiple times.

Finally error handling in script and kv processors is enhanced.
@efd6
efd6 deleted the 5079-checkpoint branch February 5, 2025 22:06
orestisfl pushed a commit to orestisfl/integrations that referenced this pull request May 15, 2026
This adds minimal representors of a corpus of ~3300 events from an R81.20
appliance. Some additional field definitions are added and missing type
conversions for icmp_code and icmp_type are added.

In addition to this there was one case of a log line containing more than one
time field. This line does not appear to be corrupted and has an outzonlags
which may explain the presence of two times. Additional processing is added
to support multiple times.

Finally error handling in script and kv processors is enhanced.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Integration:checkpoint Check Point

4 participants