docs(motlp): add Authentication section with ingest API key examples#571
Open
alexandra5000 wants to merge 3 commits intoelastic:mainfrom
Open
docs(motlp): add Authentication section with ingest API key examples#571alexandra5000 wants to merge 3 commits intoelastic:mainfrom
alexandra5000 wants to merge 3 commits intoelastic:mainfrom
Conversation
Documents the new `ingest` application privilege for Managed Inputs (mOTLP), including examples for creating unrestricted and pipeline-scoped Elasticsearch API keys.
Use full https:// URL instead of relative path for the Elasticsearch create API key API reference link. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
alexandra5000
commented
Mar 27, 2026
|
|
||
| ### Create an API key for {{motlp}} | ||
|
|
||
| You can create an API key from the {{kib}} UI or using the {{es}} [create API key API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-security-create-api-key). |
Collaborator
Author
There was a problem hiding this comment.
For some reason the typical docs link kept failing? URL works, so I left it like that for now.
Member
There was a problem hiding this comment.
I think it's because this is the API docs.
theletterf
reviewed
Mar 30, 2026
| } | ||
| ``` | ||
|
|
||
| #### Pipeline-scoped key |
Member
There was a problem hiding this comment.
I suggest putting this and the previous section in dropdowns.
theletterf
reviewed
Mar 30, 2026
Member
theletterf
left a comment
There was a problem hiding this comment.
Could this information go inside the ../_snippets/find-motlp-endpoint.md ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ingestapplication privilege that replaces the legacyapmprivilegeapmapplication keyselasticsearch-specificationrepo in this PRContext
Managed Inputs (mOTLP) is introducing a new
ingestapplication privilege to support pipeline-scoped authorization. See elastic/ingest-dev#6488. The reference doc currently has no section on authentication or how to create API keys programmatically — this fills that gap.relates to #6489