You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| engine.engine-aws-mode | ENGINE_ENGINE_AWS_MODE | no |Whether to use AWS SigV4 authentication (yes or no)|
113
+
| engine.engine-aws-mode | ENGINE_ENGINE_AWS_MODE | no |Classic authentication (no) |
110
114
| engine.engine-selector | ENGINE_ENGINE_SELECTOR | elk | Engine to use for storage and search (`elk` for ElasticSearch and `opensearch` for OpenSearch) |
111
115
| engine.url | ENGINE_URL |http://localhost:9200| URL of the ElasticSearch database |
112
116
| engine.username | ENGINE_USERNAME || This parameter is optional. Login for the database |
113
-
| engine.password | ENGINE_PASSWORD || This parameter is optional. Password for the database |
117
+
| engine.password | ENGINE_PASSWORD || This parameter is optional. Password for the database |
118
+
119
+
- With AWS SigV4 authentication, you can use Amazon OpenSearch or Amazon OpenSearch Serverless as an engine.
0 commit comments