Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To create an API key:
[role="screenshot"]
image::images/server-api-key-create.png[API key creation]
+
. Enter a name for your API key and select **Restrict privileges**.
. Enter a name for your API key and select **Control security privileges**.
In the role descriptors box, assign the appropriate privileges to the new API key. For example:
+
[source,json,subs="attributes,callouts"]
Expand Down Expand Up @@ -92,7 +92,7 @@ Click **Create API key**.
[role="screenshot"]
image::images/server-api-key-create.png[API key creation]

Enter a name for your API key and select **Restrict privileges**.
Enter a name for your API key and select **Control security privileges**.
In the role descriptors box, assign the appropriate privileges to the new API key.
For example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ NOTE: For advanced use cases, source records can be transformed by invoking a cu
+
* *Elastic endpoint URL*: Enter the Elastic endpoint URL of your Elasticsearch cluster. To find the Elasticsearch endpoint, go to the Elastic Cloud console and select *Connection details*. Here is an example of how it looks like: `https://my-deployment.es.us-east-1.aws.elastic-cloud.com`.
+
* *API key*: Enter the encoded Elastic API key. To create an API key, go to the Elastic Cloud console, select *Connection details* and click *Create and manage API keys*. If you are using an API key with *Restrict privileges*, make sure to review the Indices privileges to provide at least "auto_configure" & "write" permissions for the indices you will be using with this delivery stream.
* *API key*: Enter the encoded Elastic API key. To create an API key, go to the Elastic Cloud console, select *Connection details* and click *Create and manage API keys*. If you are using an API key with *Control security privileges*, make sure to review the Indices privileges to provide at least "auto_configure" & "write" permissions for the indices you will be using with this delivery stream.
+
* *Content encoding*: For a better network efficiency, leave content encoding set to GZIP.
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ For more information on how to set up a Amazon Data Firehose delivery stream to
- *To create the API key*:
.. Go to the https://cloud.elastic.co/[Elastic Cloud] console
.. Select *Open Kibana*.
.. Expand the left-hand menu, under *Management* select *Stack management > API Keys* and click *Create API key*. If you are using an API key with *Restrict privileges*, make sure to review the Indices privileges to provide at least `auto_configure` and `write` permissions for the indices you will be using with this delivery stream.
.. Expand the left-hand menu, under *Management* select *Stack management > API Keys* and click *Create API key*. If you are using an API key with *Control security privileges*, make sure to review the Indices privileges to provide at least `auto_configure` and `write` permissions for the indices you will be using with this delivery stream.

. Set up the delivery stream by specifying the following data:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ NOTE: For advanced use cases, source records can be transformed by invoking a cu
* *To create the API key*:
.. Go to the https://cloud.elastic.co/[Elastic Cloud] console
.. Select *Open Kibana*.
.. Expand the left-hand menu, under *Management* select *Stack management > API Keys* and click *Create API key*. If you are using an API key with *Restrict privileges*, make sure to review the Indices privileges to provide at least `auto_configure` and `write` permissions for the indices you will be using with this delivery stream.
.. Expand the left-hand menu, under *Management* select *Stack management > API Keys* and click *Create API key*. If you are using an API key with *Control security privileges*, make sure to review the Indices privileges to provide at least `auto_configure` and `write` permissions for the indices you will be using with this delivery stream.
+
* *Content encoding*: For a better network efficiency, leave content encoding set to GZIP.
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ image::firehose-networkfirewall-stream.png[Firehose stream]
- *To create the API key*:
.. Go to the https://cloud.elastic.co/[Elastic Cloud] console
.. Select *Open Kibana*.
.. Expand the left-hand menu, under *Management* select *Stack management > API Keys* and click *Create API key*. If you are using an API key with *Restrict privileges*, make sure to review the Indices privileges to provide at least `auto_configure` and `write` permissions for the indices you will be using with this delivery stream.
.. Expand the left-hand menu, under *Management* select *Stack management > API Keys* and click *Create API key*. If you are using an API key with *Control security privileges*, make sure to review the Indices privileges to provide at least `auto_configure` and `write` permissions for the indices you will be using with this delivery stream.

. Set up the delivery stream by specifying the following data:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ NOTE: For advanced use cases, source records can be transformed by invoking a cu
* *To create the API key*:
.. Go to the https://cloud.elastic.co/[Elastic Cloud] console
.. Select *Open Kibana*.
.. Expand the left-hand menu, under *Management* select *Stack management > API Keys* and click *Create API key*. If you are using an API key with *Restrict privileges*, make sure to review the Indices privileges to provide at least `auto_configure` and `write` permissions for the indices you will be using with this delivery stream.
.. Expand the left-hand menu, under *Management* select *Stack management > API Keys* and click *Create API key*. If you are using an API key with *Control security privileges*, make sure to review the Indices privileges to provide at least `auto_configure` and `write` permissions for the indices you will be using with this delivery stream.
+
* *Content encoding*: For a better network efficiency, leave content encoding set to GZIP.
+
Expand Down
Loading