<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>eck on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/eck/</link><description>Recent content in eck on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 10 Jul 2023 14:21:34 +0400</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/eck/index.xml" rel="self" type="application/rss+xml"/><item><title>Node configuration, passing elasticsearch.yaml config through eck manifest file</title><link>https://jaaved.netlify.app/notes/202109201444-node_configuration_elastic_cloud_on_kubernetes_1_7_elastic/</link><pubDate>Mon, 10 Jul 2023 14:21:34 +0400</pubDate><guid>https://jaaved.netlify.app/notes/202109201444-node_configuration_elastic_cloud_on_kubernetes_1_7_elastic/</guid><description>Node configurationedit Any setting defined in the elasticsearch.yml configuration file can also be defined for a set of Elasticsearch nodes in the spec.nodeSets[?].config section.
spec: nodeSets: - name: masters count: 3 config: # On Elasticsearch versions before 7.9.0, replace the node.roles configuration with the following: # node.master: true node.roles: [&amp;#34;master&amp;#34;] xpack.ml.enabled: true node.remote_cluster_client: false - name: data count: 10 config: # On Elasticsearch versions before 7.9.0, replace the node.roles configuration with the following: # node.</description></item></channel></rss>