Skip to content

Commit

Permalink
Elasticsearch documentation clarification/update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobvanmeter committed Mar 15, 2022
1 parent f7292eb commit 9a2d69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-assemble/src/asciidoc/appendix/elasticsearch.ad
Expand Up @@ -11,7 +11,7 @@ Use `symadmin module install elasticsearch` to install driver files, or copy you

Send changes from your relational database to Elasticsearch in a variety of formats. An Elasticsearch node can be setup as a <<Load Only Node>> to receive changes from another node that is capturing changes.

Setup the Elasticsearch node by using the <<Add Node>> wizard and selecting Elasticsearch as the type. The URL will be the connection point to Elasticsearch. If your Elasticsearch database has security enabled, please enter your username and password.
Setup the Elasticsearch node by using the <<Add Node>> wizard and selecting Elasticsearch as the type. The URL will be the connection point to Elasticsearch. If your Elasticsearch database has security enabled, please enter your username and password. When selecting an Elasticsearch User, make sure that the minimum permissions given to the user are all of the Index level permissions. This can be done by creating a custom role with those permissions, and assigning that role to the user.

image::images/appendix/elasticsearch-node-setup.png[]

Expand Down

0 comments on commit 9a2d69f

Please sign in to comment.