1 2 3 4 5 6 7 8 9 10
apiVersion: elasticsearch.k8s.elastic.co/v1 kind: Elasticsearch metadata: name: log-storage spec: nodeSets: - name: default count: 1 config: node.store.allow_mmap: false