mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Removed node info from cluster stats
This commit is contained in:
parent
ced5b97969
commit
fdd332948a
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ public class ESExporter extends AbstractLifecycleComponent<ESExporter> implement
|
|||
public void render(int index, XContentBuilder builder) throws IOException {
|
||||
builder.startObject();
|
||||
builder.field("@timestamp", defaultDatePrinter.print(stats.getTimestamp()));
|
||||
addNodeInfo(builder);
|
||||
// no node info here - we send this document home and we don't want IPs in it.
|
||||
stats.toXContent(builder, xContentParams);
|
||||
builder.endObject();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue