-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add cluster name to EP/Lists telemetry #122429
Add cluster name to EP/Lists telemetry #122429
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
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.
This is awesome -- thanks for building this out!
@@ -49,9 +47,6 @@ export const createMockTelemetryReceiver = ( | |||
} as unknown as jest.Mocked<TelemetryReceiver>; | |||
}; | |||
|
|||
/** |
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.
Nice, superfluous, good to remove
@elasticmachine merge upstream |
…github.com:elastic/kibana into pjhampton/add-cluster-number-to-security-telemetry
I'm happy with this. I have generated some example docs to aid with the enrichments. |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @pjhampton |
* Send additional http header with cluster name included for join. * Add cluster / license info to ep document. * Add cluster / license info to lists document. * Fix tests. * Be explicit with type imports. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 5254cb5)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* Send additional http header with cluster name included for join. * Add cluster / license info to ep document. * Add cluster / license info to lists document. * Fix tests. * Be explicit with type imports. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 5254cb5) Co-authored-by: Pete Hampton <pjhampton@users.noreply.github.com>
Summary
Adds cluster and license info to endpoint and lists telemetry documents for customer enrichment pipeline.
Checklist
Delete any items that are not applicable to this PR.
For maintainers