Skip to content

Commit

Permalink
fix(docs): Use component_kind rather than kind for Hugo (#20058)
Browse files Browse the repository at this point in the history
`kind` is a reserved attribute: https://gohugo.io/templates/section-templates/#page-kinds. Newer
versions of hugo (>= 0.122.0) start returning errors like:

```
sinks/mqtt.md:1:1": unknown kind "sink" in front matter
```

Ref: #20048 (comment)

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Mar 11, 2024
1 parent cbcb874 commit d2aca62
Show file tree
Hide file tree
Showing 110 changed files with 112 additions and 112 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AMQP
description: Send events to [AMQP 0.9.1](https://www.amqp.org/specification/0-9-1/amqp-org-download) compatible brokers like RabbitMQ
kind: sink
component_kind: sink
layout: component
tags: ["amqp", "rabbitmq", "component", "sink"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AppSignal
description: Deliver events to [AppSignal](https://www.appsignal.com/)
kind: sink
component_kind: sink
layout: component
tags: ["appsignal", "component", "sink", "logs", "metrics"]
aliases: ["/docs/reference/configuration/sinks/appsignal"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AWS Cloudwatch logs
description: Publish log events to [AWS Cloudwatch Logs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html)
kind: sink
component_kind: sink
layout: component
tags: ["aws", "cloudwatch", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AWS Cloudwatch metrics
description: Publish metric events to [AWS Cloudwatch Metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/working_with_metrics.html)
kind: sink
component_kind: sink
layout: component
tags: ["aws", "cloudwatch", "component", "sink", "metrics"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AWS Kinesis Data Firehose logs
description: Publish logs to [AWS Kinesis Data Firehose](https://aws.amazon.com/kinesis/data-firehose) topics
kind: sink
component_kind: sink
layout: component
tags: ["aws", "kinesis", "firehose", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AWS Kinesis Streams logs
description: Publish logs to [AWS Kinesis Streams](https://aws.amazon.com/kinesis/data-streams) topics
kind: sink
component_kind: sink
layout: component
tags: ["aws", "kinesis", "streams", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AWS S3
description: Store observability events in the [AWS S3](https://aws.amazon.com/s3/) object storage system
kind: sink
component_kind: sink
layout: component
tags: ["aws", "s3", "component", "sink", "storage"]
aliases: ["/docs/reference/sinks/s3"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AWS SNS
description: Publish observability events to [Simple Notification Service](https://aws.amazon.com/sns/) topics
kind: sink
component_kind: sink
layout: component
tags: ["aws", "sns", "component", "sink"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AWS SQS
description: Publish observability events to [Simple Queue Service](https://aws.amazon.com/sqs/) topics
kind: sink
component_kind: sink
layout: component
tags: ["aws", "sqs", "component", "sink"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Axiom
description: Deliver log events to [Axiom](https://axiom.co)
kind: sink
component_kind: sink
layout: component
tags: ["axiom", "component", "sink", "logs", "metrics"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Azure Blob Storage
description: Store your observability data in [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/)
kind: sink
component_kind: sink
layout: component
tags: ["azure", "blob", "storage", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Azure Monitor Logs
description: Publish log events to the [Azure Monitor Logs](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/data-platform-logs) service
kind: sink
component_kind: sink
layout: component
tags: ["azure", "monitor", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Blackhole
description: Send observability events nowhere, which can be useful for debugging purposes
kind: sink
component_kind: sink
layout: component
tags: ["blackhole", "component", "sink"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ClickHouse
description: Deliver log data to the [ClickHouse](https://clickhouse.com) database
kind: sink
component_kind: sink
layout: component
tags: ["clickhouse", "component", "sink", "storage", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Console
description: Display observability events in the console, which can be useful for debugging purposes
kind: sink
component_kind: sink
layout: component
tags: ["console", "component", "sink", "debug"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Databend
description: Deliver log data to the [Databend](https://databend.rs) database
kind: sink
component_kind: sink
layout: component
tags: ["datafuselabs", "databend", "component", "sink", "storage", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Datadog events
description: Publish observability events to the [Datadog](https://docs.datadoghq.com) [Events API](https://docs.datadoghq.com/api/latest/events)
kind: sink
component_kind: sink
layout: component
tags: ["datadog", "component", "sink", "events"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Datadog logs
description: Publish log events to [Datadog](https://docs.datadoghq.com)
kind: sink
component_kind: sink
layout: component
tags: ["datadog", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Datadog metrics
description: Publish metric events to [Datadog](https://docs.datadoghq.com)
kind: sink
component_kind: sink
layout: component
tags: ["datadog", "component", "sink", "metrics"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Datadog traces
description: Publish traces to [Datadog](https://docs.datadoghq.com)
kind: sink
component_kind: sink
layout: component
tags: ["datadog", "component", "sink", "traces"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Elasticsearch
description: Index observability events in [Elasticsearch](https://www.elastic.co/elasticsearch)
kind: sink
component_kind: sink
layout: component
tags: ["elasticsearch", "component", "sink", "search", "storage"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: File
description: Output observability events into files
kind: sink
component_kind: sink
layout: component
tags: ["file", "component", "sink"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: GCP Chronicle Unstructured
description: Store unstructured log events in [Google Chronicle](https://cloud.google.com/chronicle/docs/overview)
short: GCP Chronicle Unstructured
kind: sink
component_kind: sink
layout: component
tags: ["gcp", "chronicle", "component", "sink"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: GCP Cloud Storage (GCS)
description: Store observability events in GCP [Cloud Storage](https://cloud.google.com/storage)
short: GCP Cloud Storage
kind: sink
component_kind: sink
layout: component
tags: ["gcp", "gcs", "cloud storage", "component", "sink"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GCP PubSub
description: Publish observability events to GCP's [PubSub](https://cloud.google.com/pubsub) messaging system
kind: sink
component_kind: sink
layout: component
tags: ["gcp", "pubsub", "component", "sink"]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: GCP Operations (formerly Stackdriver) logs
description: Deliver logs to GCP's [Cloud Operations](https://cloud.google.com/products/operations) suite
short: GCP Stackdriver
kind: sink
component_kind: sink
layout: component
tags: ["gcp", "stackdriver", "operations", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GCP Cloud Monitoring (formerly Stackdriver)
description: Deliver metrics to GCP's [Cloud Monitoring](https://cloud.google.com/monitoring) system
kind: sink
component_kind: sink
layout: component
tags: ["gcp", "stackdriver", "operations", "component", "sink", "metrics"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GreptimeDB
description: Writes metric data to [GreptimeDB](https://github.com/greptimeteam/greptimedb)
kind: sink
component_kind: sink
layout: component
tags: ["greptimedb", "component", "sink", "storage", "time-series", "metrics"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Honeycomb
description: Deliver log events to [Honeycomb](https://www.honeycomb.io)
kind: sink
component_kind: sink
layout: component
tags: ["honeycomb", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: HTTP
description: Deliver observability data to an [HTTP](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) server
kind: sink
component_kind: sink
layout: component
tags: ["http", "client", "component", "sink", "logs", "metrics", "traces"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Humio logs
description: Deliver log event data to [Humio](https://humio.com)
kind: sink
component_kind: sink
layout: component
tags: ["humio", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Humio metrics
description: Deliver metric event data to [Humio](https://humio.com)
kind: sink
component_kind: sink
layout: component
tags: ["humio", "component", "sink", "metrics"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: InfluxDB logs
description: Deliver log event data to [InfluxDB](https://influxdata.com)
kind: sink
component_kind: sink
layout: component
tags: ["influxdb", "influx", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: InfluxDB metrics
description: Deliver metric event data to [InfluxDB](https://influxdata.com)
kind: sink
component_kind: sink
layout: component
tags: ["influxdb", "influx", "component", "sink", "metrics"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Kafka
description: Publish observability data to [Apache Kafka](https://kafka.apache.org) topics
kind: sink
component_kind: sink
layout: component
tags: ["kafka", "apache", "component", "sink"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Loki
description: Deliver log event data to the [Loki](https://grafana.com/oss/loki) aggregation system
kind: sink
component_kind: sink
layout: component
tags: ["loki", "grafana", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Mezmo (formerly LogDNA)
description: Deliver log event data to [Mezmo](https://mezmo.com)
kind: sink
component_kind: sink
layout: component
tags: ["logdna", "mezmo", "component", "sink", "logs"]
aliases: ["/docs/reference/configuration/sinks/logdna"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: MQTT
description: Deliver observability event data to an [MQTT](https://mqtt.org) broker
kind: sink
component_kind: sink
layout: component
tags: ["mqtt", "component", "sink"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: NATS
description: Publish observability data to subjects on the [NATS](https://nats.io) messaging system
kind: sink
component_kind: sink
layout: component
tags: ["nats", "pubsub", "component", "sink"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: New Relic
description: Deliver events to [New Relic](https://newrelic.com)
kind: sink
component_kind: sink
layout: component
tags: ["new relic", "newrelic", "component", "sink", "logs", "metrics"]
aliases: ["/docs/reference/configuration/sinks/new_relic_logs"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Papertrail
description: Deliver log events to [Papertrail](https://www.solarwinds.com/papertrail) from SolarWinds
kind: sink
component_kind: sink
layout: component
tags: ["papertrail", "solarwinds", "component", "sink", "logs"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Prometheus Exporter
description: Output metric events to a [Prometheus exporter](https://prometheus.io/docs/instrumenting/exporters) running on the host
kind: sink
component_kind: sink
layout: component
tags: ["prometheus", "exporter", "component", "sink", "metrics"]
aliases: ["/docs/reference/sinks/prometheus"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Prometheus remote write
description: Deliver metric data to a [Prometheus remote write](https://prometheus.io/docs/practices/remote_write) endpoint
kind: sink
component_kind: sink
layout: component
tags: ["prometheus", "remote write", "component", "sink", "metrics"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Pulsar
description: Publish observability events to [Apache Pulsar](https://pulsar.apache.org) topics
kind: sink
component_kind: sink
layout: component
tags: ["pulsar", "apache", "component", "sink"]
---
Expand Down
Loading

0 comments on commit d2aca62

Please sign in to comment.