Skip to content

Conversation

@eschabell
Copy link
Collaborator

Updated azure kusto output plugin docs with configuration options table available for v4.1. Fixes #2086.

…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>
@eschabell eschabell self-assigned this Oct 28, 2025
@eschabell eschabell requested review from a team as code owners October 28, 2025 16:58
@eschabell eschabell added the waiting-on-review Waiting on a review from mainteners label Oct 28, 2025
Signed-off-by: Eric D. Schabell <eric@schabell.org>
@eschabell
Copy link
Collaborator Author

@esmerel would you like to check my configuration options table in this PR?

@eschabell
Copy link
Collaborator Author

@cosmo0920 if you have time to review my configuration options updates in this docs PR?

Copy link
Contributor

@esmerel esmerel left a 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` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `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_ |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-on-review Waiting on a review from mainteners

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing 4.1 feature documentation - Azure Data Explorer output plugin (Kusto workload id)

2 participants