Skip to content

Commit 9030215

Browse files
authored
Azure Data Explorer docs leftovers (#887)
* summary: add azure_kusto documentation to summary Signed-off-by: Gershon Papi <[email protected]> * administration: configuring-fluent-bit: add azure_kusto to CLI flags Signed-off-by: Gershon Papi <[email protected]> * installation: sources: build-and-install: add azure_kusto to output plugins Signed-off-by: Gershon Papi <[email protected]> * gitbook: add azure_kusto Signed-off-by: Gershon Papi <[email protected]> Signed-off-by: Gershon Papi <[email protected]>
1 parent 516e271 commit 9030215

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.gitbook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ redirects:
4646

4747
# Outputs
4848
output/azure: ./pipeline/outputs/azure.md
49+
output/azure_kusto: ./pipeline/outputs/azure_kusto.md
4950
output/bigquery: ./pipeline/outputs/bigquery.md
5051
output/counter: ./pipeline/outputs/counter.md
5152
output/cloudwatch: ./pipeline/outputs/cloudwatch.md

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
* [Amazon Kinesis Data Streams](pipeline/outputs/kinesis.md)
141141
* [Amazon S3](pipeline/outputs/s3.md)
142142
* [Azure Blob](pipeline/outputs/azure\_blob.md)
143+
* [Azure Data Explorer](pipeline/outputs/azure\_kusto.md)
143144
* [Azure Log Analytics](pipeline/outputs/azure.md)
144145
* [Counter](pipeline/outputs/counter.md)
145146
* [Datadog](pipeline/outputs/datadog.md)

administration/configuring-fluent-bit/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Filters
9595
Outputs
9696
azure Send events to Azure HTTP Event Collector
9797
azure_blob Azure Blob Storage
98+
azure_kusto Send events to Kusto (Azure Data Explorer)
9899
bigquery Send events to BigQuery via streaming insert
99100
counter Records counter
100101
datadog Send events to DataDog HTTP Event Collector

installation/sources/build-and-install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ The _output plugins_ gives the capacity to flush the information to some externa
174174
| option | description | default |
175175
| :--- | :--- | :--- |
176176
| [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 |
177178
| [FLB\_OUT\_BIGQUERY](../../pipeline/outputs/bigquery.md) | Enable Google BigQuery output plugin | On |
178179
| [FLB\_OUT\_COUNTER](../../pipeline/outputs/counter.md) | Enable Counter output plugin | On |
179180
| [FLB\_OUT\_CLOUDWATCH\_LOGS](../../pipeline/outputs/cloudwatch.md) | Enable Amazon CloudWatch output plugin | On |

0 commit comments

Comments
 (0)