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
{{ message }}
This repository was archived by the owner on Oct 7, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To create new injectors for your topics, you should create a new kubernetes depl
18
18
-`KAFKA_CONSUMER_GROUP` Consumer group id, should be unique across the cluster. Please be careful with this variable **REQUIRED**
19
19
-`ELASTICSEARCH_HOST` Elasticsearch url with port and protocol. **REQUIRED**
20
20
-`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**
22
22
-`PROBES_PORT` Kubernetes probes port. Set to any available port. **REQUIRED**
23
23
-`K8S_LIVENESS_ROUTE` Kubernetes route for liveness check. **REQUIRED**
24
24
-`K8S_READINESS_ROUTE`Kubernetes route for readiness check. **REQUIRED**
0 commit comments