Skip to content

Commit 9b8a14a

Browse files
Remove component aliases except for mezmo and greptimedb
1 parent 2932e84 commit 9b8a14a

7 files changed

Lines changed: 0 additions & 9 deletions

File tree

website/cue/reference/components/sinks/prometheus_exporter.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ components: sinks: prometheus_exporter: {
44
_port: 9598
55

66
title: "Prometheus Exporter"
7-
alias: "prometheus"
87

98
classes: {
109
delivery: "best_effort"

website/cue/reference/components/sinks/splunk_hec_logs.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package metadata
22

33
components: sinks: splunk_hec_logs: {
44
title: "Splunk HEC logs"
5-
alias: "splunk_hec"
65

76
classes: {
87
delivery: "at_least_once"

website/cue/reference/components/sources/demo_logs.cue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package metadata
33
components: sources: demo_logs: {
44
title: "Demo Logs"
55

6-
alias: "generator"
7-
86
description: """
97
Generates fakes events useful for testing and demoing.
108
"""

website/cue/reference/components/sources/docker_logs.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package metadata
22

33
components: sources: docker_logs: {
44
title: "Docker"
5-
alias: "docker"
65

76
classes: {
87
delivery: "best_effort"

website/cue/reference/components/sources/heroku_logs.cue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ components: sources: heroku_logs: {
99
Receives log data from Heroku log drains via Heroku's logplex system.
1010
"""
1111

12-
alias: "logplex"
13-
1412
classes: {
1513
delivery: "at_least_once"
1614
deployment_roles: ["aggregator"]

website/cue/reference/components/sources/http_server.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ components: sources: http_server: {
44
_port: 80
55

66
title: "HTTP Server"
7-
alias: "http"
87

98
classes: {
109
delivery: "at_least_once"

website/cue/reference/components/sources/prometheus_scrape.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package metadata
22

33
components: sources: prometheus_scrape: {
44
title: "Prometheus Scrape"
5-
alias: "prometheus"
65

76
classes: {
87
delivery: "at_least_once"

0 commit comments

Comments
 (0)