iLogtail

1752
下载
iLogtail 是阿里云日志服务(Log Service)中的一款高性能、可扩展的日志采集工具。它被设计用于实时收集、解析和传输各类日志数据,支持多种数据源和复杂的日志处理场景,广泛应用于分布式系统、Web 服务器、应用程序等环境中的日志管理。

Debug文本输入


简介

metric_debug_file 插件是一个用于调试的插件,它可以逐行读取指定文件的内容,并将其与指定的名称绑定在一起成为一个字段,用于模拟文件输入。源代码

版本

Stable

配置参数

参数类型是否必选说明
TypeString插件类型,固定为metric_debug_file
InputFilePathString要读入的文件路径。
FieldNameString生成的字段的字段名。默认取值为content
LineLimitInteger读取文件的前n行。默认取值为1000行。

样例

  • 输入
Terminal window
echo "2022/07/26/14:25:47 hello world" >> /home/test-log/debug_file.log
echo "2023/05/23/19:37:47 hello world" >> /home/test-log/debug_file.log
  • 采集配置
enable: true
inputs:
- Type: metric_debug_file
InputFilePath: /home/test-log/debug_file.log
FieldName: HelloWorld
flushers:
- Type: flusher_stdout
OnlyStdout: true
  • 输出
{
"HelloWorld": "2022/07/26/14:25:47 hello world",
"__time__":"1658814799"
}
{
"HelloWorld": "2023/05/23/19:37:47 hello world",
"__time__":"1658814799"
}

observability.cn Authors 2024 | Documentation Distributed under CC-BY-4.0
Copyright © 2017-2024, Alibaba. All rights reserved. Alibaba has registered trademarks and uses trademarks.
浙ICP备2021005855号-32