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

Commit eb892e0

Browse files
ggml1Renato Nascimento
andauthored
Update README.md
Co-Authored-By: Renato Nascimento <renato.nascimento@inloco.com.br>
1 parent a495a54 commit eb892e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To create new injectors for your topics, you should create a new kubernetes depl
1818
- `KAFKA_CONSUMER_GROUP` Consumer group id, should be unique across the cluster. Please be careful with this variable **REQUIRED**
1919
- `ELASTICSEARCH_HOST` Elasticsearch url with port and protocol. **REQUIRED**
2020
- `ES_INDEX` Elasticsearch index to write records to (actual index is followed by the record's timestamp to avoid very large indexes). Defaults to topic name. **OPTIONAL**
21-
- `ES_INDEX_PREFIX` Prefix that will be added to the Elasticsearch index. Defaults to an empty string. **OPTIONAL**
21+
- `ES_INDEX_PREFIX` Prefix that will be added to every Elasticsearch index. Defaults to an empty string. **OPTIONAL**
2222
- `PROBES_PORT` Kubernetes probes port. Set to any available port. **REQUIRED**
2323
- `K8S_LIVENESS_ROUTE` Kubernetes route for liveness check. **REQUIRED**
2424
- `K8S_READINESS_ROUTE`Kubernetes route for readiness check. **REQUIRED**

0 commit comments

Comments
 (0)