Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 2ebd2af

Browse files
committed
docs(README): add new scheme and ignore certs doc
1 parent 61eaeba commit 2ebd2af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To create new injectors for your topics, you should create a new kubernetes depl
2323
- `K8S_READINESS_ROUTE`Kubernetes route for readiness check. **REQUIRED**
2424
- `ELASTICSEARCH_USER` Elasticsearch user. **OPTIONAL**
2525
- `ELASTICSEARCH_PASSWORD` Elasticsearch password. **OPTIONAL**
26+
- `ELASTICSEARCH_SCHEME` scheme to be used when connecting to elasticsearch(http or https). Defaults to http. **OPTIONAL**
27+
- `ELASTICSEARCH_IGNORE_CERT` if set to "true", ignores certificates when connecting to a secure elasticsearch cluster. Defaults to false. **OPTIONAL**
2628
- `KAFKA_CONSUMER_CONCURRENCY` Number of parallel goroutines working as a consumer. Default value is 1 **OPTIONAL**
2729
- `KAFKA_CONSUMER_BATCH_SIZE` Number of records to accumulate before sending them to elasticsearch(for each goroutine). Default value is 100 **OPTIONAL**
2830
- `ES_INDEX_COLUMN` Record field to append to index name. Ex: to create one ES index per campaign, use "campaign_id" here **OPTIONAL**

0 commit comments

Comments
 (0)