Apache SkyWalking
Last updated
Was this helpful?
Was this helpful?
pipeline:
inputs:
- name: cpu
outputs:
- name: skywalking
svc_name: dummy-service
svc_inst_name: dummy-service-fluentbit[INPUT]
Name cpu
[OUTPUT]
Name skywalking
svc_name dummy-service
svc_inst_name dummy-service-fluentbit{
"log": "This is the original log message"
}[{
"timestamp": 123456789,
"service": "dummy-service",
"serviceInstance": "dummy-service-fluentbit",
"body": {
"json": {
"json": "{\"log\": \"This is the original log message\"}"
}
}
}]