ELK搭建问题记录-Elasticsearch

异常:Caused by: com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException: while parsing a block mapping

出现这个问题的原因:yml文件格式有错误,缩进应该使用两个空格,不能使用其他的例如tab

相关文章: