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

all: fix sample events to agree with ECS #10136

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Conversation

efd6
Copy link
Contributor

@efd6 efd6 commented Jun 12, 2024

Proposed commit message

* cisco_umbrella
* forgerock
* lumos
* mattermost
* microsoft_exchange_online_message_trace
* pulse_connect_secure
* sentinel_one
* ti_cybersixgill
* trend_micro_vision_one

Also fix missed changelog entry link in crowdstrike package.

The first commit was generated with

for p in cisco_umbrella forgerock lumos mattermost microsoft_exchange_online_message_trace pulse_connect_secure sentinel_one ti_cybersixgill trend_micro_vision_one;
do (
  cd $p;
  elastic-package test system -g && \
  elastic-package build && \
  elastic-package changelog add \
    --type bugfix \
    --next patch \
    --description 'Fix sample event.' \
    --link https://github.com/elastic/integrations/pull/10136
); done

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 added bugfix Pull request that fixes a bug issue Team:Security-Service Integrations Security Service Integrations Team [elastic/security-service-integrations] labels Jun 12, 2024
@efd6 efd6 self-assigned this Jun 12, 2024
efd6 added 2 commits June 12, 2024 13:06
* cisco_umbrella
* forgerock
* lumos
* mattermost
* microsoft_exchange_online_message_trace
* pulse_connect_secure
* sentinel_one
* ti_cybersixgill
* trend_micro_vision_one
@elasticmachine
Copy link

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link

💚 Build Succeeded

cc @efd6

@efd6 efd6 marked this pull request as ready for review June 12, 2024 04:02
@efd6 efd6 requested a review from a team as a code owner June 12, 2024 04:02
@elasticmachine
Copy link

Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)

@efd6 efd6 marked this pull request as draft June 12, 2024 04:05
@efd6 efd6 marked this pull request as ready for review June 12, 2024 06:57
Copy link
Contributor

@kcreddy kcreddy left a comment

Choose a reason for hiding this comment

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

Should we be using -next instead of bumping patch, as the change is related to running just the tests?

@@ -37,24 +37,26 @@
},
"data_stream": {
"dataset": "cisco_umbrella.log",
"namespace": "ep",
"namespace": "27145",
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this change related to new elastic-package version?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. I run ep at tip and this was changed in elastic/elastic-package@3cc9d99.

@efd6 efd6 merged commit 3e97417 into elastic:main Jun 12, 2024
5 checks passed
@elasticmachine
Copy link

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

@elasticmachine
Copy link

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

@elasticmachine
Copy link

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

@elasticmachine
Copy link

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

@elasticmachine
Copy link

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

@elasticmachine
Copy link

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

@elasticmachine
Copy link

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

@elasticmachine
Copy link

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

@elasticmachine
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Pull request that fixes a bug issue Integration:cisco_umbrella Cisco Umbrella Integration:crowdstrike CrowdStrike Integration:forgerock ForgeRock Integration:lumos Lumos Integration:mattermost Mattermost Integration:microsoft_exchange_online_message_trac Microsoft Exchange Online Message Trace Integration:pulse_connect_secure Pulse Connect Secure Integration:sentinel_one SentinelOne Integration:ti_cybersixgill Cybersixgill Integration:trend_micro_vision_one Trend Micro Vision One Team:Security-Service Integrations Security Service Integrations Team [elastic/security-service-integrations]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants