-
Couldn't load subscription status.
- Fork 538
Updated azure kusto output plugin docs with configuration options table available for v4.1. Fixes #2086. #2120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Updated azure kusto output plugin docs with configuration options table available for v4.1. Fixes #2086. #2120
Conversation
…tory. Signed-off-by: Eric D. Schabell <eric@schabell.org>
…orrect description file. Signed-off-by: Eric D. Schabell <eric@schabell.org>
…ixes fluent#2108. Signed-off-by: Eric D. Schabell <eric@schabell.org>
… new ones added. Signed-off-by: Eric D. Schabell <eric@schabell.org>
… new ones added. Fixes fluent#2083 Signed-off-by: Eric D. Schabell <eric@schabell.org>
…ut plugin. Signed-off-by: Eric D. Schabell <eric@schabell.org>
…le available for v4.1. Fixes fluent#2086. Signed-off-by: Eric D. Schabell <eric@schabell.org>
Signed-off-by: Eric D. Schabell <eric@schabell.org>
|
@esmerel would you like to check my configuration options table in this PR? |
|
@cosmo0920 if you have time to review my configuration options updates in this docs PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestions, otherwise looks good to me.
| | `ingestion_endpoint` | The cluster's ingestion endpoint, usually in the form `https://ingest-cluster_name.region.kusto.windows.net`. | _none_ | | ||
| | `ingestion_endpoint_connect_timeout` | The connection timeout of various Kusto endpoints in seconds. | `60` | | ||
| | `ingestion_mapping_reference` | The name of a [JSON ingestion mapping](https://docs.microsoft.com/en-us/azure/data-explorer/kusto/management/mappings#json-mapping) that will be used to map the ingested payload into the table columns. | _none_ | | ||
| | `ingestion_resources_refresh_interval` | Set the azure kusto ingestion resources refresh interval. | `3600` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | `ingestion_resources_refresh_interval` | Set the azure kusto ingestion resources refresh interval. | `3600` | | |
| | `ingestion_resources_refresh_interval` | Set the Azure Kusto ingestion resources refresh interval. | `3600` | |
Proper names :D
| | `net.dns.mode` | Select the primary DNS connection type (TCP or UDP). | _none_ | | ||
| | `net.dns.prefer_ipv4` | Select the primary DNS resolver type (LEGACY or ASYNC). | `false` | | ||
| | `net.dns.prefer_ipv6` | Prioritize IPv6 DNS results when trying to establish a connection. | `false` | | ||
| | `net.dns.resolver` | Select the primary DNS resolver type (LEGACY or ASYNC). | _none_ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | `net.dns.resolver` | Select the primary DNS resolver type (LEGACY or ASYNC). | _none_ | | |
| | `net.dns.resolver` | Select the primary DNS resolver type (`LEGACY` or `ASYNC`). | _none_ | |
If these are values, then code ticks are appropriate and have the benefit of not setting off the vale test.
Updated azure kusto output plugin docs with configuration options table available for v4.1. Fixes #2086.