integrations-core
integrations-core copied to clipboard
[SIEMINT-123] DDSaaS: incident.io: Integration v1.0.0
What does this PR do?
This is a initial release PR of incident.io integration including all the required assets i.e. Pipeline, Dashboard and Monitors.
Additional Notes
- This integration is webhook based and so Crawler will not be used.
- Datadog team will be required to add UI component for generation of webhook URL in the configuration tile. The ddsource query param should be 'incident-io'.
- The assets are available in our sandbox and can be shared separately with the required teams.
Review checklist (to be filled by reviewers)
- [ ] Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
- [ ] Changelog entries must be created for modifications to shipped code
- [ ] Add the
qa/skip-qalabel if the PR doesn't need to be tested during QA. - [ ] If you need to backport this PR to another branch, you can add the
backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged
Thanks, created DOCS-9027 to review
I can see no status-remapper which means that the logs will all be considered as "info" logs, is that expected ?
I can see no status-remapper which means that the logs will all be considered as "info" logs, is that expected ?
The events which we are getting from web-hook does not have any status in it. Hence we have not added status-remapper.
@jnhunsberger for PM review