Package io.camunda.zeebe.exporter
Class ElasticsearchExporterConfiguration
java.lang.Object
io.camunda.zeebe.exporter.ElasticsearchExporterConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionintThe request timeout for the elastic search client.Comma-separated Elasticsearch http urls -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanshouldIndexRecord(Record<?> record) booleanshouldIndexRecordType(RecordType recordType) booleanshouldIndexValueType(ValueType valueType) toString()
-
Field Details
-
url
Comma-separated Elasticsearch http urls -
requestTimeoutMs
public int requestTimeoutMsThe request timeout for the elastic search client. The timeout unit is milliseconds. -
index
-
bulk
-
retention
-
-
Constructor Details
-
ElasticsearchExporterConfiguration
public ElasticsearchExporterConfiguration()
-
-
Method Details