Commit b40d3c8 1 parent c757a1d commit b40d3c8 Copy full SHA for b40d3c8
File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,27 @@ Server to receive records from the clients and store in a database
4
4
# Deploying the server
5
5
The records are posted to elasticsearch or opensearch.
6
6
The following environment variables are needed for the database connection.
7
-
7
+ ```
8
8
DATABASE - elasticsearch or opensearch
9
-
9
+ ```
10
10
** ElasticSearch**
11
+ ```
11
12
1. ELASTIC_VERIFY_CERTS - True or False to verify certs
12
13
2. ELASTIC_CA_CERT - Path to CA cert if verify certs set to true
13
14
3. ELASTIC_HOST
14
15
4. ELASTIC_USER
15
16
5. ELASTIC_PASS
16
17
6. ELASTIC_INDEX
17
-
18
+ ```
18
19
** OpenSearch**
20
+ ```
19
21
1. OS_VERIFY_CERTS
20
22
2. OS_CA_CERT
21
23
3. OS_HOST
22
24
4. OS_USER
23
25
5. OS_PASS
24
26
6. OS_INDEX
27
+ ```
25
28
26
29
# Note for Developers:
27
30
You can’t perform that action at this time.
0 commit comments