Skip to content

Conversation

@efd6
Copy link
Contributor

@efd6 efd6 commented Feb 6, 2024

Proposed commit message

See title.

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 Integration:ping_one PingOne Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations] labels Feb 6, 2024
@efd6 efd6 self-assigned this Feb 6, 2024
@efd6 efd6 marked this pull request as ready for review February 6, 2024 21:30
@efd6 efd6 requested a review from a team as a code owner February 6, 2024 21:30
@elasticmachine
Copy link

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

- append:
field: event.type
if: ctx.json?.action?.type?.toLowerCase().contains('created')
if: ctx.json?.action?.type?.toLowerCase().contains('created') == true
Copy link
Contributor

Choose a reason for hiding this comment

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

One more after .toLowerCase():

ctx.json?.action?.type?.toLowerCase()?.contains('created') == true 

Below as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

True Thanks.

@efd6 efd6 requested a review from chrisberkhout February 8, 2024 22:20
@elasticmachine
Copy link

💚 Build Succeeded

History

cc @efd6

@efd6 efd6 merged commit 890e009 into elastic:main Feb 12, 2024
@elasticmachine
Copy link

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

@efd6 efd6 deleted the 8646-ping_one branch February 5, 2025 22:04
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:ping_one PingOne Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations]

3 participants