"index_uuid": "-rqYZ2EcSPqL6pu8Gi35jw", "shard": "1", "index": "test_index" } ], "type": "version_conflict_engine_exception", "reason": "[4]: version conflict, current version
需要注意两点: * 在基于td-agent.conf创建configmap资源之前,需要将td-agent.conf中的注释行都删掉,否则生成的configmap的内容可能不正确; * fluentd pod将创建在kube-system下,因此configmap资源也需要创建在kube-system namespace下面,否则kubectl create无法找到对应的configmap。 # kubectl create configmap td-agent-...
1 # systemctl restart kibana 通过浏览器进行访问kibana: 查看上次收集的nginx日志存放在elasticsearch上: 1 2 3 4 5 [root@node1 kibana]# curl -X GET "localhost:9200/_cat/indices?v" health status index uuid pri rep docs.count docs.deleted store.size pri.store.size yellow open test1 ZAjj9y...
Wed, Apr 19 2023 1:28:24 pm | [2023-04-19T05:28:24.726+00:00][WARN ][plugins.synthetics] IndexTemplateInstallationError: Failed to install synthetics index templates. Wed, Apr 19 2023 1:28:24 pm | at SyntheticsService.setupIndexTemplates (/usr/share/kibana/x-pack/plugins/synthetics/serv...
"manage_index_templates" ], "indices": [ { "names": [ "logstash*" ], "privileges": ["write","create","delete","create_index","manage","manage_ilm"], "field_security": { "grant": [ "*" ] } } ], "run_as": [],
Failing test: X-Pack API Integration Tests.x-pack/test/api_integration/apis/management/index_management/templates·ts - management index management index templates get one with logs-*-* index pattern returns standard index mode if logsdb.enabled setting is null #209027 opened Jan 30, 2025 Fa...
discovery.seed_hosts value: "elasticsearch" - name: ES_JAVA_OPTS value: "-Xms512m -Xmx512m" - name: network.host value: "0.0.0.0" volumeClaimTemplates: - metadata: name: data labels: app: elasticsearch spec: accessModes: [ "ReadWriteOnce" ] storageClassName: es-data-db resources: requ...
Click "Create index pattern" to add the index pattern. This first pattern is automatically configured as the default. When you have more than one index pattern, we can designate which one to use as the default by clicking on the star icon above the index pattern title from Management > In...
e.c.m.MetadataCreateIndexService] [AppledeMac-mini.local] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1] [2020-11-22T14:58:09,218][INFO ][o.e.c.r.a.AllocationService] [AppledeMac-mini.local] updating number_of_replicas to [0] for indices [.kibana_1...
在Kubernetes集群环境中,一个完整的应用或服务都会涉及为数众多的组件运行,各组件所在的Node及实例数量都是可变的。日志子系统如果不做集中化管理,则会系统的运维支撑造成很大的困难,因此有必要在集群层面对日志进行统一收集和检索等工作。所以就有了ELF和EFK ...