Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zoom update to ECS 1.11.0 #1430

Merged
merged 3 commits into from
Aug 5, 2021
Merged

Conversation

leehinman
Copy link
Contributor

What does this PR do?

  • sets ecs.version to 1.11.0
  • moves setting ecs.version to pipeline for all data sets

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.
    - [ ] If I'm introducing a new feature, I have modified the Kibana version constraint in my package's manifest.yml file to point to the latest Elastic stack release (e.g. ^7.13.0).

Related issues

@elasticmachine
Copy link

elasticmachine commented Jul 30, 2021

💚 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: 2021-08-05T03:34:00.629+0000

  • Duration: 17 min 35 sec

  • Commit: 87399f4

Test stats 🧪

Test Results
Failed 0
Passed 13
Skipped 0
Total 13

Trends 🧪

Image of Build Times

Image of Tests

@leehinman leehinman marked this pull request as ready for review July 30, 2021 22:30
@elasticmachine
Copy link

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

@@ -22,7 +22,3 @@ processors:
fields: [message]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As part of #670 could you migrate the json decode step into the ingest node pipeline?

- change setting ecs.version to pipeline
@@ -18,11 +18,4 @@ tags:
publisher_pipeline.disable_host: true
{{/contains}}
processors:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somewhere in here I think we want to this in order to get a raw copy of the JSON sent to the webhook.

{{#if preserve_original_event}}
preserve_original_event: true
{{/if}}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency with the other packages it should probably also set a tag with the preserve original event.

- remove extraneous filebeat json processor
- update tests
- change ecs field definitions to use external definitions

Relates elastic#670
Copy link
Member

@andrewkroh andrewkroh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@leehinman leehinman merged commit 86bd339 into elastic:master Aug 5, 2021
@leehinman leehinman deleted the ecs_1.11.0_zoom branch August 5, 2021 17:48
eyalkraft pushed a commit to build-security/integrations that referenced this pull request Mar 30, 2022
* Set ecs.version to 1.11.0

- change setting ecs.version to pipeline
- remove extraneous filebeat json processor
- update tests
- change ecs field definitions to use external definitions
- add preserve original event option and set tag

Relates elastic#670
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants