Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 29, 2026

The flux-log-enabled configuration parameter was undocumented except for a mention in v1.8.4 release notes, making it difficult for users to discover and configure Flux query logging.

Changes

  • Added flux-log-enabled documentation to InfluxDB v1 OSS config reference (content/influxdb/v1/administration/config.md)

    • Placed in HTTP section after flux-enabled parameter
    • Documents all captured log fields: compiler_type, response_size, query, err, stat_total_duration, stat_compile_duration, stat_execute_duration, stat_total_allocated
    • Clarifies both flux-enabled and flux-log-enabled must be true for logging
    • Includes default value (false) and environment variable (INFLUXDB_HTTP_FLUX_LOG_ENABLED)
  • Added identical documentation to Enterprise v1 (content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md)

    • Maintains consistency between OSS and Enterprise docs
    • Links to Enterprise-specific logging documentation

Screenshot

flux-log-enabled documentation

Original prompt

This section details on the original issue you should resolve

<issue_title>flux-log-enabled missing from 1.X documentation</issue_title>
<issue_description>flux-log-enabled seems to be missing from 1.X documentation except for one mention in Release Notes: https://docs.influxdata.com/influxdb/v1/about_the_project/release-notes/#features-3

Slack Message</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits January 29, 2026 13:20
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Copilot AI changed the title [WIP] Add documentation for flux-log-enabled in 1.X Document flux-log-enabled configuration parameter for InfluxDB v1 Jan 29, 2026
Copilot AI requested a review from jstirnaman January 29, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flux-log-enabled missing from 1.X documentation

2 participants