Skip to content

Commit

Permalink
ingest: raise visibility of ingest plugin documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Oct 29, 2018
1 parent 6fd7ea7 commit 9896bbe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/plugins/ingest.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ under the CCA-ShareAlike 3.0 license. For more details see, http://dev.maxmind.c

A processor that extracts details from the User-Agent header value.

[float]
=== Security Ingest Plugin

{stack-ov}/field-and-document-access-control.html#set-security-user-processor[set_security_user]::

A processor that attaches user-related details
(such as `username`, `roles`, `email`, `full_name`, and `metadata`)
from the current authenticated user to the current document.

[float]
=== Community contributed ingest plugins

Expand Down
7 changes: 7 additions & 0 deletions docs/reference/ingest/ingest-node.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2541,3 +2541,10 @@ URL-decodes a string
}
--------------------------------------------------
// NOTCONSOLE

[[plugin-processors]]
== Plugin Processors

Ingest processors may be installed as an Elasticsearch {plugins}/intro.html[plugin].

Ingest plugins documentation can be found {plugins}/ingest.html[here].

0 comments on commit 9896bbe

Please sign in to comment.