From 287093266a1c603abc108f3a955dbd7625dd21b1 Mon Sep 17 00:00:00 2001 From: rfoltyns Date: Mon, 8 Feb 2021 19:14:01 +0000 Subject: [PATCH] Service Discovery nodesFilter documentation added --- log4j2-elasticsearch-hc/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/log4j2-elasticsearch-hc/README.md b/log4j2-elasticsearch-hc/README.md index b0515256..20577eb7 100644 --- a/log4j2-elasticsearch-hc/README.md +++ b/log4j2-elasticsearch-hc/README.md @@ -64,6 +64,7 @@ Custom [`ServiceDiscoveryFactory`](https://github.com/rfoltyns/log4j2-elasticsea Name | Type | Required | Default | Description ------------ | ------------- | ------------- | ------------- | ------------- +nodesFilter | Attribute | no | `_all` | Nodes filter as defined in [Elasticsearch 7.x documentation](https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cluster.html#cluster-nodes) (`_nodes//http`). serverUris | Attribute | no | inherited from HCHttp | List of semicolon-separated address sources. connTimeout | Attribute | no | 500 | Number of milliseconds before ConnectException is thrown while attempting to connect. readTimeout | Attribute | no | 1000 | Number of milliseconds before SocketTimeoutException is thrown while waiting for response bytes. @@ -80,7 +81,8 @@ Example: ... + refreshInterval="10000" + nodesFilter="ingest:true" /> ...