View a markdown version of this page

log-filter - Amazon Timestream
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

For similar capabilities to Amazon Timestream for LiveAnalytics, consider Amazon Timestream for InfluxDB. It offers simplified data ingestion and single-digit millisecond query response times for real-time analytics. Learn more here.

log-filter

Parameter Details
Default(empty)
Allowed ValuesString, max 1,024 characters
CategoryLogging

Detailed Explanation:

Configures log filtering using the Rust tracing subscriber filter syntax. Examples: info, warn, influxdb3_write=debug, influxdb3_write=debug,influxdb3_server=info.

Recommendation: Leave empty (default) for production. Use component-specific filters (e.g., influxdb3_write=debug) for targeted troubleshooting. Never leave debug/trace enabled in production long-term.