Skip to content

Commit 543c9e8

Browse files
committed
Adjusted azure data explorer code examples to use 2 space indents. Part of issue #1897.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 79a0c47 commit 543c9e8

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

pipeline/outputs/azure_kusto.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -89,62 +89,62 @@ Get started quickly with this configuration file:
8989

9090
```yaml
9191
service:
92-
flush: 1
93-
log_level: info
92+
flush: 1
93+
log_level: info
9494

9595
pipeline:
96-
inputs:
97-
- name: dummy
98-
dummy: '{"name": "Fluent Bit", "year": 2020}'
99-
samples: 1
100-
tag: var.log.containers.app-default-96cbdef2340.log
101-
102-
outputs:
103-
- name: azure_kusto
104-
match: '*'
105-
tenant_id: <app_tenant_id>
106-
client_id: <app_client_id>
107-
client_secret: <app_secret>
108-
ingestion_endpoint: https://ingest-<cluster>.<region>.kusto.windows.net
109-
database_name: <database_name>
110-
table_name: <table_name>
111-
ingestion_mapping_reference: <mapping_name>
112-
ingestion_endpoint_connect_timeout: <ingestion_endpoint_connect_timeout>
113-
compression_enabled: <compression_enabled>
114-
ingestion_resources_refresh_interval: <ingestion_resources_refresh_interval>
115-
buffering_enabled: on
116-
upload_timeout: 2m
117-
upload_file_size: 125M
118-
azure_kusto_buffer_key: kusto1
119-
buffer_file_delete_early: off
120-
unify_tag: on
121-
buffer_dir: /var/log/
122-
store_dir_limit_size: 16GB
123-
blob_uri_length: 128
124-
scheduler_max_retries: 3
125-
delete_on_max_upload_error: off
126-
io_timeout: 60s
96+
inputs:
97+
- name: dummy
98+
dummy: '{"name": "Fluent Bit", "year": 2020}'
99+
samples: 1
100+
tag: var.log.containers.app-default-96cbdef2340.log
101+
102+
outputs:
103+
- name: azure_kusto
104+
match: '*'
105+
tenant_id: <app_tenant_id>
106+
client_id: <app_client_id>
107+
client_secret: <app_secret>
108+
ingestion_endpoint: https://ingest-<cluster>.<region>.kusto.windows.net
109+
database_name: <database_name>
110+
table_name: <table_name>
111+
ingestion_mapping_reference: <mapping_name>
112+
ingestion_endpoint_connect_timeout: <ingestion_endpoint_connect_timeout>
113+
compression_enabled: <compression_enabled>
114+
ingestion_resources_refresh_interval: <ingestion_resources_refresh_interval>
115+
buffering_enabled: on
116+
upload_timeout: 2m
117+
upload_file_size: 125M
118+
azure_kusto_buffer_key: kusto1
119+
buffer_file_delete_early: off
120+
unify_tag: on
121+
buffer_dir: /var/log/
122+
store_dir_limit_size: 16GB
123+
blob_uri_length: 128
124+
scheduler_max_retries: 3
125+
delete_on_max_upload_error: off
126+
io_timeout: 60s
127127
```
128128
129129
{% endtab %}
130130
{% tab title="fluent-bit.conf" %}
131131
132132
```text
133133
[OUTPUT]
134-
Name azure_kusto
135-
Match *
136-
Tenant_Id <app_tenant_id>
137-
Client_Id <app_client_id>
138-
Client_Secret <app_secret>
139-
Ingestion_Endpoint https://ingest-<cluster>.<region>.kusto.windows.net
140-
Database_Name <database_name>
141-
Table_Name <table_name>
142-
Ingestion_Mapping_Reference <mapping_name>
143-
ingestion_endpoint_connect_timeout <ingestion_endpoint_connect_timeout>
144-
compression_enabled <compression_enabled>
145-
ingestion_resources_refresh_interval <ingestion_resources_refresh_interval>
146-
buffering_enabled On
147-
upload_timeout 2m
134+
Name azure_kusto
135+
Match *
136+
Tenant_Id <app_tenant_id>
137+
Client_Id <app_client_id>
138+
Client_Secret <app_secret>
139+
Ingestion_Endpoint https://ingest-<cluster>.<region>.kusto.windows.net
140+
Database_Name <database_name>
141+
Table_Name <table_name>
142+
Ingestion_Mapping_Reference <mapping_name>
143+
ingestion_endpoint_connect_timeout <ingestion_endpoint_connect_timeout>
144+
compression_enabled <compression_enabled>
145+
ingestion_resources_refresh_interval <ingestion_resources_refresh_interval>
146+
buffering_enabled On
147+
upload_timeout 2m
148148
upload_file_size 125M
149149
azure_kusto_buffer_key kusto1
150150
buffer_file_delete_early Off

0 commit comments

Comments
 (0)