-
Notifications
You must be signed in to change notification settings - Fork 477
Initial release of PingFederate #12113
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
Conversation
/test |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
/test |
1 similar comment
/test |
🚀 Benchmarks reportTo see the full report comment with |
packages/ping_federate/data_stream/admin/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/ping_federate/data_stream/admin/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/ping_federate/data_stream/admin/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
value: >- | ||
Processor '{{{ _ingest.on_failure_processor_type }}}' | ||
{{{#_ingest.on_failure_processor_tag}}}with tag '{{{ _ingest.on_failure_processor_tag }}}' | ||
{{{/_ingest.on_failure_processor_tag}}}failed with message '{{{ _ingest.on_failure_message }}}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you append preserve_original_event
to tags
inside this on_failure
clause?
Example PR: https://github.com/elastic/integrations/pull/12046/files
@piyush-elastic , please update your templates (if any) as this change should be for all packages going forward.
packages/ping_federate/data_stream/audit/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
/test |
packages/ping_federate/data_stream/admin/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
/test |
💚 Build Succeeded
History
|
|
Package ping_federate - 0.1.0 containing this change is available at https://epr.elastic.co/package/ping_federate/0.1.0/ |
Create New integration package ping_federate. Added admin and audit data stream. Added data collection logic for the data streams. Added the ingest pipeline for the data streams. Mapped fields according to the ECS schema and added Fields metadata in the appropriate yml files. Added dashboards and visualizations. Added pipeline test for the data streams. Added system test cases for the data streams.
Create New integration package ping_federate. Added admin and audit data stream. Added data collection logic for the data streams. Added the ingest pipeline for the data streams. Mapped fields according to the ECS schema and added Fields metadata in the appropriate yml files. Added dashboards and visualizations. Added pipeline test for the data streams. Added system test cases for the data streams.
Proposed commit message
Create New integration package ping_federate.
Checklist
changelog.yml
file.How to test this PR locally
Screenshots