<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Tailpipe Changelog</title>
        <link>https://tailpipe.io/changelog</link>
        <description>Changelog for Tailpipe</description>
        <language>en</language>
        <lastBuildDate>Mon, 15 Dec 2025 12:00:00 GMT</lastBuildDate>
        <atom:link href="https://tailpipe.io/changelog/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-7-2</guid>
            <title>Tailpipe CLI v0.7.2 – Upgraded vulnerable packages</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-7-2</link>
            <description>_Dependencies_
* Upgrade `containerd` and `crypto` packages to remediate high and moderate vulnerabilities.</description>
            <pubDate>Mon, 15 Dec 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-mcp-v0-2-0</guid>
            <title>Tailpipe MCP v0.2.0 - Restore compatibility with Tailpipe v0.7.0</title>
            <link>https://tailpipe.io/changelog/tailpipe-mcp-v0-2-0</link>
            <description>_Bug fixes_

* Restore compatibility with Tailpipe `v0.7.0` (and later) by consuming the new SQL init scripts returned from `tailpipe connect`, replacing the legacy database-path flow ensuring the MCP server boots against Tailpipe’s new lakehouse format and keeps pace with the DuckLake rollout described in [Tailpipe’s next evolution: Building on DuckLake](https://tailpipe.io/blog/tailpipe-meets-ducklake).</description>
            <pubDate>Mon, 10 Nov 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-7-1</guid>
            <title>Tailpipe CLI v0.7.1 – Restored CentOS/RHEL 9 compatibility</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-7-1</link>
            <description>_Bug Fixes_

- Build: Restored CentOS/RHEL 9 compatibility by pinning the build image to an older libstdc++/GCC baseline. Previous build linked against newer GLIBCXX symbols, causing Tailpipe to fail on CentOS/RHEL 9.</description>
            <pubDate>Tue, 07 Oct 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-azure-plugin-v0-6-3</guid>
            <title>Azure Plugin v0.6.3 - Fixed azure_blob_storage artifact source issue for azure_cost_and_usage_actual table</title>
            <link>https://tailpipe.io/changelog/turbot-azure-plugin-v0-6-3</link>
            <description>_Dependencies_

- Recompiled plugin with [tailpipe-plugin-sdk v0.9.4](https://github.com/turbot/tailpipe-plugin-sdk/blob/develop/CHANGELOG.md#v094-2025-09-26) that fixes an issue where `azure_blob_storage` was not working correctly as an artifact source. ([#94](https://github.com/turbot/tailpipe-plugin-azure/pull/94))</description>
            <pubDate>Fri, 26 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-github-plugin-v0-5-1</guid>
            <title>GitHub Plugin v0.5.1 - Fixed the folder names for GitHub security log table queries</title>
            <link>https://tailpipe.io/changelog/turbot-github-plugin-v0-5-1</link>
            <description>_Bug fixes_

- Fixed the folder names for GitHub security log table queries. ([#36](https://github.com/turbot/tailpipe-plugin-github/pull/36)) ([#37](https://github.com/turbot/tailpipe-plugin-github/pull/37))</description>
            <pubDate>Wed, 24 Sep 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-7-0</guid>
            <title>Tailpipe CLI v0.7.0 – Tailpipe adopts DuckLake, DuckDB&apos;s new lakehouse format, delivering better query performance and setting the foundation for cloud-scale log analysis.</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-7-0</link>
            <description>### _Major Changes_
* Replace native Parquet conversion with a **DuckLake database backend**. ([#546](https://github.com/turbot/tailpipe/issues/546)) 
  - DuckLake is DuckDB’s new lakehouse format: data remains in Parquet files, but metadata is efficiently tracked in a
    separate DuckDB database.
  - DuckLake supports function-based partitioning, which allows data to be partitioned by year and month. This enables
    efficient file pruning on `tp_timestamp` without needing a separate `tp_date` filter. A `tp_date` column will still
    be present for compatibility, but it is no longer required for efficient query filtering.
  - Existing data will be **automatically migrated** the next time Tailpipe runs. Migration does **not**
    occur if progress output is disabled (`--progress=false`) or when using machine-readable output (`json`, `line`,
    `csv`).

  **Note:** For CentOS/RHEL users, the minimum supported version is now **CentOS Stream 10 / RHEL 10** due to `libstdc++` library compatibility.

* The `connect` command now returns the path to an **initialisation SQL script** instead of the database path. ([#550](https://github.com/turbot/tailpipe/issues/550))
  - The script sets up DuckDB with required extensions, attaches the Tailpipe database, and defines views with optional
    filters.
  - You can pass the generated script to DuckDB using the `--init` argument to immediately configure the session. For
    example:
    ```sh
    duckdb --init $(tailpipe connect)
    ```
    **Note:** The minimum supported DuckDB version is 1.4.0.

### _Bug Fixes_
* Include partitions for local plugins in the `tailpipe plugin list` command. ([#538](https://github.com/turbot/tailpipe/issues/538))</description>
            <pubDate>Mon, 22 Sep 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-gcp-plugin-v0-6-0</guid>
            <title>GCP Plugin v0.6.0 - Added gcp_billing_report table</title>
            <link>https://tailpipe.io/changelog/turbot-gcp-plugin-v0-6-0</link>
            <description>_What&apos;s new?_

- New tables added: ([#80](https://github.com/turbot/tailpipe-plugin-gcp/pull/80))
  - [gcp_billing_report](https://hub.tailpipe.io/plugins/turbot/gcp/tables/gcp_billing_report)</description>
            <pubDate>Thu, 14 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-github-plugin-v0-5-0</guid>
            <title>GitHub Plugin v0.5.0 - Added github_security_log table</title>
            <link>https://tailpipe.io/changelog/turbot-github-plugin-v0-5-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [github_security_log](https://hub.tailpipe.io/plugins/turbot/github/tables/github_security_log)</description>
            <pubDate>Wed, 06 Aug 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-plugins-sdk-v0-9-2-upgrade</guid>
            <title>Tailpipe plugins updated to fix data range issues and crashes</title>
            <link>https://tailpipe.io/changelog/tailpipe-plugins-sdk-v0-9-2-upgrade</link>
            <description>All Tailpipe plugins have been updated to use [tailpipe-plugin-sdk v0.9.2](https://github.com/turbot/tailpipe-plugin-sdk/blob/develop/CHANGELOG.md#v092-2025-07-24), which includes:

- Fixed data collections pulling wrong date ranges, leading to duplicate or missing results. ([#264](https://github.com/turbot/tailpipe-plugin-sdk/issues/264))
- Fixed a crash that occurred when a collection state contained null trunk states. ([#261](https://github.com/turbot/tailpipe-plugin-sdk/issues/261))
- Upgraded `golang.org/x/oauth2` to address high-severity vulnerabilities.</description>
            <pubDate>Mon, 28 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-6-2</guid>
            <title>Tailpipe CLI v0.6.2 – Bug fixes for time parsing, zero-granularity range handling, crash recovery; security upgrades to dependencies.</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-6-2</link>
            <description>_Bug fixes_
* Fix issue where `--to` was not respected for zero granularity data. ([#483](https://github.com/turbot/tailpipe/issues/483))
* Fix issue where the relative time passed to `from/to` args were getting parsed incorrectly. ([#485](https://github.com/turbot/tailpipe/issues/485))
* Fix issue where Tailpipe was crashing if the collection state file had nil trunk states from the previous collection. ([#489](https://github.com/turbot/tailpipe/issues/489))
* Fix `.inspect` output to show the plugin name for custom tables. ([#360](https://github.com/turbot/tailpipe/issues/360))
* Fix query JSON outputs to be consistent with DuckDB. ([#432](https://github.com/turbot/tailpipe/issues/432))

_Dependencies_
* Upgrade `go-viper/mapstructure/v2` and `oauth2` packages to remediate high and moderate vulnerabilities.</description>
            <pubDate>Thu, 24 Jul 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-6-1</guid>
            <title>Tailpipe CLI v0.6.1 – Fix issue where collection state is not being saved for sources with no file_layout information</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-6-1</link>
            <description>_Bug fixes_
* Update core version to v0.2.9 - fix issue where collection state is not being saved for zero granularity collections. ([#251](https://github.com/turbot/tailpipe-plugin-sdk/issues/251))</description>
            <pubDate>Wed, 02 Jul 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-6-0</guid>
            <title>Tailpipe CLI v0.6.0 – New &apos;--to&apos; flag allows collecting data across specified time ranges</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-6-0</link>
            <description>_What&apos;s new_
* Add `--to` flag for `collect`, allowing collection of standalone time ranges. ([#238](https://github.com/turbot/tailpipe/issues/238))
* Add `--overwrite` flag for `collect`, allowing recollection of existing data. ([#454](https://github.com/turbot/tailpipe/issues/454))

_Bug fixes_
* Fix issue where collection state end-objects are cleared when collection is complete, 
meaning no further data will be collected for that day. ([#250](https://github.com/turbot/tailpipe-plugin-sdk/issues/250))

_Behaviour Change_

When passing a `from` time to a collection, the existing partition data is no longer cleared before the collection starts. This means that data will not, by default, be recollected for time ranges that have already been collected. To recollect data for a time range, pass the new `--overwrite` flag to the `collect` command.</description>
            <pubDate>Wed, 02 Jul 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-plugins-sdk-v0-9-1-upgrade</guid>
            <title>Tailpipe plugins updated to support --to flag and improved time range tracking</title>
            <link>https://tailpipe.io/changelog/tailpipe-plugins-sdk-v0-9-1-upgrade</link>
            <description>All Tailpipe plugins have been updated to use [tailpipe-plugin-sdk v0.9.1](https://github.com/turbot/tailpipe-plugin-sdk/blob/develop/CHANGELOG.md#v091-2025-07-02), which includes:

- Added support for the `--to` flag for `collect`, allowing collection of standalone time ranges.
- Improved how plugins track what data has already been collected, especially across multiple time periods.</description>
            <pubDate>Wed, 02 Jul 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-5-0</guid>
            <title>Tailpipe CLI v0.5.0 – Improved partition indexing and reindexing in compact, with stricter validation in collect</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-5-0</link>
            <description>_What&apos;s new_
* Added `tp_index` property to partition HCL. Use this to specify the source column for the `tp_index`.  ([#414](https://github.com/turbot/tailpipe/issues/414))
* Updated collection to apply the configured `tp_index`, or `default` if no `tp_index` is specified in the config. 
* Added `--reindex` arg to `compact`. When set, compact will reindex the partition using configured `tp_index` value. ([#413](https://github.com/turbot/tailpipe/issues/413))
  - Removed the partition argument from compact and replaced it with a positional argument.
  - Updated `compact` cleanup to delete empty folders.
* `collect` now always validates required columns are present. (Previously this was only done for custom tables.) ([#411](https://github.com/turbot/tailpipe/issues/411))</description>
            <pubDate>Fri, 20 Jun 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-azure-plugin-v0-5-0</guid>
            <title>Azure Plugin v0.5.0 - Added azure_cost_and_usage_actual table</title>
            <link>https://tailpipe.io/changelog/turbot-azure-plugin-v0-5-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [azure_cost_and_usage_actual](https://hub.tailpipe.io/plugins/turbot/azure/tables/azure_cost_and_usage_actual) ([#68](https://github.com/turbot/tailpipe-plugin-azure/pull/68))</description>
            <pubDate>Fri, 20 Jun 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-13-0</guid>
            <title>AWS plugin v0.13.0 - Added aws_alb_connection_log and aws_securityhub_finding tables</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-13-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_alb_connection_log](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_alb_connection_log) ([#106](https://github.com/turbot/tailpipe-plugin-aws/pull/106))
  - [aws_securityhub_finding](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_securityhub_finding) ([#156](https://github.com/turbot/tailpipe-plugin-aws/pull/156))</description>
            <pubDate>Fri, 20 Jun 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-4-2</guid>
            <title>Tailpipe CLI v0.4.2 – Add support for collecting only today’s logs, with enhancements to interactive prompt UX.</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-4-2</link>
            <description>_What&apos;s new_
* Enabled support for collecting only today&apos;s logs during log collection. ([#394](https://github.com/turbot/tailpipe/issues/394))
* Show available table names in autocomplete for DuckDB meta queries in interactive prompt. ([#357](https://github.com/turbot/tailpipe/issues/357))
* `.inspect` meta-command now shows `tp_` columns at the end. ([#401](https://github.com/turbot/tailpipe/issues/401))</description>
            <pubDate>Thu, 05 Jun 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-11-0</guid>
            <title>AWS plugin v0.11.0 - Updated aws_vpc_flow_log table to work with formats</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-11-0</link>
            <description>_Enhancements_

- The `aws_vpc_flow_log` table now works with [formats](https://tailpipe.io/docs/reference/config-files/format) and can be collected with the `aws_cloudwatch_log_group` source. ([#137](https://github.com/turbot/tailpipe-plugin-aws/pull/137))

_Bug fixes_

- Updated `aws_cloudwatch_log_group` source to pass the full event in `RowData` instead of only the message. ([#185](https://github.com/turbot/tailpipe-plugin-aws/pull/185))</description>
            <pubDate>Fri, 30 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-10-0</guid>
            <title>AWS plugin v0.10.0 - Added aws_cloudwatch_log_group source</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-10-0</link>
            <description>_What&apos;s new?_

- New sources added:
  - [aws_cloudwatch_log_group](https://hub.tailpipe.io/plugins/turbot/aws/sources/aws_cloudwatch_log_group) ([#169](https://github.com/turbot/tailpipe-plugin-aws/pull/169))

_Enhancements_

- The `tp_index` column for the `aws_cost_and_usage_focus`, `aws_cost_and_usage_report`, and `aws_cost_optimization_recommendation` tables is now always set to the value `default` instead of an AWS account ID to improve query times. ([#179](https://github.com/turbot/tailpipe-plugin-aws/pull/179))

_Dependencies_

- Bumped github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.73 to 1.17.75. ([#171](https://github.com/turbot/tailpipe-plugin-aws/pull/171))
- Bumped github.com/aws/aws-sdk-go-v2/service/guardduty from 1.54.1 to 1.54.5. ([#170](https://github.com/turbot/tailpipe-plugin-aws/pull/170))
- Bumped github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.2 to 1.79.3. ([#167](https://github.com/turbot/tailpipe-plugin-aws/pull/167))
- Bumped github.com/turbot/pipe-fittings/v2 from 2.3.4 to 2.4.1. ([#176](https://github.com/turbot/tailpipe-plugin-aws/pull/176))
- Bumped golang.org/x/sync from 0.13.0 to 0.14.0. ([#172](https://github.com/turbot/tailpipe-plugin-aws/pull/172))</description>
            <pubDate>Fri, 23 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-4-1</guid>
            <title>Tailpipe CLI v0.4.1 – Update core plugin to v0.2.5</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-4-1</link>
            <description>_Bug fixes_
* Update `MinCorePluginVersion` to v0.2.5.
* Fix issue where the core plugin was incorrectly throttling the downloads if no temp size limit was specified. ([#204](https://github.com/turbot/tailpipe-plugin-sdk/issues/204))</description>
            <pubDate>Mon, 19 May 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-4-0</guid>
            <title>Tailpipe CLI v0.4.0 – Memory management, improved parquet conversion stability and enhanced error reporting</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-4-0</link>
            <description>_What&apos;s new_
* Add support for memory and temp storage limits for CLI and plugins. ([#396](https://github.com/turbot/tailpipe/issues/396), [#397](https://github.com/turbot/tailpipe/issues/397))
  * `memory_max_mb` controls CLI memory usage and conversion worker count and memory allocation.
  * `plugin_memory_max_mb` controls a per-plugin soft memory cap.
  * `temp_dir_max_mb` limits size of temp data written to disk during a conversion.
  *  conversion worker count is now based on memory limit, if set.
  * JSONL to Parquet conversion is now executed in multiple passes, limiting the number of distinct partition keys per conversion.
* Detect and report when a plugin crashes. ([#341](https://github.com/turbot/tailpipe/issues/341))
* Update `show source` output to include source properties. ([#388](https://github.com/turbot/tailpipe/issues/388))

_Bug fixes_
* Fix issue where tailpipe was mentioning steampipe in one of the error messages. ([#389](https://github.com/turbot/tailpipe/issues/389))</description>
            <pubDate>Fri, 16 May 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-9-2</guid>
            <title>AWS plugin v0.9.2 - Fixed error when adding an empty header value for the aws_cost_and_usage_report table while collecting rows</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-9-2</link>
            <description>_Bug fixes_

- Fixed error when adding an empty header value for the `aws_cost_and_usage_report` table while collecting rows. ([#174](https://github.com/turbot/tailpipe-plugin-aws/pull/174))</description>
            <pubDate>Fri, 16 May 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-3-2</guid>
            <title>Tailpipe CLI v0.3.2 – Update MinCorePluginVersion to v0.2.2</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-3-2</link>
            <description>_What&apos;s new_
* Update `MinCorePluginVersion` to v0.2.2.
* Update tailpipe-plugin-sdk to v0.4.0.

_Bug fixes_
* Fix source file error for custom tables when using S3 or other external sources. ([#188](https://github.com/turbot/tailpipe-plugin-sdk/issues/188))</description>
            <pubDate>Fri, 25 Apr 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-9-1</guid>
            <title>AWS plugin v0.9.1 - Fixed memory consumption issue with aws_cost_* tables and improved error reporting for aws_s3_bucket source</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-9-1</link>
            <description>_Enhancements_

- Improved error reporting for `aws_s3_bucket` source. ([#159](https://github.com/turbot/tailpipe-plugin-aws/pull/159))

_Bug fixes_

- Fixed a memory consumption issue with `aws_cost_*` tables during log collection. ([#159](https://github.com/turbot/tailpipe-plugin-aws/pull/159))

_Dependencies_

- Bumped github.com/aws/aws-sdk-go-v2/credentials from 1.17.62 to 1.17.67. ([#150](https://github.com/turbot/tailpipe-plugin-aws/pull/150))
- Bumped github.com/aws/aws-sdk-go-v2/feature/s3/manager. ([#151](https://github.com/turbot/tailpipe-plugin-aws/pull/151))
- Bumped github.com/turbot/tailpipe-plugin-sdk from v0.2.0 to v0.4.0. ([#159](https://github.com/turbot/tailpipe-plugin-aws/pull/159))
- Bumped golang.org/x/net from 0.36.0 to 0.38.0. ([#154](https://github.com/turbot/tailpipe-plugin-aws/pull/154))</description>
            <pubDate>Fri, 25 Apr 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-3-1</guid>
            <title>Tailpipe CLI v0.3.1 – Fix partition filter argument</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-3-1</link>
            <description>_Bug fixes_
* Fix partition filter argument. ([#375](https://github.com/turbot/tailpipe/issues/375))</description>
            <pubDate>Fri, 18 Apr 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-mcp-v0-1-1</guid>
            <title>Tailpipe MCP v0.1.1 - Initial release</title>
            <link>https://tailpipe.io/changelog/tailpipe-mcp-v0-1-1</link>
            <description>_Whats new?_

* Initial version of Tailpipe MCP server
* Support for querying cloud and security logs using AI</description>
            <pubDate>Thu, 17 Apr 2025 10:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-9-0</guid>
            <title>AWS plugin v0.9.0 - Fixed various bugs in aws_vpc_flow_log, aws_cost_and_usage_focus, aws_cost_and_usage_report, and aws_cost_optimization_recommendation tables</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-9-0</link>
            <description>_Enhancements_

- Updated `file_layout` arguments in documentation to wrap values in backticks instead of double quotes to align with Tailpipe CLI v0.2.0 changes. ([#140](https://github.com/turbot/tailpipe-plugin-aws/pull/140))

_Bug fixes_

- The `aws_vpc_flow_log` table no longer skips collecting records with log status `SKIPPED` or `NODATA`.
- Updated `aws_cost_and_usage_focus`, `aws_cost_and_usage_report` and `aws_cost_optimization_recommendation` tables to store missing column values as `null`. ([#139](https://github.com/turbot/tailpipe-plugin-aws/pull/139))
- Fixed typo for `file_layout` in `aws_s3_bucket` source doc.

_Dependencies_

- Bumped github.com/turbot/pipe-fittings/v2 from 2.3.0 to 2.3.1. ([#143](https://github.com/turbot/tailpipe-plugin-aws/pull/143))
- Bumped github.com/turbot/tailpipe-plugin-sdk from v0.1.1 to v0.2.0. ([#136](https://github.com/turbot/tailpipe-plugin-aws/pull/136))</description>
            <pubDate>Thu, 17 Apr 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-3-0</guid>
            <title>Tailpipe CLI v0.3.0 – Add support for custom tables</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-3-0</link>
            <description>_What&apos;s new_
* Add support for custom tables. (([#225](https://github.com/turbot/tailpipe/issues/225)))
* Add `location` to format list/show. ([#283](https://github.com/turbot/tailpipe/issues/283))
* Add `plugin` to source list/show. ([#337](https://github.com/turbot/tailpipe/issues/337))
* Improve display logic of conversion errors, since we log full error just display first line of error.

_Bug fixes_
* Plugin list command now correctly cases keys in JSON output.
* Fix display of UUID and Decimal in query results.
* Add comma separators to numeric output in query results. ([#685](https://github.com/turbot/pipe-fittings/issues/685))
* Fix multiple backtick escaping in config - if more than 2 properties are back-ticked, the third onwards were not being escaped.</description>
            <pubDate>Wed, 16 Apr 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-2-1</guid>
            <title>Tailpipe CLI v0.2.1 – Fix table introspection description field.</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-2-1</link>
            <description>_Bug fixes_
* Table introspection in json now displays descriptions correctly. ([#323](https://github.com/turbot/tailpipe/issues/323)):
* Fix resolution of the format before calling Collect when the format plugin is different from the table plugin.([#319](https://github.com/turbot/tailpipe/issues/319)):</description>
            <pubDate>Thu, 03 Apr 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-nginx-plugin-v0-1-1</guid>
            <title>Nginx plugin v0.1.1 - Renamed default format for nginx_access_log table</title>
            <link>https://tailpipe.io/changelog/turbot-nginx-plugin-v0-1-1</link>
            <description>_Bug fixes_

- Renamed `nginx_access_log` default format from `default` to `combined`.</description>
            <pubDate>Thu, 03 Apr 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-apache-plugin-v0-1-1</guid>
            <title>Apache plugin v0.1.1 - Fixed default format info in apache_access_log table docs</title>
            <link>https://tailpipe.io/changelog/turbot-apache-plugin-v0-1-1</link>
            <description>_Enhancements_

- Fixed `apache_access_log` table docs with correct default log format information.</description>
            <pubDate>Thu, 03 Apr 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-nginx-plugin-v0-1-0</guid>
            <title>Nginx plugin v0.1.0 - Added nginx_access_log table</title>
            <link>https://tailpipe.io/changelog/turbot-nginx-plugin-v0-1-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [nginx_access_log](https://hub.tailpipe.io/plugins/turbot/nginx/tables/nginx_access_log)</description>
            <pubDate>Wed, 02 Apr 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-apache-plugin-v0-1-0</guid>
            <title>Apache plugin v0.1.0 - Added apache_access_log table</title>
            <link>https://tailpipe.io/changelog/turbot-apache-plugin-v0-1-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [apache_access_log](https://hub.tailpipe.io/plugins/turbot/apache/tables/apache_access_log)</description>
            <pubDate>Wed, 02 Apr 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-2-0</guid>
            <title>Tailpipe CLI v0.2.0 – Add support for for plugins with custom format</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-2-0</link>
            <description>_What&apos;s new_
* Add support for plugins with custom formats.
A `format` block can be defined in config and plugins can provide formats `types` and `presets` . Format are supported by the new Nginx and Apache plugins.
([#264](https://github.com/turbot/tailpipe/issues/264)).
* Add `format list` and `format show` commands. ([#235](https://github.com/turbot/tailpipe/issues/235))
* Update the `plugin show` command to add exported formats and correctly display partitions, etc. ([#257](https://github.com/turbot/tailpipe/issues/257))
* Improve the error reporting in the collection UI ([#247](https://github.com/turbot/tailpipe/issues/247)).
* Update all SQL in code and messaging to be lower case.</description>
            <pubDate>Tue, 01 Apr 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-8-1</guid>
            <title>AWS Plugin v0.8.1 - Fixed configuration examples for aws_cost_and_usage_focus, aws_cost_and_usage_report, and aws_cost_optimization_recommendation tables</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-8-1</link>
            <description>_Bug fixes_

- Fixed configuration examples for `aws_cost_and_usage_focus`, `aws_cost_and_usage_report`, and `aws_cost_optimization_recommendation` tables.</description>
            <pubDate>Fri, 28 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-8-0</guid>
            <title>AWS Plugin v0.8.0 - Added aws_cost_and_usage_focus, aws_cost_and_usage_report, aws_cost_optimization_recommendation, aws_guardduty_finding tables</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-8-0</link>
            <description>_What&apos;s new?_

- New tables added:
  - [aws_cost_and_usage_focus](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_cost_and_usage_focus) ([#115](https://github.com/turbot/tailpipe-plugin-aws/pull/115))
  - [aws_cost_and_usage_report](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_cost_and_usage_report) ([#115](https://github.com/turbot/tailpipe-plugin-aws/pull/115))
  - [aws_cost_optimization_recommendation](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_cost_optimization_recommendation) ([#115](https://github.com/turbot/tailpipe-plugin-aws/pull/115))
  - [aws_guardduty_finding](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_guardduty_finding) ([#130](https://github.com/turbot/tailpipe-plugin-aws/pull/130))

_Dependencies_

- Bumped github.com/turbot/go-kit from 1.1.0 to 1.2.0. ([#128](https://github.com/turbot/tailpipe-plugin-aws/pull/128))</description>
            <pubDate>Fri, 28 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-7-0</guid>
            <title>AWS Plugin v0.7.0 - Added aws_clb_access_log table</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-7-0</link>
            <description>_What&apos;s new?_

- New tables added:
  - [aws_clb_access_log](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_clb_access_log) ([#88](https://github.com/turbot/tailpipe-plugin-aws/pull/88))

_Dependencies_

- Bumped github.com/aws/aws-sdk-go-v2/config from 1.29.6 to 1.29.9. ([#120](https://github.com/turbot/tailpipe-plugin-aws/pull/120))
- Bumped github.com/aws/aws-sdk-go-v2/feature/s3/manager. ([#124](https://github.com/turbot/tailpipe-plugin-aws/pull/124))
- Bumped github.com/aws/aws-sdk-go-v2/service/s3 from 1.77.1 to 1.78.2. ([#125](https://github.com/turbot/tailpipe-plugin-aws/pull/125))
- Bumped github.com/containerd/containerd from 1.7.18 to 1.7.27. ([#126](https://github.com/turbot/tailpipe-plugin-aws/pull/126))
- Bumped golang.org/x/net from 0.33.0 to 0.36.0. ([#122](https://github.com/turbot/tailpipe-plugin-aws/pull/122))
- Bumped golang.org/x/sync from 0.11.0 to 0.12.0. ([#117](https://github.com/turbot/tailpipe-plugin-aws/pull/117))</description>
            <pubDate>Fri, 21 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-1-3</guid>
            <title>Tailpipe CLI v0.1.3 – Parquet creation is now transactional</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-1-3</link>
            <description>_What&apos;s new_
- Parquet creation is now transactional - write to temp file first then rename. ([#41](https://github.com/turbot/tailpipe/issues/41))
- Views are now created with QuotedIdentifiers allowing use of reserved keywords, etc. ([#205](https://github.com/turbot/tailpipe/issues/205))
- Updated status text for a collection with no active progress. ([#210](https://github.com/turbot/tailpipe/issues/210))

_Bug fixes_
- Fix issue where tailpipe was failing to install private turbot-hosted plugins. ([#201](https://github.com/turbot/tailpipe/issues/201))
- Sort columns before creating view to ensure they&apos;re correctly ordered. ([#59](https://github.com/turbot/tailpipe/issues/59))
- DeleteParquetFiles only prunes the partition folder. ([#227](https://github.com/turbot/tailpipe/issues/227))</description>
            <pubDate>Mon, 17 Mar 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-6-0</guid>
            <title>AWS Plugin v0.6.0 - Added aws_alb_access_log, aws_nlb_access_log, aws_vpc_flow_log, aws_waf_traffic_log tables</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-6-0</link>
            <description>_What&apos;s new?_

- New tables added:
  - [aws_alb_access_log](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_alb_access_log) ([#116](https://github.com/turbot/tailpipe-plugin-aws/pull/116))
  - [aws_nlb_access_log](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_nlb_access_log) ([#116](https://github.com/turbot/tailpipe-plugin-aws/pull/116))
  - [aws_vpc_flow_log](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_vpc_flow_log) ([#116](https://github.com/turbot/tailpipe-plugin-aws/pull/116))
  - [aws_waf_traffic_log](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_waf_traffic_log) ([#116](https://github.com/turbot/tailpipe-plugin-aws/pull/116))

_Dependencies_

- Bumped github.com/aws/aws-sdk-go-v2 from 1.36.2 to 1.36.3 ([#110](https://github.com/turbot/tailpipe-plugin-aws/pull/110))
- Bumped github.com/aws/aws-sdk-go-v2/credentials from 1.17.59 to 1.17.61 ([#111](https://github.com/turbot/tailpipe-plugin-aws/pull/111))
- Bumped github.com/turbot/pipe-fittings/v2 from 2.1.1 to 2.2.0 ([#100](https://github.com/turbot/tailpipe-plugin-aws/pull/100))</description>
            <pubDate>Fri, 07 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-pipes-plugin-v0-2-0</guid>
            <title>Pipes Plugin v0.2.0 - Updated table docs to align with the hub</title>
            <link>https://tailpipe.io/changelog/turbot-pipes-plugin-v0-2-0</link>
            <description>_Enhancements_

- Standardized all example query titles to use `Title Case` for consistency. ([#17](https://github.com/turbot/tailpipe-plugin-pipes/pull/17))
- Added `folder` front matter to all queries for improved organization and discoverability in the Hub. ([#17](https://github.com/turbot/tailpipe-plugin-pipes/pull/17))</description>
            <pubDate>Mon, 03 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-github-plugin-v0-2-0</guid>
            <title>GitHub Plugin v0.2.0 - Updated table docs to align with the hub</title>
            <link>https://tailpipe.io/changelog/turbot-github-plugin-v0-2-0</link>
            <description>_Enhancements_

- Standardized all example query titles to use `Title Case` for consistency. ([#13](https://github.com/turbot/tailpipe-plugin-github/pull/13))
- Added `folder` front matter to all queries for improved organization and discoverability in the Hub. ([#13](https://github.com/turbot/tailpipe-plugin-github/pull/13))</description>
            <pubDate>Mon, 03 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-gcp-plugin-v0-3-0</guid>
            <title>GCP Plugin v0.3.0 - Updated table docs to align with the hub</title>
            <link>https://tailpipe.io/changelog/turbot-gcp-plugin-v0-3-0</link>
            <description>_Enhancements_

- Standardized all example query titles to use `Title Case` for consistency. ([#43](https://github.com/turbot/tailpipe-plugin-gcp/pull/43))
- Added `folder` front matter to all queries for improved organization and discoverability in the Hub. ([#43](https://github.com/turbot/tailpipe-plugin-gcp/pull/43))</description>
            <pubDate>Mon, 03 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-chaos-plugin-v0-2-1</guid>
            <title>Chaos Plugin v0.2.1 - Fixed the plugin name to use Chaos instead of Chaos (Tailpipe)</title>
            <link>https://tailpipe.io/changelog/turbot-chaos-plugin-v0-2-1</link>
            <description>_Bug fixes_

- Fixed the plugin name to use `Chaos` instead of `Chaos (Tailpipe)`. ([#6](https://github.com/turbot/tailpipe-plugin-chaos/pull/6))</description>
            <pubDate>Mon, 03 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-azure-plugin-v0-3-0</guid>
            <title>Azure Plugin v0.3.0 - Updated table docs to align with the hub</title>
            <link>https://tailpipe.io/changelog/turbot-azure-plugin-v0-3-0</link>
            <description>_Enhancements_

- Standardized all example query titles to use `Title Case` for consistency. ([#43](https://github.com/turbot/tailpipe-plugin-azure/pull/43))
- Added `folder` front matter to all queries for improved organization and discoverability in the Hub. ([#43](https://github.com/turbot/tailpipe-plugin-azure/pull/43))</description>
            <pubDate>Mon, 03 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-5-0</guid>
            <title>AWS Plugin v0.5.0 - Updated table docs to align with the hub</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-5-0</link>
            <description>_Enhancements_

- Standardized all example query titles to use `Title Case` for consistency. ([#109](https://github.com/turbot/tailpipe-plugin-aws/pull/109))
- Added `folder` front matter to all queries for improved organization and discoverability in the Hub. ([#109](https://github.com/turbot/tailpipe-plugin-aws/pull/109))

_Bug fixes_

- Fixed the `display_name` in `docs/index.md` from `Amazon Web Services` to `AWS` for consistency with standard naming conventions. ([#109](https://github.com/turbot/tailpipe-plugin-aws/pull/109))</description>
            <pubDate>Mon, 03 Mar 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-1-2</guid>
            <title>Tailpipe CLI v0.1.2 – Support for wider range of time formats and fix passing of sql file to tailpipe query</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-1-2</link>
            <description>_What&apos;s new_
- The `--from` and `--to` arguments now support a wider range of time formats. ([#223](https://github.com/turbot/tailpipe/issues/223))

_Bug fixes_
- Fixes issue where passing the sql file name to tailpipe query was not working. ([#216](https://github.com/turbot/tailpipe/issues/216))
- Fixes issue where tailpipe was failing to install private turbot-hosted plugins. ([#201](https://github.com/turbot/tailpipe/issues/201))</description>
            <pubDate>Fri, 21 Feb 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-gcp-audit-log-detections-mod-v0-3-0</guid>
            <title>GCP Audit Log Detections mod v0.3.0 - Added operation_src and resource_src columns to detections</title>
            <link>https://tailpipe.io/changelog/turbot-gcp-audit-log-detections-mod-v0-3-0</link>
            <description>_Enhancements_

- Added `operation_src` and `resource_src` columns to retain original log data with consistent column naming.</description>
            <pubDate>Fri, 14 Feb 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-4-0</guid>
            <title>AWS plugin v0.4.0 - Fixed index for aws_s3_server_access_log table</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-4-0</link>
            <description>_Breaking changes_

- The `aws_s3_server_access_log` table index is now based on the source bucket&apos;s name instead of the destination bucket&apos;s AWS account ID. We recommend deleting existing `aws_s3_server_access_log` partition data (e.g., `tailpipe partition delete aws_s3_server_access_log.my_partition`) and recollecting your data. ([#89](https://github.com/turbot/tailpipe-plugin-aws/pull/89))</description>
            <pubDate>Fri, 14 Feb 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-aws-plugin-v0-3-0</guid>
            <title>AWS plugin v0.3.0 - Added aws_s3_server_access_log table</title>
            <link>https://tailpipe.io/changelog/turbot-aws-plugin-v0-3-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [aws_s3_server_access_log](https://hub.tailpipe.io/plugins/turbot/aws/tables/aws_s3_server_access_log) ([#75](https://github.com/turbot/tailpipe-plugin-aws/pull/75))

_Enhancements_

- Added `Type` column in `aws_s3_bucket` source arguments table.

_Dependencies_

- Bumped github.com/aws/aws-sdk-go-v2/config from 1.28.11 to 1.29.6. ([#79](https://github.com/turbot/tailpipe-plugin-aws/pull/79))
- Bumped github.com/aws/aws-sdk-go-v2/credentials from 1.17.52 to 1.17.57. ([#68](https://github.com/turbot/tailpipe-plugin-aws/pull/68))
- Bumped github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.49 to 1.17.60. ([#81](https://github.com/turbot/tailpipe-plugin-aws/pull/81))
- Bumped github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.3 to 1.76.0. ([#78](https://github.com/turbot/tailpipe-plugin-aws/pull/78))
- Bumped github.com/hashicorp/hcl/v2 from 2.20.1 to 2.23.0. ([#84](https://github.com/turbot/tailpipe-plugin-aws/pull/84))
- Bumped github.com/rs/xid from 1.5.0 to 1.6.0. ([#67](https://github.com/turbot/tailpipe-plugin-aws/pull/67))
- Bumped github.com/turbot/tailpipe-plugin-sdk from 0.1.0 to 0.1.1. ([#75](https://github.com/turbot/tailpipe-plugin-aws/pull/75))
- Bumped golang.org/x/sync from 0.10.0 to 0.11.0. ([#82](https://github.com/turbot/tailpipe-plugin-aws/pull/82))</description>
            <pubDate>Wed, 12 Feb 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/turbot-github-plugin-v0-1-0</guid>
            <title>GitHub plugin v0.1.0 - Added github_audit_log table</title>
            <link>https://tailpipe.io/changelog/turbot-github-plugin-v0-1-0</link>
            <description>_What&apos;s new?_

- New tables added
  - [github_audit_log](https://hub.tailpipe.io/plugins/turbot/github/tables/github_audit_log)</description>
            <pubDate>Tue, 11 Feb 2025 09:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/tailpipe-cli-v0-1-1</guid>
            <title>Tailpipe CLI v0.1.1 – Bugfixes for plugin installation and table show command</title>
            <link>https://tailpipe.io/changelog/tailpipe-cli-v0-1-1</link>
            <description>_Bug fixes_
- The `table show` command now correctly shows table description. ([#181](https://github.com/turbot/tailpipe/issues/181))
- Fixes issue where tailpipe plugin install/update failed if docker-credential-desktop was found not on PATH. ([#197](https://github.com/turbot/tailpipe/issues/197))</description>
            <pubDate>Mon, 10 Feb 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/initial-tailpipe-plugins</guid>
            <title>Tailpipe Plugins v0.1.0 – Initial release</title>
            <link>https://tailpipe.io/changelog/initial-tailpipe-plugins</link>
            <description>We are excited to announce the release of **five new Tailpipe plugins** that make it easy to collect logs from various sources, e.g., AWS CloudTrail logs from S3 buckets, and then query the data with familiar SQL syntax.

- [AWS](https://hub.tailpipe.io/plugins/turbot/aws)
- [Azure](https://hub.tailpipe.io/plugins/turbot/azure)
- [Chaos](https://hub.tailpipe.io/plugins/turbot/chaos)
- [GCP](https://hub.tailpipe.io/plugins/turbot/gcp)
- [Turbot Pipes](https://hub.tailpipe.io/plugins/turbot/pipes)

For more information on how you can get started with the plugins, please see [Learn Tailpipe](https://tailpipe.io/docs)</description>
            <pubDate>Thu, 30 Jan 2025 12:00:00 GMT</pubDate>
        </item>
        <item>
            <guid>https://tailpipe.io/changelog/introducing-tailpipe</guid>
            <title>Tailpipe CLI v0.1.0 – Initial release</title>
            <link>https://tailpipe.io/changelog/introducing-tailpipe</link>
            <description>Introducing Tailpipe, a high-performance data collection and querying tool that makes it easy to collect, store, and analyze log data.

With Tailpipe you can:

* Collect logs from various sources and store them efficiently
* Query your data with familiar SQL syntax using Tailpipe (or DuckDB!)
* Use Powerpipe to visualize your logs and run detections

Learn more at:
* Website - https://tailpipe.io
* Docs - https://tailpipe.io/docs
* Hub - https://hub.tailpipe.io
* Introduction - https://tailpipe.io/blog/introducing-tailpipe</description>
            <pubDate>Thu, 30 Jan 2025 12:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>