SQL
Configuration Parameters
Key
Description
Simple selection example
pipeline:
inputs:
- name: dummy
dummy: '{"key1": "123.4", "http.url": "https://fluentbit.io/search?q=docs"}'
processors:
logs:
- name: sql
query: "SELECT http.url FROM STREAM;"
outputs:
- name : stdout
match: '*'
format: json_linesExtract and select example
Last updated
Was this helpful?