elasticSearchExchangeStore
Description
Used for storing exchanges in the Elasticsearch.
Can be used in
spring:beans, bean
Attributes
Name | Required | Default | Description | Example |
---|---|---|---|---|
bodyExceedingMaxSizeStrategy | false | TRUNCATE | The strategy to use (TRUNCATE or ERROR) when a HTTP message body is larger than the maxBodySize . | |
client | false | - | ||
documentPrefix | false | set to hostname as default | used for issuer field. Can be used to check which membrane instance is writing current exchange | |
index | false | membrane | index name to use for Elasticsearch | |
location | false | http://localhost:9200 | base URL of Elasticsearch | |
maxBodySize | false | 100000 | ||
updateIntervalMs | false | - |