Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change lables and description text #145

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configs/3-1-aws-cw.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"name": "AWS_Logs",
"logo": "https://dytvr9ot2sszz.cloudfront.net/logz-docs/shipper-logos/aws.svg",
"label": "AWS Logs",
"label": "Logs",
"description": "via Cloudwatch",
"hint": "Cloudwatch logs to ship to Logz.io",
"supportedOs": ["AWS_Cloudformation"],
Expand All @@ -20,7 +20,7 @@
"name": "AWS_Logs",
"logo": "https://dytvr9ot2sszz.cloudfront.net/logz-docs/shipper-logos/aws-cloudwatch.png",
"label": "AWS Logs",
"description": "Ship your Cloudwatch logs to Logz.io via Firehose",
"description": "Ship your Cloudwatch logs via Firehose, set up your AWS region and stack, and choose the specific services or log groups from which you wish to collect data.",
"params": [
{
"type": "single-select",
Expand Down
4 changes: 2 additions & 2 deletions configs/3-2-aws-metric-stream.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"name": "AWS_Metrics",
"logo": "https://dytvr9ot2sszz.cloudfront.net/logz-docs/shipper-logos/aws.svg",
"label": "AWS Metrics",
"label": "Metrics",
"description": "via Cloudwatch",
"hint": "AWS metrics to ship to Logz.io",
"supportedOs": ["AWS_Cloudformation"],
Expand All @@ -20,7 +20,7 @@
"name": "AWS_Metrics",
"logo": "https://dytvr9ot2sszz.cloudfront.net/logz-docs/shipper-logos/aws-cloudwatch.png",
"label": "AWS Metrics",
"description": "Ship your AWS metrics to logz.io",
"description": "Ship your metrics via CloudFormation, set up your AWS region and stack, and choose the specific namespace from which you wish to collect data.",
"params": [
{
"type": "single-select",
Expand Down
4 changes: 2 additions & 2 deletions configs/3-3-aws-ec2-linux-system.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"name": "EC2",
"logo": "https://dytvr9ot2sszz.cloudfront.net/logz-docs/shipper-logos/aws.svg",
"label": "EC2 Monitoring",
"label": "EC2",
"description": "Linux Logs & Metrics",
"hint": "EC2 with Linux.",
"supportedOs": ["Linux"],
Expand All @@ -19,7 +19,7 @@
"name": "System",
"logo": "https://dytvr9ot2sszz.cloudfront.net/logz-docs/shipper-logos/local_host.png",
"label": "System",
"description": "Logz.io Uses OpenTelemetry to monitor your EC2.",
"description": "Monitor your EC2 using OpenTemeletry",
"telemetries": [
{
"type": "LOG_ANALYTICS",
Expand Down
2 changes: 1 addition & 1 deletion configs/4-1-gcp-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "GCP_Logs",
"logo": "https://dytvr9ot2sszz.cloudfront.net/logz-docs/shipper-logos/gcp.png",
"label": "GCP Logs",
"label": "Logs",
"description": "Cloud Logging",
"hint": "Logging from GCP services.",
"supportedOs": ["GCP"],
Expand Down
2 changes: 1 addition & 1 deletion configs/4-2-gcp-metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "GCP_Metrics",
"logo": "https://dytvr9ot2sszz.cloudfront.net/logz-docs/shipper-logos/gcp.png",
"label": "GCP Metrics",
"label": "Metrics",
"description": "Cloud Monitoring",
"hint": "Metrics from GCP services.",
"supportedOs": ["GCP"],
Expand Down
Loading