|
@@ -11,6 +11,36 @@ the overhead of converting back and forth between base64, you can use the CBOR
|
|
|
format instead of JSON and specify the field as a bytes array instead of a string
|
|
|
representation. The processor will skip the base64 decoding then.
|
|
|
|
|
|
+[[ingest-attachment-install]]
|
|
|
+[float]
|
|
|
+==== Installation
|
|
|
+
|
|
|
+This plugin can be installed using the plugin manager:
|
|
|
+
|
|
|
+[source,sh]
|
|
|
+----------------------------------------------------------------
|
|
|
+sudo bin/elasticsearch-plugin install ingest-attachment
|
|
|
+----------------------------------------------------------------
|
|
|
+
|
|
|
+The plugin must be installed on every node in the cluster, and each node must
|
|
|
+be restarted after installation.
|
|
|
+
|
|
|
+[[ingest-attachment-remove]]
|
|
|
+[float]
|
|
|
+==== Removal
|
|
|
+
|
|
|
+The plugin can be removed with the following command:
|
|
|
+
|
|
|
+[source,sh]
|
|
|
+----------------------------------------------------------------
|
|
|
+sudo bin/elasticsearch-plugin remove ingest-attachment
|
|
|
+----------------------------------------------------------------
|
|
|
+
|
|
|
+The node must be stopped before removing the plugin.
|
|
|
+
|
|
|
+[[using-ingest-attachment]]
|
|
|
+==== Using the Attachment Processor in a Pipeline
|
|
|
+
|
|
|
[[ingest-attachment-options]]
|
|
|
.Attachment options
|
|
|
[options="header"]
|