iLogtail

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

ServiceInput示例插件


简介

service_input_example 可作为编写ServiceInput类插件的参考示例样例,可以在指定端口接收模拟HTTP请求。源代码

版本

Stable

配置参数

参数类型,默认值说明
TypeString,无默认值(必填)插件类型,固定为service_input_example
AddressString,:19000接收端口。

样例

  • 采集配置
enable: true
inputs:
- Type: service_input_example
flushers:
- Type: flusher_stdout
OnlyStdout: true
  • 输入
Terminal window
curl --header "test:val123" http://127.0.0.1:19000/data
  • 输出
{
"test":"val123",
"__time__":"1658495321"
}

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