Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 java 应用程序,它将执行一些操作并将相应的持续时间保存在文本文件中。有没有办法集成这个文本文件数据以在 kibana 中显示。
如何为此配置logstash和elasticsearch。我是这个领域的新手。你能推荐一些基础教程吗
请按照本教程
尝试使用 Grok 输入类型“文件”从此处描述的文本文件中读取日志数据
您可以访问 Kibana 网站,那里有关于如何使用该框架来组织日志的教程、示例等。