File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
administration/configuring-fluent-bit Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ redirects:
46
46
47
47
# Outputs
48
48
output/azure : ./pipeline/outputs/azure.md
49
+ output/azure_kusto : ./pipeline/outputs/azure_kusto.md
49
50
output/bigquery : ./pipeline/outputs/bigquery.md
50
51
output/counter : ./pipeline/outputs/counter.md
51
52
output/cloudwatch : ./pipeline/outputs/cloudwatch.md
Original file line number Diff line number Diff line change 140
140
* [ Amazon Kinesis Data Streams] ( pipeline/outputs/kinesis.md )
141
141
* [ Amazon S3] ( pipeline/outputs/s3.md )
142
142
* [ Azure Blob] ( pipeline/outputs/azure\_ blob.md )
143
+ * [ Azure Data Explorer] ( pipeline/outputs/azure\_ kusto.md )
143
144
* [ Azure Log Analytics] ( pipeline/outputs/azure.md )
144
145
* [ Counter] ( pipeline/outputs/counter.md )
145
146
* [ Datadog] ( pipeline/outputs/datadog.md )
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ Filters
95
95
Outputs
96
96
azure Send events to Azure HTTP Event Collector
97
97
azure_blob Azure Blob Storage
98
+ azure_kusto Send events to Kusto (Azure Data Explorer)
98
99
bigquery Send events to BigQuery via streaming insert
99
100
counter Records counter
100
101
datadog Send events to DataDog HTTP Event Collector
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ The _output plugins_ gives the capacity to flush the information to some externa
174
174
| option | description | default |
175
175
| :--- | :--- | :--- |
176
176
| [ FLB\_ OUT\_ AZURE] ( ../../pipeline/outputs/azure.md ) | Enable Microsoft Azure output plugin | On |
177
+ | [ FLB\_ OUT\_ AZURE\_ KUSTO] ( ../../pipeline/outputs/azure_kusto.md ) | Enable Azure Kusto output plugin | On |
177
178
| [ FLB\_ OUT\_ BIGQUERY] ( ../../pipeline/outputs/bigquery.md ) | Enable Google BigQuery output plugin | On |
178
179
| [ FLB\_ OUT\_ COUNTER] ( ../../pipeline/outputs/counter.md ) | Enable Counter output plugin | On |
179
180
| [ FLB\_ OUT\_ CLOUDWATCH\_ LOGS] ( ../../pipeline/outputs/cloudwatch.md ) | Enable Amazon CloudWatch output plugin | On |
You can’t perform that action at this time.
0 commit comments