Hi!
I'll start off that I love your ECK offering so far
Quick question is there an easy way to configure log level options for a particular node group in the YAML manifest?
Hi!
I'll start off that I love your ECK offering so far
Quick question is there an easy way to configure log level options for a particular node group in the YAML manifest?
Hello! Thanks for the feedback
The Elasticsearch documentation describes several ways to configure log levels.
You can either use the Elasticsearch API, or modify the configuration of an individual nodeSet:
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: quickstart
spec:
version: 7.8.1
nodeSets:
- name: default
count: 1
config:
logger.org.elasticsearch.transport: trace
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.