From ab319814c87fe8d33f21b322e058a4a313bc6830 Mon Sep 17 00:00:00 2001 From: Nicolas Dausque <138658290+nicolas-dsk-claranet@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:39:08 +0100 Subject: [PATCH 1/2] fix #514 - wrong namespace (#515) --- modules/integration_aws-elb/conf/01-latency.yaml | 2 +- modules/integration_aws-elb/detectors-gen.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/integration_aws-elb/conf/01-latency.yaml b/modules/integration_aws-elb/conf/01-latency.yaml index 08feb8ea1..e91072ea3 100644 --- a/modules/integration_aws-elb/conf/01-latency.yaml +++ b/modules/integration_aws-elb/conf/01-latency.yaml @@ -3,7 +3,7 @@ name: backend latency transformation: true aggregation: true -filtering: "filter('namespace', 'AWS/ApplicationELB')" +filtering: "filter('namespace', 'AWS/ELB')" value_unit: "Second" signals: diff --git a/modules/integration_aws-elb/detectors-gen.tf b/modules/integration_aws-elb/detectors-gen.tf index 62e54505d..6ddf4692e 100644 --- a/modules/integration_aws-elb/detectors-gen.tf +++ b/modules/integration_aws-elb/detectors-gen.tf @@ -40,7 +40,7 @@ resource "signalfx_detector" "backend_latency" { } program_text = <<-EOF - base_filtering = filter('namespace', 'AWS/ApplicationELB') + base_filtering = filter('namespace', 'AWS/ELB') signal = data('Latency', filter=base_filtering and filter('stat', 'mean') and (not filter('AvailabilityZone', '*')) and filter('LoadBalancerName', '*') and ${module.filtering.signalflow}, rollup='average', extrapolation='zero')${var.backend_latency_aggregation_function}${var.backend_latency_transformation_function}.publish('signal') detect(when(signal > ${var.backend_latency_threshold_critical}, lasting=%{if var.backend_latency_lasting_duration_critical == null}None%{else}'${var.backend_latency_lasting_duration_critical}'%{endif}, at_least=${var.backend_latency_at_least_percentage_critical})).publish('CRIT') detect(when(signal > ${var.backend_latency_threshold_major}, lasting=%{if var.backend_latency_lasting_duration_major == null}None%{else}'${var.backend_latency_lasting_duration_major}'%{endif}, at_least=${var.backend_latency_at_least_percentage_major}) and (not when(signal > ${var.backend_latency_threshold_critical}, lasting=%{if var.backend_latency_lasting_duration_critical == null}None%{else}'${var.backend_latency_lasting_duration_critical}'%{endif}, at_least=${var.backend_latency_at_least_percentage_critical}))).publish('MAJOR') From 33027d635cb4b12a75589907d0069d522231310f Mon Sep 17 00:00:00 2001 From: nsd <2766897+NSenaud@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:48:54 +0100 Subject: [PATCH 2/2] docs: fix typos and spell checking (#510) * docs: fix typos * docs: check spelling on templates * docs: fix broken links --------- Co-authored-by: Jean-Baptiste Simillon --- .spellcheck.yaml | 3 +- .wordlist.txt | 296 +++++++++--------- docs/development.md | 2 +- modules/cwagent-ec2/README.md | 4 +- .../fame_azure-automation-updates/README.md | 4 +- .../fame_azure-storage-file-backup/README.md | 4 +- modules/fame_azure-update-center/README.md | 4 +- modules/fame_azure-vm-backup/README.md | 4 +- modules/fame_azure-vpn/README.md | 4 +- modules/integration_aws-alb/README.md | 6 +- modules/integration_aws-alb/conf/readme.yaml | 2 +- .../README.md | 4 +- modules/integration_aws-apigateway/README.md | 6 +- .../conf/readme.yaml | 2 +- modules/integration_aws-backup/README.md | 4 +- modules/integration_aws-beanstalk/README.md | 4 +- modules/integration_aws-ecs-cluster/README.md | 6 +- .../conf/readme.yaml | 2 +- modules/integration_aws-ecs-service/README.md | 4 +- modules/integration_aws-efs/README.md | 4 +- .../README.md | 6 +- .../conf/readme.yaml | 2 +- .../README.md | 4 +- .../README.md | 4 +- .../integration_aws-elasticsearch/README.md | 4 +- modules/integration_aws-elb/README.md | 6 +- modules/integration_aws-elb/conf/readme.yaml | 2 +- .../README.md | 4 +- modules/integration_aws-lambda/README.md | 6 +- .../integration_aws-lambda/conf/readme.yaml | 2 +- modules/integration_aws-nlb/README.md | 4 +- .../README.md | 4 +- .../README.md | 4 +- modules/integration_aws-rds-common/README.md | 6 +- .../conf/readme.yaml | 2 +- modules/integration_aws-redshift/README.md | 6 +- .../integration_aws-redshift/conf/readme.yaml | 2 +- modules/integration_aws-s3/README.md | 4 +- modules/integration_aws-sqs/README.md | 4 +- modules/integration_aws-vpn/README.md | 4 +- .../README.md | 4 +- .../README.md | 4 +- .../integration_azure-app-service/README.md | 6 +- .../conf/readme.yaml | 2 +- .../README.md | 4 +- .../integration_azure-azure-search/README.md | 4 +- modules/integration_azure-backup/README.md | 4 +- modules/integration_azure-cdn/README.md | 4 +- .../README.md | 4 +- modules/integration_azure-cosmos-db/README.md | 4 +- .../integration_azure-datafactory/README.md | 4 +- modules/integration_azure-event-hub/README.md | 6 +- .../conf/readme.yaml | 2 +- .../integration_azure-express-route/README.md | 4 +- modules/integration_azure-firewall/README.md | 4 +- .../README.md | 4 +- .../README.md | 4 +- modules/integration_azure-functions/README.md | 4 +- modules/integration_azure-key-vault/README.md | 4 +- .../integration_azure-load-balancer/README.md | 4 +- modules/integration_azure-mariadb/README.md | 4 +- modules/integration_azure-mysql/README.md | 4 +- .../integration_azure-postgresql/README.md | 4 +- modules/integration_azure-redis/README.md | 6 +- .../integration_azure-redis/conf/readme.yaml | 2 +- .../integration_azure-service-bus/README.md | 4 +- .../integration_azure-sql-database/README.md | 6 +- .../conf/readme.yaml | 2 +- .../README.md | 6 +- .../conf/readme.yaml | 2 +- .../README.md | 4 +- .../README.md | 6 +- .../conf/readme.yaml | 2 +- .../README.md | 6 +- .../conf/readme.yaml | 2 +- .../README.md | 4 +- .../README.md | 4 +- .../README.md | 4 +- modules/integration_gcp-bigquery/README.md | 8 +- .../integration_gcp-bigquery/conf/readme.yaml | 2 +- .../README.md | 6 +- .../README.md | 6 +- .../integration_gcp-cloud-sql-mysql/README.md | 6 +- .../integration_gcp-compute-engine/README.md | 8 +- .../conf/readme.yaml | 2 +- .../integration_gcp-load-balancing/README.md | 6 +- .../README.md | 8 +- .../conf/readme.yaml | 2 +- .../README.md | 8 +- .../conf/readme.yaml | 2 +- .../integration_gcp-pubsub-topic/README.md | 8 +- .../conf/readme.yaml | 2 +- modules/integration_newrelic-apm/README.md | 4 +- modules/organization_usage/README.md | 4 +- .../README.md | 4 +- .../README.md | 6 +- .../README.md | 6 +- modules/prometheus-exporter_kong/README.md | 6 +- .../prometheus-exporter_oracledb/README.md | 8 +- .../conf/readme.yaml | 2 +- modules/prometheus-exporter_squid/README.md | 8 +- .../conf/readme.yaml | 2 +- modules/prometheus-exporter_varnish/README.md | 6 +- .../README.md | 8 +- .../conf/readme.yaml | 2 +- modules/smart-agent_apache/README.md | 6 +- modules/smart-agent_apache/conf/readme.yaml | 2 +- .../smart-agent_cassandra-nodetool/README.md | 4 +- modules/smart-agent_cassandra/README.md | 6 +- .../smart-agent_cassandra/conf/readme.yaml | 2 +- modules/smart-agent_couchbase/README.md | 6 +- .../smart-agent_couchbase/conf/readme.yaml | 2 +- modules/smart-agent_dns/README.md | 4 +- modules/smart-agent_docker/README.md | 6 +- modules/smart-agent_docker/conf/readme.yaml | 2 +- modules/smart-agent_elasticsearch/README.md | 6 +- .../conf/readme.yaml | 2 +- modules/smart-agent_genericjmx/README.md | 6 +- .../smart-agent_genericjmx/conf/readme.yaml | 2 +- modules/smart-agent_haproxy/README.md | 4 +- modules/smart-agent_health-checker/README.md | 4 +- modules/smart-agent_http/README.md | 4 +- .../README.md | 4 +- .../smart-agent_kubernetes-common/README.md | 4 +- .../smart-agent_kubernetes-velero/README.md | 4 +- .../smart-agent_kubernetes-volumes/README.md | 4 +- .../README.md | 4 +- modules/smart-agent_mdadm/README.md | 4 +- modules/smart-agent_memcached/README.md | 4 +- modules/smart-agent_mongodb/README.md | 4 +- modules/smart-agent_mysql/README.md | 4 +- .../smart-agent_nagios-status-check/README.md | 4 +- modules/smart-agent_nginx-ingress/README.md | 4 +- modules/smart-agent_nginx/README.md | 4 +- modules/smart-agent_ntp/README.md | 4 +- modules/smart-agent_php-fpm/README.md | 4 +- modules/smart-agent_postgresql/README.md | 4 +- modules/smart-agent_processes/README.md | 4 +- modules/smart-agent_rabbitmq-node/README.md | 4 +- modules/smart-agent_rabbitmq-queue/README.md | 4 +- modules/smart-agent_redis/README.md | 4 +- modules/smart-agent_solr/README.md | 4 +- modules/smart-agent_supervisor/README.md | 4 +- modules/smart-agent_system-common/README.md | 10 +- .../conf/readme.yaml | 4 +- .../smart-agent_systemd-services/README.md | 4 +- modules/smart-agent_systemd-timers/README.md | 4 +- modules/smart-agent_tomcat/README.md | 6 +- modules/smart-agent_tomcat/conf/readme.yaml | 2 +- modules/smart-agent_varnish/README.md | 4 +- modules/smart-agent_zookeeper/README.md | 4 +- scripts/templates/readme.md.j2 | 8 +- 152 files changed, 477 insertions(+), 462 deletions(-) diff --git a/.spellcheck.yaml b/.spellcheck.yaml index 4e38d778a..e4685e273 100644 --- a/.spellcheck.yaml +++ b/.spellcheck.yaml @@ -14,6 +14,7 @@ matrix: sources: - '*.md' - 'docs/**/*.md|!docs/severity.md' - - 'scripts/**/*.md' - 'examples/**/*.md' + - 'scripts/**/*.md' + - 'scripts/**/*.md.j2' default_encoding: utf-8 diff --git a/.wordlist.txt b/.wordlist.txt index 9e5bc2bc8..d3e470daf 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -1,199 +1,213 @@ +AUTH +CRIT +Changelog Claranet -claranet -clara -SignalFx -signalfx -sfx -SFX -Splunk -splunk -Terraform -terraform -HashiCorp -Github -github Datadog -serverless -integrations -MTS -datapoints -datapoint -VM +DocToc +Dockerfile +EOF +EOQ +EOT +Github +HCL +HashiCorp IAAS -MyISAM InnoDB -symlink -deadlinks -specificities -customizable -customizations -TLDR -hcl -png -px -api -auth -eu -HCL -journalctl -sudo -dps -SignalFlow -signalflow +Linux +MAJOR +MINOR +MTS +MacOS +Makefile MyClient +MyISAM MyStack -bool -extraGroups -extraMetrics -datapointsToExclude -middlewares -extraDimensionsFromEndpoint -dimensionTransformations -daemonset -disableHostDimensions -isServerless -webchecks -extraDimensions -hostname -PagerDuty -credentialId -globalDimensions -disableEndpointDimensions -metricNames -discoveryRule -html -https -io -www -tf -doctoc -DocToc -pyspelling -PySpelling -Makefile -Dockerfile -severities -renderer -cli -coalescelist -novalue -timeframe -webcheck -Webcheck -faq -sexualized -socio -dev -env -url -init -readme -readmes -yaml -pre -cpu -backend -homogeneity +NewRelic +Observability +OpenMetrics +OpenTelemetry PR PRs -mergeable -cp -MacOS -macOS -xcode -Linux -linux +PWD +PagerDuty +PySpelling +Roadmap +Runbook +SFX +SignalFlow +SignalFx +Splunk +TEMPLATING +TLDR +TOC +TODO +Templating +Terraform Unix -unix +VM +WARN WSL -Changelog -Roadmap -mutualise -xargs -sed -md -xxx +Webcheck analytics apache +api apigateway apiserver apm +auth aws -cd -fillme +backend balancer bigquery +bool cassandra +cd +ci +clara +claranet +cli +coalescelist +conf +cp +cpu +credentialId +customizable +customizations +daemonset +datapoint +datapoints +datapointsToExclude +deadlinks +detectorName +dev +df +dimensionTransformations +disableEndpointDimensions +disableHostDimensions +discoveryRule +distro dns +doctoc +dps ecs elasticache elasticsearch elb +elif +endfor +endif +env +eu +extraDimensions +extraDimensionsFromEndpoint +extraGroups +extraMetrics failover +faq +fillme firehose +fka +fmt fpm gce gcp genericjmx +github +globalDimensions haproxy +hcl +homogeneity +hostname +html http +https +init +instantiation +integrations +io +isServerless +jinja +journalctl kinesis kong kubernetes +linux +macOS +maxlevel +md memcached +mergeable +metricNames middleware +middlewares mongo mongodb +mutualise +myapp +myenv mysql +mystack nagios newrelic nginx nlb +notEmpty +novalue ntp +otel php +png postgresql +pre +prometheus pubsub +px +pyspelling rabbitmq rds +readableRule +readme +readmes redis +renderer +repo +ruleSeverity +runbookUrl saas scaleset +sed +serverless +severities +sexualized +sfx +signalflow +signalfx +smartagent +socio solr +specificities +splunk sql sqs +subfolders +sudo +superset +symlink +systemctl +templating +terraform +tf +tflint +timeframe +toc +unix +url velero vpn -TOC -toc -jinja -tflint -fmt -templating -TEMPLATING -Templating -otel -conf -maxlevel -ci -df -systemctl -PWD -CRIT -MAJOR -MINOR -WARN -AUTH -EOT -EOF -EOQ -Runbook -detectorName -notEmpty -readableRule -ruleSeverity -runbookUrl -TODO -instantiation -myapp -myenv -mystack +webcheck +webchecks +www +xargs +xcode +xxx +yaml diff --git a/docs/development.md b/docs/development.md index d3510ca58..38056960e 100644 --- a/docs/development.md +++ b/docs/development.md @@ -231,7 +231,7 @@ an example stack and importing all modules. It consists of `make init-stack && t * __compliance__: check and lint the terraform code. It consists of `make module-check` which use [tflint](https://github.com/terraform-linters/tflint/) tool to check common terraform errors that `validate` does not find like [unused -declarations](https://github.com/terraform-linters/tflint/blob/master/docs/rules/terraform_unused_declarations.md). +declarations](https://github.com/terraform-linters/tflint-ruleset-terraform/blob/main/docs/rules/terraform_unused_declarations.md). * __outputs__: regenerates the detectors terraform outputs listing all resources in the modules to ensure outputs are up to date. It consists of `make update-module-outputs`. diff --git a/modules/cwagent-ec2/README.md b/modules/cwagent-ec2/README.md index b5da45692..2024ead66 100644 --- a/modules/cwagent-ec2/README.md +++ b/modules/cwagent-ec2/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/fame_azure-automation-updates/README.md b/modules/fame_azure-automation-updates/README.md index 178252a71..ba4acddfc 100644 --- a/modules/fame_azure-automation-updates/README.md +++ b/modules/fame_azure-automation-updates/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/fame_azure-storage-file-backup/README.md b/modules/fame_azure-storage-file-backup/README.md index b1ea8667d..fada646e2 100644 --- a/modules/fame_azure-storage-file-backup/README.md +++ b/modules/fame_azure-storage-file-backup/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/fame_azure-update-center/README.md b/modules/fame_azure-update-center/README.md index 380a3c1c0..188f10bcf 100644 --- a/modules/fame_azure-update-center/README.md +++ b/modules/fame_azure-update-center/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/fame_azure-vm-backup/README.md b/modules/fame_azure-vm-backup/README.md index 73fede1c4..255237780 100644 --- a/modules/fame_azure-vm-backup/README.md +++ b/modules/fame_azure-vm-backup/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/fame_azure-vpn/README.md b/modules/fame_azure-vpn/README.md index 7c1671533..dfca0d58f 100644 --- a/modules/fame_azure-vpn/README.md +++ b/modules/fame_azure-vpn/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-alb/README.md b/modules/integration_aws-alb/README.md index 2d0567475..ff3d26179 100644 --- a/modules/integration_aws-alb/README.md +++ b/modules/integration_aws-alb/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -117,4 +117,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [CloudWatch metrics](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-cloudwatch-metrics.html) -* [Splunk Observability metadata](https://docs.splunk.com/Observability/infrastructure/monitor/aws-infra-metadata.html#cloudwatch-elb-metadata) +* [Splunk Observability metadata](https://docs.splunk.com/observability/en/infrastructure/monitor/aws-infra-metadata.html#cloudwatch-elb-metadata) diff --git a/modules/integration_aws-alb/conf/readme.yaml b/modules/integration_aws-alb/conf/readme.yaml index d6e051879..c754c0ba2 100644 --- a/modules/integration_aws-alb/conf/readme.yaml +++ b/modules/integration_aws-alb/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: CloudWatch metrics url: 'https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-cloudwatch-metrics.html' - name: Splunk Observability metadata - url: 'https://docs.splunk.com/Observability/infrastructure/monitor/aws-infra-metadata.html#cloudwatch-elb-metadata' + url: 'https://docs.splunk.com/observability/en/infrastructure/monitor/aws-infra-metadata.html#cloudwatch-elb-metadata' diff --git a/modules/integration_aws-amazonmq-rabbitmq/README.md b/modules/integration_aws-amazonmq-rabbitmq/README.md index 7dfddfae9..f4660fa38 100644 --- a/modules/integration_aws-amazonmq-rabbitmq/README.md +++ b/modules/integration_aws-amazonmq-rabbitmq/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-apigateway/README.md b/modules/integration_aws-apigateway/README.md index 21d19d5a5..fd22ea58a 100644 --- a/modules/integration_aws-apigateway/README.md +++ b/modules/integration_aws-apigateway/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -109,4 +109,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [CloudWatch metrics](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-metrics-and-dimensions.html) -* [Splunk Observability metadata](https://docs.splunk.com/Observability/infrastructure/monitor/aws-infra-metadata.html#amazon-api-gateway-metadata) +* [Splunk Observability metadata](https://docs.splunk.com/observability/en/infrastructure/monitor/aws-infra-metadata.html#amazon-api-gateway-metadata) diff --git a/modules/integration_aws-apigateway/conf/readme.yaml b/modules/integration_aws-apigateway/conf/readme.yaml index 3ac308046..4c0c2c672 100644 --- a/modules/integration_aws-apigateway/conf/readme.yaml +++ b/modules/integration_aws-apigateway/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: CloudWatch metrics url: 'https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-metrics-and-dimensions.html' - name: Splunk Observability metadata - url: 'https://docs.splunk.com/Observability/infrastructure/monitor/aws-infra-metadata.html#amazon-api-gateway-metadata' + url: 'https://docs.splunk.com/observability/en/infrastructure/monitor/aws-infra-metadata.html#amazon-api-gateway-metadata' diff --git a/modules/integration_aws-backup/README.md b/modules/integration_aws-backup/README.md index 7e3e67fd7..718fd0c6c 100644 --- a/modules/integration_aws-backup/README.md +++ b/modules/integration_aws-backup/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-beanstalk/README.md b/modules/integration_aws-beanstalk/README.md index a22043fbc..44e674530 100644 --- a/modules/integration_aws-beanstalk/README.md +++ b/modules/integration_aws-beanstalk/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-ecs-cluster/README.md b/modules/integration_aws-ecs-cluster/README.md index 8b464b920..89e43aa23 100644 --- a/modules/integration_aws-ecs-cluster/README.md +++ b/modules/integration_aws-ecs-cluster/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -108,4 +108,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [CloudWatch metrics](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-metrics.html) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/aws/aws-metrics.html#aws-ecs) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/integrations.html#aws-ecs) diff --git a/modules/integration_aws-ecs-cluster/conf/readme.yaml b/modules/integration_aws-ecs-cluster/conf/readme.yaml index 05c25a27b..dafffeef6 100644 --- a/modules/integration_aws-ecs-cluster/conf/readme.yaml +++ b/modules/integration_aws-ecs-cluster/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: CloudWatch metrics url: 'https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-metrics.html' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/aws/aws-metrics.html#aws-ecs' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/integrations.html#aws-ecs' diff --git a/modules/integration_aws-ecs-service/README.md b/modules/integration_aws-ecs-service/README.md index 812c88a42..9378439e2 100644 --- a/modules/integration_aws-ecs-service/README.md +++ b/modules/integration_aws-ecs-service/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-efs/README.md b/modules/integration_aws-efs/README.md index 2acbacd44..91dccd070 100644 --- a/modules/integration_aws-efs/README.md +++ b/modules/integration_aws-efs/README.md @@ -66,14 +66,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-elasticache-common/README.md b/modules/integration_aws-elasticache-common/README.md index 39bb6b70f..cc025514c 100644 --- a/modules/integration_aws-elasticache-common/README.md +++ b/modules/integration_aws-elasticache-common/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -115,4 +115,4 @@ Here is the list of required metrics for detectors in this module. * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [CloudWatch host-level metrics for Memcached](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheMetrics.HostLevel.html) * [Cloudwatch host-level metrics for Redis](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheMetrics.HostLevel.html) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/aws/aws-metrics.html#amazon-elasticache) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/integrations.html#amazon-elasticache) diff --git a/modules/integration_aws-elasticache-common/conf/readme.yaml b/modules/integration_aws-elasticache-common/conf/readme.yaml index bd50c0a90..40d7c057c 100644 --- a/modules/integration_aws-elasticache-common/conf/readme.yaml +++ b/modules/integration_aws-elasticache-common/conf/readme.yaml @@ -4,4 +4,4 @@ documentations: - name: Cloudwatch host-level metrics for Redis url: 'https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheMetrics.HostLevel.html' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/aws/aws-metrics.html#amazon-elasticache' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/integrations.html#amazon-elasticache' diff --git a/modules/integration_aws-elasticache-memcached/README.md b/modules/integration_aws-elasticache-memcached/README.md index 5dcd1e5d2..33a69722a 100644 --- a/modules/integration_aws-elasticache-memcached/README.md +++ b/modules/integration_aws-elasticache-memcached/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-elasticache-redis/README.md b/modules/integration_aws-elasticache-redis/README.md index 05e8b7047..8cf275d5d 100644 --- a/modules/integration_aws-elasticache-redis/README.md +++ b/modules/integration_aws-elasticache-redis/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-elasticsearch/README.md b/modules/integration_aws-elasticsearch/README.md index 86c8aed51..5d3be1dc9 100644 --- a/modules/integration_aws-elasticsearch/README.md +++ b/modules/integration_aws-elasticsearch/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-elb/README.md b/modules/integration_aws-elb/README.md index c07e3007b..0aea9f9b6 100644 --- a/modules/integration_aws-elb/README.md +++ b/modules/integration_aws-elb/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -117,4 +117,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [CloudWatch metrics](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-cloudwatch-metrics.html) -* [Splunk Observability metadata](https://docs.splunk.com/Observability/infrastructure/monitor/aws-infra-metadata.html#cloudwatch-elb-metadata) +* [Splunk Observability metadata](https://docs.splunk.com/observability/en/infrastructure/monitor/aws-infra-metadata.html#cloudwatch-elb-metadata) diff --git a/modules/integration_aws-elb/conf/readme.yaml b/modules/integration_aws-elb/conf/readme.yaml index ad31b57c0..5034a9c57 100644 --- a/modules/integration_aws-elb/conf/readme.yaml +++ b/modules/integration_aws-elb/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: CloudWatch metrics url: 'https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-cloudwatch-metrics.html' - name: Splunk Observability metadata - url: 'https://docs.splunk.com/Observability/infrastructure/monitor/aws-infra-metadata.html#cloudwatch-elb-metadata' + url: 'https://docs.splunk.com/observability/en/infrastructure/monitor/aws-infra-metadata.html#cloudwatch-elb-metadata' diff --git a/modules/integration_aws-kinesis-firehose/README.md b/modules/integration_aws-kinesis-firehose/README.md index 6441b8cac..b0f0e5fc3 100644 --- a/modules/integration_aws-kinesis-firehose/README.md +++ b/modules/integration_aws-kinesis-firehose/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-lambda/README.md b/modules/integration_aws-lambda/README.md index b7c5f0c42..c00ec36f6 100644 --- a/modules/integration_aws-lambda/README.md +++ b/modules/integration_aws-lambda/README.md @@ -59,14 +59,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -129,4 +129,4 @@ if you expect to see enough events on your timeframe) * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [CloudWatch metrics](https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/aws/aws-metrics.html#aws-lambda) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/integrations.html#aws-lambda) diff --git a/modules/integration_aws-lambda/conf/readme.yaml b/modules/integration_aws-lambda/conf/readme.yaml index 31c3b4738..fd90fe7a3 100644 --- a/modules/integration_aws-lambda/conf/readme.yaml +++ b/modules/integration_aws-lambda/conf/readme.yaml @@ -2,7 +2,7 @@ documentations: - name: CloudWatch metrics url: "https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics.html" - name: Splunk Observability metrics - url: "https://docs.splunk.com/Observability/gdi/get-data-in/connect/aws/aws-metrics.html#aws-lambda" + url: "https://docs.splunk.com/observability/en/gdi/get-data-in/integrations.html#aws-lambda" notes: | ### Lambda Metrics Lag diff --git a/modules/integration_aws-nlb/README.md b/modules/integration_aws-nlb/README.md index 591a848f3..3b5afdf93 100644 --- a/modules/integration_aws-nlb/README.md +++ b/modules/integration_aws-nlb/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-rds-aurora-mysql/README.md b/modules/integration_aws-rds-aurora-mysql/README.md index e4774dfb7..e095af7be 100644 --- a/modules/integration_aws-rds-aurora-mysql/README.md +++ b/modules/integration_aws-rds-aurora-mysql/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-rds-aurora-postgresql/README.md b/modules/integration_aws-rds-aurora-postgresql/README.md index 263fc5716..e518cc7ca 100644 --- a/modules/integration_aws-rds-aurora-postgresql/README.md +++ b/modules/integration_aws-rds-aurora-postgresql/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-rds-common/README.md b/modules/integration_aws-rds-common/README.md index 395943d2d..6f06e8cf7 100644 --- a/modules/integration_aws-rds-common/README.md +++ b/modules/integration_aws-rds-common/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -112,4 +112,4 @@ Here is the list of required metrics for detectors in this module. * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [CloudWatch metrics](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-metrics.html) * [CloudWatch guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MonitoringOverview.html) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/aws/aws-metrics.html#amazon-rds) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/integrations.html#amazon-rds) diff --git a/modules/integration_aws-rds-common/conf/readme.yaml b/modules/integration_aws-rds-common/conf/readme.yaml index 750f02bc9..4e2765cea 100644 --- a/modules/integration_aws-rds-common/conf/readme.yaml +++ b/modules/integration_aws-rds-common/conf/readme.yaml @@ -4,4 +4,4 @@ documentations: - name: CloudWatch guide url: 'https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MonitoringOverview.html' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/aws/aws-metrics.html#amazon-rds' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/integrations.html#amazon-rds' diff --git a/modules/integration_aws-redshift/README.md b/modules/integration_aws-redshift/README.md index b36a16eb1..2d4caf0f0 100644 --- a/modules/integration_aws-redshift/README.md +++ b/modules/integration_aws-redshift/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -107,4 +107,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [CloudWatch metrics](https://docs.aws.amazon.com/redshift/latest/mgmt/metrics-listing.html) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/aws/aws-metrics.html#amazon-redshift) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/integrations.html#amazon-redshift) diff --git a/modules/integration_aws-redshift/conf/readme.yaml b/modules/integration_aws-redshift/conf/readme.yaml index 32675d71a..7756171f0 100644 --- a/modules/integration_aws-redshift/conf/readme.yaml +++ b/modules/integration_aws-redshift/conf/readme.yaml @@ -2,6 +2,6 @@ documentations: - name: CloudWatch metrics url: 'https://docs.aws.amazon.com/redshift/latest/mgmt/metrics-listing.html' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/aws/aws-metrics.html#amazon-redshift' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/integrations.html#amazon-redshift' source_doc: diff --git a/modules/integration_aws-s3/README.md b/modules/integration_aws-s3/README.md index 4ea3448eb..bb6bef794 100644 --- a/modules/integration_aws-s3/README.md +++ b/modules/integration_aws-s3/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-sqs/README.md b/modules/integration_aws-sqs/README.md index 0655195b3..b84190b41 100644 --- a/modules/integration_aws-sqs/README.md +++ b/modules/integration_aws-sqs/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_aws-vpn/README.md b/modules/integration_aws-vpn/README.md index 0a149d192..60ac2de91 100644 --- a/modules/integration_aws-vpn/README.md +++ b/modules/integration_aws-vpn/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-api-management-service/README.md b/modules/integration_azure-api-management-service/README.md index 40dfaa819..46ebc12c6 100644 --- a/modules/integration_azure-api-management-service/README.md +++ b/modules/integration_azure-api-management-service/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-app-service-plan/README.md b/modules/integration_azure-app-service-plan/README.md index 9e026c894..c32faf010 100644 --- a/modules/integration_azure-app-service-plan/README.md +++ b/modules/integration_azure-app-service-plan/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-app-service/README.md b/modules/integration_azure-app-service/README.md index f23d08643..4adfc9d39 100644 --- a/modules/integration_azure-app-service/README.md +++ b/modules/integration_azure-app-service/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -114,4 +114,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Azure Monitor metrics](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-metrics) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-app-service-metrics) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-app-service-metrics) diff --git a/modules/integration_azure-app-service/conf/readme.yaml b/modules/integration_azure-app-service/conf/readme.yaml index 07bd2b5cf..af8b358a3 100644 --- a/modules/integration_azure-app-service/conf/readme.yaml +++ b/modules/integration_azure-app-service/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: Azure Monitor metrics url: 'https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-metrics' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-app-service-metrics' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-app-service-metrics' diff --git a/modules/integration_azure-application-gateway/README.md b/modules/integration_azure-application-gateway/README.md index e5d6aae30..44ec89195 100644 --- a/modules/integration_azure-application-gateway/README.md +++ b/modules/integration_azure-application-gateway/README.md @@ -58,14 +58,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-azure-search/README.md b/modules/integration_azure-azure-search/README.md index 49de796d0..06d1f2f6e 100644 --- a/modules/integration_azure-azure-search/README.md +++ b/modules/integration_azure-azure-search/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-backup/README.md b/modules/integration_azure-backup/README.md index 7d7e39b2f..27e0ba712 100644 --- a/modules/integration_azure-backup/README.md +++ b/modules/integration_azure-backup/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-cdn/README.md b/modules/integration_azure-cdn/README.md index cf54cea9d..49de11f83 100644 --- a/modules/integration_azure-cdn/README.md +++ b/modules/integration_azure-cdn/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-container-instance/README.md b/modules/integration_azure-container-instance/README.md index 407fcdcfb..c358e0c1d 100644 --- a/modules/integration_azure-container-instance/README.md +++ b/modules/integration_azure-container-instance/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-cosmos-db/README.md b/modules/integration_azure-cosmos-db/README.md index 2c935e967..53cc2f370 100644 --- a/modules/integration_azure-cosmos-db/README.md +++ b/modules/integration_azure-cosmos-db/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-datafactory/README.md b/modules/integration_azure-datafactory/README.md index 109fcbcbe..66af26a17 100644 --- a/modules/integration_azure-datafactory/README.md +++ b/modules/integration_azure-datafactory/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-event-hub/README.md b/modules/integration_azure-event-hub/README.md index a143b71da..053ccc22f 100644 --- a/modules/integration_azure-event-hub/README.md +++ b/modules/integration_azure-event-hub/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -112,4 +112,4 @@ Basic customer's case seems to report values between 0 and 5% in a nominal situa * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Azure Monitor metrics](https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsofteventhubclusters) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-event-hubs-metrics) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-event-hubs-metrics) diff --git a/modules/integration_azure-event-hub/conf/readme.yaml b/modules/integration_azure-event-hub/conf/readme.yaml index 44e7fe06b..5666eea6d 100644 --- a/modules/integration_azure-event-hub/conf/readme.yaml +++ b/modules/integration_azure-event-hub/conf/readme.yaml @@ -2,7 +2,7 @@ documentations: - name: Azure Monitor metrics url: 'https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsofteventhubclusters' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-event-hubs-metrics' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-event-hubs-metrics' notes: | ### About `throttled_requests` detector diff --git a/modules/integration_azure-express-route/README.md b/modules/integration_azure-express-route/README.md index 036b55b42..d144c2903 100644 --- a/modules/integration_azure-express-route/README.md +++ b/modules/integration_azure-express-route/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-firewall/README.md b/modules/integration_azure-firewall/README.md index e01bc0057..9748ab7be 100644 --- a/modules/integration_azure-firewall/README.md +++ b/modules/integration_azure-firewall/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-flexible-mysql/README.md b/modules/integration_azure-flexible-mysql/README.md index f53db014d..d85c3d754 100644 --- a/modules/integration_azure-flexible-mysql/README.md +++ b/modules/integration_azure-flexible-mysql/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-flexible-postgresql/README.md b/modules/integration_azure-flexible-postgresql/README.md index e0c2412d6..d84366b93 100644 --- a/modules/integration_azure-flexible-postgresql/README.md +++ b/modules/integration_azure-flexible-postgresql/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-functions/README.md b/modules/integration_azure-functions/README.md index 9069c1d3c..d500e5d84 100644 --- a/modules/integration_azure-functions/README.md +++ b/modules/integration_azure-functions/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-key-vault/README.md b/modules/integration_azure-key-vault/README.md index e8d2c0a26..530d02165 100644 --- a/modules/integration_azure-key-vault/README.md +++ b/modules/integration_azure-key-vault/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-load-balancer/README.md b/modules/integration_azure-load-balancer/README.md index c1fdd0559..c4a658d72 100644 --- a/modules/integration_azure-load-balancer/README.md +++ b/modules/integration_azure-load-balancer/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-mariadb/README.md b/modules/integration_azure-mariadb/README.md index baab8dd2f..bbaa93396 100644 --- a/modules/integration_azure-mariadb/README.md +++ b/modules/integration_azure-mariadb/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-mysql/README.md b/modules/integration_azure-mysql/README.md index 380b946ec..8a8f07b86 100644 --- a/modules/integration_azure-mysql/README.md +++ b/modules/integration_azure-mysql/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-postgresql/README.md b/modules/integration_azure-postgresql/README.md index b2c0af823..96d6aaec0 100644 --- a/modules/integration_azure-postgresql/README.md +++ b/modules/integration_azure-postgresql/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-redis/README.md b/modules/integration_azure-redis/README.md index 5aa22073e..cda86e3dd 100644 --- a/modules/integration_azure-redis/README.md +++ b/modules/integration_azure-redis/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -110,4 +110,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Azure Monitor metrics](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-cache-redis-metrics) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-redis-metrics) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-redis-metrics) diff --git a/modules/integration_azure-redis/conf/readme.yaml b/modules/integration_azure-redis/conf/readme.yaml index e403eb843..b4cd09d3e 100644 --- a/modules/integration_azure-redis/conf/readme.yaml +++ b/modules/integration_azure-redis/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: Azure Monitor metrics url: 'https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-cache-redis-metrics' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-redis-metrics' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-redis-metrics' diff --git a/modules/integration_azure-service-bus/README.md b/modules/integration_azure-service-bus/README.md index efede027c..da4ffb268 100644 --- a/modules/integration_azure-service-bus/README.md +++ b/modules/integration_azure-service-bus/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-sql-database/README.md b/modules/integration_azure-sql-database/README.md index 8a555ab68..7b8246164 100644 --- a/modules/integration_azure-sql-database/README.md +++ b/modules/integration_azure-sql-database/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -112,4 +112,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Azure Monitor metrics](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-sql-servers-databases-metrics) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-sql-databases-metrics) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-sql-databases-metrics) diff --git a/modules/integration_azure-sql-database/conf/readme.yaml b/modules/integration_azure-sql-database/conf/readme.yaml index c3bfadce2..2bd1e27c3 100644 --- a/modules/integration_azure-sql-database/conf/readme.yaml +++ b/modules/integration_azure-sql-database/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: Azure Monitor metrics url: 'https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-sql-servers-databases-metrics' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-sql-databases-metrics' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-sql-databases-metrics' diff --git a/modules/integration_azure-sql-elastic-pool/README.md b/modules/integration_azure-sql-elastic-pool/README.md index 93b5fd7e6..a645c5034 100644 --- a/modules/integration_azure-sql-elastic-pool/README.md +++ b/modules/integration_azure-sql-elastic-pool/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -109,4 +109,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Azure Monitor metrics](https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsoftsqlserverselasticpools) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-sql-elastic-pools-metrics) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-sql-elastic-pools-metrics) diff --git a/modules/integration_azure-sql-elastic-pool/conf/readme.yaml b/modules/integration_azure-sql-elastic-pool/conf/readme.yaml index 73e9e206a..5dc789235 100644 --- a/modules/integration_azure-sql-elastic-pool/conf/readme.yaml +++ b/modules/integration_azure-sql-elastic-pool/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: Azure Monitor metrics url: 'https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsoftsqlserverselasticpools' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-sql-elastic-pools-metrics' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-sql-elastic-pools-metrics' diff --git a/modules/integration_azure-storage-account-blob/README.md b/modules/integration_azure-storage-account-blob/README.md index b48831f44..5593f5e1a 100644 --- a/modules/integration_azure-storage-account-blob/README.md +++ b/modules/integration_azure-storage-account-blob/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-storage-account-capacity/README.md b/modules/integration_azure-storage-account-capacity/README.md index 6a4efc683..9423aae6d 100644 --- a/modules/integration_azure-storage-account-capacity/README.md +++ b/modules/integration_azure-storage-account-capacity/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -106,4 +106,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Azure Monitor metrics](https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsoftstoragestorageaccounts) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-storage-metrics) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-storage-metrics) diff --git a/modules/integration_azure-storage-account-capacity/conf/readme.yaml b/modules/integration_azure-storage-account-capacity/conf/readme.yaml index aa165962a..fc49f06ad 100644 --- a/modules/integration_azure-storage-account-capacity/conf/readme.yaml +++ b/modules/integration_azure-storage-account-capacity/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: Azure Monitor metrics url: 'https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsoftstoragestorageaccounts' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-storage-metrics' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-storage-metrics' diff --git a/modules/integration_azure-storage-account/README.md b/modules/integration_azure-storage-account/README.md index 7541d7f48..440ca9eb2 100644 --- a/modules/integration_azure-storage-account/README.md +++ b/modules/integration_azure-storage-account/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -116,5 +116,5 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Azure Monitor metrics](https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsoftstoragestorageaccounts) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-storage-metrics) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-storage-metrics) * [Azure Storage Account limits](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#storage-limits) diff --git a/modules/integration_azure-storage-account/conf/readme.yaml b/modules/integration_azure-storage-account/conf/readme.yaml index cf6902061..2569a40b6 100644 --- a/modules/integration_azure-storage-account/conf/readme.yaml +++ b/modules/integration_azure-storage-account/conf/readme.yaml @@ -2,7 +2,7 @@ documentations: - name: Azure Monitor metrics url: 'https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsoftstoragestorageaccounts' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure-metrics.html#azure-storage-metrics' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure-metrics.html#azure-storage-metrics' - name: Azure Storage Account limits url: 'https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#storage-limits' diff --git a/modules/integration_azure-stream-analytics/README.md b/modules/integration_azure-stream-analytics/README.md index dca31a3de..b4e1d5416 100644 --- a/modules/integration_azure-stream-analytics/README.md +++ b/modules/integration_azure-stream-analytics/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-virtual-machine-scaleset/README.md b/modules/integration_azure-virtual-machine-scaleset/README.md index ce59a0679..c11b00081 100644 --- a/modules/integration_azure-virtual-machine-scaleset/README.md +++ b/modules/integration_azure-virtual-machine-scaleset/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_azure-virtual-machine/README.md b/modules/integration_azure-virtual-machine/README.md index e1cf7044d..60e96d65b 100644 --- a/modules/integration_azure-virtual-machine/README.md +++ b/modules/integration_azure-virtual-machine/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/integration_gcp-bigquery/README.md b/modules/integration_gcp-bigquery/README.md index 481d92127..04b03f341 100644 --- a/modules/integration_gcp-bigquery/README.md +++ b/modules/integration_gcp-bigquery/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -89,7 +89,7 @@ This module creates the following SignalFx detectors which could contain one or ## How to collect required metrics? This module deploys detectors using metrics reported by the -[GCP integration](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html) configurable +[GCP integration](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp-metrics.html) configurable with [this Terraform module](https://github.com/claranet/terraform-signalfx-integrations/tree/master/cloud/gcp). @@ -121,4 +121,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Stackdriver metrics](https://cloud.google.com/monitoring/api/metrics_gcp#gcp-bigquery) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html#google-bigquery-metrics) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp.html#google-bigquery-metrics) diff --git a/modules/integration_gcp-bigquery/conf/readme.yaml b/modules/integration_gcp-bigquery/conf/readme.yaml index 493c5d883..81302773a 100644 --- a/modules/integration_gcp-bigquery/conf/readme.yaml +++ b/modules/integration_gcp-bigquery/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: Stackdriver metrics url: 'https://cloud.google.com/monitoring/api/metrics_gcp#gcp-bigquery' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html#google-bigquery-metrics' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp.html#google-bigquery-metrics' diff --git a/modules/integration_gcp-cloud-sql-common/README.md b/modules/integration_gcp-cloud-sql-common/README.md index 1571890cb..b550d55f8 100644 --- a/modules/integration_gcp-cloud-sql-common/README.md +++ b/modules/integration_gcp-cloud-sql-common/README.md @@ -59,14 +59,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -89,7 +89,7 @@ This module creates the following SignalFx detectors which could contain one or ## How to collect required metrics? This module deploys detectors using metrics reported by the -[GCP integration](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html) configurable +[GCP integration](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp-metrics.html) configurable with [this Terraform module](https://github.com/claranet/terraform-signalfx-integrations/tree/master/cloud/gcp). diff --git a/modules/integration_gcp-cloud-sql-failover/README.md b/modules/integration_gcp-cloud-sql-failover/README.md index 5efd739be..0362d5555 100644 --- a/modules/integration_gcp-cloud-sql-failover/README.md +++ b/modules/integration_gcp-cloud-sql-failover/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -82,7 +82,7 @@ This module creates the following SignalFx detectors which could contain one or ## How to collect required metrics? This module deploys detectors using metrics reported by the -[GCP integration](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html) configurable +[GCP integration](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp-metrics.html) configurable with [this Terraform module](https://github.com/claranet/terraform-signalfx-integrations/tree/master/cloud/gcp). diff --git a/modules/integration_gcp-cloud-sql-mysql/README.md b/modules/integration_gcp-cloud-sql-mysql/README.md index d39cd9564..c6d8f88e7 100644 --- a/modules/integration_gcp-cloud-sql-mysql/README.md +++ b/modules/integration_gcp-cloud-sql-mysql/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -81,7 +81,7 @@ This module creates the following SignalFx detectors which could contain one or ## How to collect required metrics? This module deploys detectors using metrics reported by the -[GCP integration](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html) configurable +[GCP integration](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp-metrics.html) configurable with [this Terraform module](https://github.com/claranet/terraform-signalfx-integrations/tree/master/cloud/gcp). diff --git a/modules/integration_gcp-compute-engine/README.md b/modules/integration_gcp-compute-engine/README.md index 87fd644a4..4751409b8 100644 --- a/modules/integration_gcp-compute-engine/README.md +++ b/modules/integration_gcp-compute-engine/README.md @@ -58,14 +58,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -86,7 +86,7 @@ This module creates the following SignalFx detectors which could contain one or ## How to collect required metrics? This module deploys detectors using metrics reported by the -[GCP integration](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html) configurable +[GCP integration](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp-metrics.html) configurable with [this Terraform module](https://github.com/claranet/terraform-signalfx-integrations/tree/master/cloud/gcp). @@ -152,4 +152,4 @@ Notice these detectors has a `device_name` dimension in addition to `instance_na * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Stackdriver metrics](https://cloud.google.com/monitoring/api/metrics_gcp#gcp-compute) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html#google-compute-engine-metrics) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp.html#google-compute-engine-metrics) diff --git a/modules/integration_gcp-compute-engine/conf/readme.yaml b/modules/integration_gcp-compute-engine/conf/readme.yaml index ebd4be5ef..2b0fa0de1 100644 --- a/modules/integration_gcp-compute-engine/conf/readme.yaml +++ b/modules/integration_gcp-compute-engine/conf/readme.yaml @@ -2,7 +2,7 @@ documentations: - name: Stackdriver metrics url: 'https://cloud.google.com/monitoring/api/metrics_gcp#gcp-compute' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html#google-compute-engine-metrics' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp.html#google-compute-engine-metrics' notes: | ### Metadata configuration for default filtering diff --git a/modules/integration_gcp-load-balancing/README.md b/modules/integration_gcp-load-balancing/README.md index 724ce08f6..121c77e5a 100644 --- a/modules/integration_gcp-load-balancing/README.md +++ b/modules/integration_gcp-load-balancing/README.md @@ -58,14 +58,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -87,7 +87,7 @@ This module creates the following SignalFx detectors which could contain one or ## How to collect required metrics? This module deploys detectors using metrics reported by the -[GCP integration](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html) configurable +[GCP integration](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp-metrics.html) configurable with [this Terraform module](https://github.com/claranet/terraform-signalfx-integrations/tree/master/cloud/gcp). diff --git a/modules/integration_gcp-memorystore-redis/README.md b/modules/integration_gcp-memorystore-redis/README.md index 79536ac89..b4c7c2670 100644 --- a/modules/integration_gcp-memorystore-redis/README.md +++ b/modules/integration_gcp-memorystore-redis/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -84,7 +84,7 @@ This module creates the following SignalFx detectors which could contain one or ## How to collect required metrics? This module deploys detectors using metrics reported by the -[GCP integration](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html) configurable +[GCP integration](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp-metrics.html) configurable with [this Terraform module](https://github.com/claranet/terraform-signalfx-integrations/tree/master/cloud/gcp). @@ -112,4 +112,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Stackdriver metrics for Memorystore for Redis](https://cloud.google.com/monitoring/api/metrics_gcp#gcp-redis) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp.html) diff --git a/modules/integration_gcp-memorystore-redis/conf/readme.yaml b/modules/integration_gcp-memorystore-redis/conf/readme.yaml index 933919754..dd3de80dc 100644 --- a/modules/integration_gcp-memorystore-redis/conf/readme.yaml +++ b/modules/integration_gcp-memorystore-redis/conf/readme.yaml @@ -2,5 +2,5 @@ documentations: - name: Stackdriver metrics for Memorystore for Redis url: https://cloud.google.com/monitoring/api/metrics_gcp#gcp-redis - name: Splunk Observability metrics - url: https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html + url: https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp.html source_doc: diff --git a/modules/integration_gcp-pubsub-subscription/README.md b/modules/integration_gcp-pubsub-subscription/README.md index 661c0c48f..6d0b1be22 100644 --- a/modules/integration_gcp-pubsub-subscription/README.md +++ b/modules/integration_gcp-pubsub-subscription/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -83,7 +83,7 @@ This module creates the following SignalFx detectors which could contain one or ## How to collect required metrics? This module deploys detectors using metrics reported by the -[GCP integration](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html) configurable +[GCP integration](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp-metrics.html) configurable with [this Terraform module](https://github.com/claranet/terraform-signalfx-integrations/tree/master/cloud/gcp). @@ -109,4 +109,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Stackdriver metrics](https://cloud.google.com/monitoring/api/metrics_gcp#gcp-pubsub) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html#google-cloud-pub-sub-metrics) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp.html#google-cloud-pub-sub-metrics) diff --git a/modules/integration_gcp-pubsub-subscription/conf/readme.yaml b/modules/integration_gcp-pubsub-subscription/conf/readme.yaml index 963ce8c84..238a9dca4 100644 --- a/modules/integration_gcp-pubsub-subscription/conf/readme.yaml +++ b/modules/integration_gcp-pubsub-subscription/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: Stackdriver metrics url: 'https://cloud.google.com/monitoring/api/metrics_gcp#gcp-pubsub' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html#google-cloud-pub-sub-metrics' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp.html#google-cloud-pub-sub-metrics' diff --git a/modules/integration_gcp-pubsub-topic/README.md b/modules/integration_gcp-pubsub-topic/README.md index 3b6ba45d8..24a19fd22 100644 --- a/modules/integration_gcp-pubsub-topic/README.md +++ b/modules/integration_gcp-pubsub-topic/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -83,7 +83,7 @@ This module creates the following SignalFx detectors which could contain one or ## How to collect required metrics? This module deploys detectors using metrics reported by the -[GCP integration](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html) configurable +[GCP integration](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp-metrics.html) configurable with [this Terraform module](https://github.com/claranet/terraform-signalfx-integrations/tree/master/cloud/gcp). @@ -107,4 +107,4 @@ Here is the list of required metrics for detectors in this module. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Stackdriver metrics](https://cloud.google.com/monitoring/api/metrics_gcp#gcp-pubsub) -* [Splunk Observability metrics](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html#google-cloud-pub-sub-metrics) +* [Splunk Observability metrics](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp.html#google-cloud-pub-sub-metrics) diff --git a/modules/integration_gcp-pubsub-topic/conf/readme.yaml b/modules/integration_gcp-pubsub-topic/conf/readme.yaml index 963ce8c84..238a9dca4 100644 --- a/modules/integration_gcp-pubsub-topic/conf/readme.yaml +++ b/modules/integration_gcp-pubsub-topic/conf/readme.yaml @@ -2,4 +2,4 @@ documentations: - name: Stackdriver metrics url: 'https://cloud.google.com/monitoring/api/metrics_gcp#gcp-pubsub' - name: Splunk Observability metrics - url: 'https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html#google-cloud-pub-sub-metrics' + url: 'https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp.html#google-cloud-pub-sub-metrics' diff --git a/modules/integration_newrelic-apm/README.md b/modules/integration_newrelic-apm/README.md index d955a2bdb..188ef702a 100644 --- a/modules/integration_newrelic-apm/README.md +++ b/modules/integration_newrelic-apm/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/organization_usage/README.md b/modules/organization_usage/README.md index bbd3d6100..07d0da57f 100644 --- a/modules/organization_usage/README.md +++ b/modules/organization_usage/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/otel-collector_kubernetes-common/README.md b/modules/otel-collector_kubernetes-common/README.md index 3542f76e8..acf1aa590 100644 --- a/modules/otel-collector_kubernetes-common/README.md +++ b/modules/otel-collector_kubernetes-common/README.md @@ -62,14 +62,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/prometheus-exporter_active-directory/README.md b/modules/prometheus-exporter_active-directory/README.md index b74756f37..fe03315e8 100644 --- a/modules/prometheus-exporter_active-directory/README.md +++ b/modules/prometheus-exporter_active-directory/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -89,7 +89,7 @@ exposition format](https://github.com/prometheus/docs/blob/main/content/docs/ins They are generally called `Prometheus Exporters` which can be fetched by both the [SignalFx Smart Agent](https://github.com/signalfx/signalfx-agent) thanks to its [prometheus exporter monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/prometheus-exporter.md) and the [OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) using its [prometheus -receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivates. +receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivatives. These exporters could be embedded directly in the tool you want to monitor (e.g. nginx ingress) or must be installed next to it as a separate program configured to connect, create metrics and expose them as server. diff --git a/modules/prometheus-exporter_docker-state/README.md b/modules/prometheus-exporter_docker-state/README.md index 8c68e67fb..5b99cf4b8 100644 --- a/modules/prometheus-exporter_docker-state/README.md +++ b/modules/prometheus-exporter_docker-state/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -89,7 +89,7 @@ exposition format](https://github.com/prometheus/docs/blob/main/content/docs/ins They are generally called `Prometheus Exporters` which can be fetched by both the [SignalFx Smart Agent](https://github.com/signalfx/signalfx-agent) thanks to its [prometheus exporter monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/prometheus-exporter.md) and the [OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) using its [prometheus -receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivates. +receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivatives. These exporters could be embedded directly in the tool you want to monitor (e.g. nginx ingress) or must be installed next to it as a separate program configured to connect, create metrics and expose them as server. diff --git a/modules/prometheus-exporter_kong/README.md b/modules/prometheus-exporter_kong/README.md index da8265402..0837157d7 100644 --- a/modules/prometheus-exporter_kong/README.md +++ b/modules/prometheus-exporter_kong/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -88,7 +88,7 @@ exposition format](https://github.com/prometheus/docs/blob/main/content/docs/ins They are generally called `Prometheus Exporters` which can be fetched by both the [SignalFx Smart Agent](https://github.com/signalfx/signalfx-agent) thanks to its [prometheus exporter monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/prometheus-exporter.md) and the [OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) using its [prometheus -receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivates. +receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivatives. These exporters could be embedded directly in the tool you want to monitor (e.g. nginx ingress) or must be installed next to it as a separate program configured to connect, create metrics and expose them as server. diff --git a/modules/prometheus-exporter_oracledb/README.md b/modules/prometheus-exporter_oracledb/README.md index 13b85a2fd..2d9197a10 100644 --- a/modules/prometheus-exporter_oracledb/README.md +++ b/modules/prometheus-exporter_oracledb/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -88,7 +88,7 @@ exposition format](https://github.com/prometheus/docs/blob/main/content/docs/ins They are generally called `Prometheus Exporters` which can be fetched by both the [SignalFx Smart Agent](https://github.com/signalfx/signalfx-agent) thanks to its [prometheus exporter monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/prometheus-exporter.md) and the [OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) using its [prometheus -receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivates. +receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivatives. These exporters could be embedded directly in the tool you want to monitor (e.g. nginx ingress) or must be installed next to it as a separate program configured to connect, create metrics and expose them as server. @@ -102,7 +102,7 @@ Check its documentation to install and configure it appropriately with your Orac ### Examples Here is a sample configuration fragment for the [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/) agent using -the [prometheusexec receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusexecreceiver). +the prometheusexec receiver ([deprecated](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24740)). In this example we have an oracle instance which is running in Multitenant mode, means that we have one Container Database and one pluggable database. diff --git a/modules/prometheus-exporter_oracledb/conf/readme.yaml b/modules/prometheus-exporter_oracledb/conf/readme.yaml index 13cba9e20..d7094758a 100644 --- a/modules/prometheus-exporter_oracledb/conf/readme.yaml +++ b/modules/prometheus-exporter_oracledb/conf/readme.yaml @@ -9,7 +9,7 @@ source_doc: | ### Examples Here is a sample configuration fragment for the [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/) agent using - the [prometheusexec receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusexecreceiver). + the prometheusexec receiver ([deprecated](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24740)). In this example we have an oracle instance which is running in Multitenant mode, means that we have one Container Database and one pluggable database. diff --git a/modules/prometheus-exporter_squid/README.md b/modules/prometheus-exporter_squid/README.md index 6049b8380..0d4bddf66 100644 --- a/modules/prometheus-exporter_squid/README.md +++ b/modules/prometheus-exporter_squid/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -90,7 +90,7 @@ exposition format](https://github.com/prometheus/docs/blob/main/content/docs/ins They are generally called `Prometheus Exporters` which can be fetched by both the [SignalFx Smart Agent](https://github.com/signalfx/signalfx-agent) thanks to its [prometheus exporter monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/prometheus-exporter.md) and the [OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) using its [prometheus -receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivates. +receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivatives. These exporters could be embedded directly in the tool you want to monitor (e.g. nginx ingress) or must be installed next to it as a separate program configured to connect, create metrics and expose them as server. @@ -104,7 +104,7 @@ Check its documentation to install and configure it appropriately with your Squi ### Examples Here is a sample configuration fragment for the [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/) agent using -the [prometheusexec receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusexecreceiver). +the prometheusexec receiver ([deprecated](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24740)). ```yaml receivers: diff --git a/modules/prometheus-exporter_squid/conf/readme.yaml b/modules/prometheus-exporter_squid/conf/readme.yaml index f56f7c040..a31a44801 100644 --- a/modules/prometheus-exporter_squid/conf/readme.yaml +++ b/modules/prometheus-exporter_squid/conf/readme.yaml @@ -11,7 +11,7 @@ source_doc: | ### Examples Here is a sample configuration fragment for the [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/) agent using - the [prometheusexec receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusexecreceiver). + the prometheusexec receiver ([deprecated](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24740)). ```yaml receivers: diff --git a/modules/prometheus-exporter_varnish/README.md b/modules/prometheus-exporter_varnish/README.md index 55b58a95f..c014329a2 100644 --- a/modules/prometheus-exporter_varnish/README.md +++ b/modules/prometheus-exporter_varnish/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -92,7 +92,7 @@ exposition format](https://github.com/prometheus/docs/blob/main/content/docs/ins They are generally called `Prometheus Exporters` which can be fetched by both the [SignalFx Smart Agent](https://github.com/signalfx/signalfx-agent) thanks to its [prometheus exporter monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/prometheus-exporter.md) and the [OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) using its [prometheus -receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivates. +receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivatives. These exporters could be embedded directly in the tool you want to monitor (e.g. nginx ingress) or must be installed next to it as a separate program configured to connect, create metrics and expose them as server. diff --git a/modules/prometheus-exporter_wallix-bastion/README.md b/modules/prometheus-exporter_wallix-bastion/README.md index cc4ff442a..a7c90aaf9 100644 --- a/modules/prometheus-exporter_wallix-bastion/README.md +++ b/modules/prometheus-exporter_wallix-bastion/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -91,7 +91,7 @@ exposition format](https://github.com/prometheus/docs/blob/main/content/docs/ins They are generally called `Prometheus Exporters` which can be fetched by both the [SignalFx Smart Agent](https://github.com/signalfx/signalfx-agent) thanks to its [prometheus exporter monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/prometheus-exporter.md) and the [OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) using its [prometheus -receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivates. +receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivatives. These exporters could be embedded directly in the tool you want to monitor (e.g. nginx ingress) or must be installed next to it as a separate program configured to connect, create metrics and expose them as server. @@ -105,7 +105,7 @@ Check its documentation to install and configure it appropriately with your Wall ### Examples Here is a sample configuration fragment for the [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/) agent using -the [prometheusexec receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusexecreceiver). +the prometheusexec receiver ([deprecated](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24740)). ```yaml receivers: diff --git a/modules/prometheus-exporter_wallix-bastion/conf/readme.yaml b/modules/prometheus-exporter_wallix-bastion/conf/readme.yaml index 8d7b9a255..b5e001831 100644 --- a/modules/prometheus-exporter_wallix-bastion/conf/readme.yaml +++ b/modules/prometheus-exporter_wallix-bastion/conf/readme.yaml @@ -11,7 +11,7 @@ source_doc: | ### Examples Here is a sample configuration fragment for the [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/) agent using - the [prometheusexec receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusexecreceiver). + the prometheusexec receiver ([deprecated](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/24740)). ```yaml receivers: diff --git a/modules/smart-agent_apache/README.md b/modules/smart-agent_apache/README.md index 5b061f188..82ad86cfc 100644 --- a/modules/smart-agent_apache/README.md +++ b/modules/smart-agent_apache/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -130,6 +130,6 @@ parameter to the corresponding monitor configuration: * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Smart Agent monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-apache.md) -* [Splunk Observability integration](https://docs.splunk.com/Observability/gdi/apache/apache.html) +* [Splunk Observability integration](https://docs.splunk.com/observability/en/gdi/monitors-hosts/apache-httpserver.html) * [Collectd plugin](https://collectd.org/wiki/index.php/Plugin:Apache) * [Apache status module](http://httpd.apache.org/docs/2.4/mod/mod_status.html) diff --git a/modules/smart-agent_apache/conf/readme.yaml b/modules/smart-agent_apache/conf/readme.yaml index 4178c6074..c98ec739d 100644 --- a/modules/smart-agent_apache/conf/readme.yaml +++ b/modules/smart-agent_apache/conf/readme.yaml @@ -2,7 +2,7 @@ documentations: - name: Smart Agent monitor url: 'https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-apache.md' - name: Splunk Observability integration - url: 'https://docs.splunk.com/Observability/gdi/apache/apache.html' + url: 'https://docs.splunk.com/observability/en/gdi/monitors-hosts/apache-httpserver.html' - name: Collectd plugin url: 'https://collectd.org/wiki/index.php/Plugin:Apache' - name: Apache status module diff --git a/modules/smart-agent_cassandra-nodetool/README.md b/modules/smart-agent_cassandra-nodetool/README.md index 80c2ea6ad..3da84ed99 100644 --- a/modules/smart-agent_cassandra-nodetool/README.md +++ b/modules/smart-agent_cassandra-nodetool/README.md @@ -58,14 +58,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_cassandra/README.md b/modules/smart-agent_cassandra/README.md index e4e70b020..de074e5d9 100644 --- a/modules/smart-agent_cassandra/README.md +++ b/modules/smart-agent_cassandra/README.md @@ -59,14 +59,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -189,5 +189,5 @@ You can use `genericjmx` module as complement to this one to monitor generic JMX * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Smart Agent monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-cassandra.md) -* [Splunk Observability integration](https://docs.splunk.com/Observability/gdi/cassandra/cassandra.html) +* [Splunk Observability integration](https://docs.splunk.com/observability/en/gdi/monitors-databases/cassandra.html) * [Collectd plugin](https://collectd.org/wiki/index.php/Plugin:GenericJMX) diff --git a/modules/smart-agent_cassandra/conf/readme.yaml b/modules/smart-agent_cassandra/conf/readme.yaml index ebb344f35..61d5486a3 100644 --- a/modules/smart-agent_cassandra/conf/readme.yaml +++ b/modules/smart-agent_cassandra/conf/readme.yaml @@ -2,7 +2,7 @@ documentations: - name: Smart Agent monitor url: 'https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-cassandra.md' - name: Splunk Observability integration - url: 'https://docs.splunk.com/Observability/gdi/cassandra/cassandra.html' + url: 'https://docs.splunk.com/observability/en/gdi/monitors-databases/cassandra.html' - name: Collectd plugin url: 'https://collectd.org/wiki/index.php/Plugin:GenericJMX' diff --git a/modules/smart-agent_couchbase/README.md b/modules/smart-agent_couchbase/README.md index c7fb24091..44e30c0b7 100644 --- a/modules/smart-agent_couchbase/README.md +++ b/modules/smart-agent_couchbase/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -158,5 +158,5 @@ parameter to the corresponding monitor configuration: * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Smart Agent monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-couchbase.md) -* [Splunk Observability integration](https://docs.splunk.com/Observability/gdi/couchbase/couchbase.html) +* [Splunk Observability integration](https://docs.splunk.com/observability/en/gdi/monitors-hosts/couchbase.html) * [Collectd Script](https://github.com/signalfx/collectd-couchbase) diff --git a/modules/smart-agent_couchbase/conf/readme.yaml b/modules/smart-agent_couchbase/conf/readme.yaml index 1f71c11e4..2550b6f35 100644 --- a/modules/smart-agent_couchbase/conf/readme.yaml +++ b/modules/smart-agent_couchbase/conf/readme.yaml @@ -2,7 +2,7 @@ documentations: - name: Smart Agent monitor url: 'https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-couchbase.md' - name: Splunk Observability integration - url: 'https://docs.splunk.com/Observability/gdi/couchbase/couchbase.html' + url: 'https://docs.splunk.com/observability/en/gdi/monitors-hosts/couchbase.html' - name: Collectd Script url: 'https://github.com/signalfx/collectd-couchbase' diff --git a/modules/smart-agent_dns/README.md b/modules/smart-agent_dns/README.md index 6e87a5691..e7c74f51e 100644 --- a/modules/smart-agent_dns/README.md +++ b/modules/smart-agent_dns/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_docker/README.md b/modules/smart-agent_docker/README.md index 1958940a2..35c8c5a3e 100644 --- a/modules/smart-agent_docker/README.md +++ b/modules/smart-agent_docker/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -147,4 +147,4 @@ lead to duplicated detectors and alerts. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Smart Agent monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/docker-container-stats.md) -* [Splunk Observability integration](https://docs.splunk.com/Observability/gdi/docker/docker.html) +* [Splunk Observability integration](https://docs.splunk.com/observability/en/gdi/monitors-hosts/docker.html) diff --git a/modules/smart-agent_docker/conf/readme.yaml b/modules/smart-agent_docker/conf/readme.yaml index b7593c2c3..5dfb2d60c 100644 --- a/modules/smart-agent_docker/conf/readme.yaml +++ b/modules/smart-agent_docker/conf/readme.yaml @@ -2,7 +2,7 @@ documentations: - name: Smart Agent monitor url: 'https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/docker-container-stats.md' - name: Splunk Observability integration - url: 'https://docs.splunk.com/Observability/gdi/docker/docker.html' + url: 'https://docs.splunk.com/observability/en/gdi/monitors-hosts/docker.html' source_doc: | It requires to enable the following `extraMetrics`: diff --git a/modules/smart-agent_elasticsearch/README.md b/modules/smart-agent_elasticsearch/README.md index 7df2d17b5..89fe7ef26 100644 --- a/modules/smart-agent_elasticsearch/README.md +++ b/modules/smart-agent_elasticsearch/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -255,4 +255,4 @@ parameter to the corresponding monitor configuration: * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Smart Agent monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/elasticsearch.md) -* [Splunk Observability integration](https://docs.splunk.com/Observability/gdi/elasticsearch/elasticsearch.html) +* [Splunk Observability integration](https://docs.splunk.com/observability/en/gdi/monitors-hosts/elasticsearch.html) diff --git a/modules/smart-agent_elasticsearch/conf/readme.yaml b/modules/smart-agent_elasticsearch/conf/readme.yaml index 90daecd2a..4985558ff 100644 --- a/modules/smart-agent_elasticsearch/conf/readme.yaml +++ b/modules/smart-agent_elasticsearch/conf/readme.yaml @@ -2,7 +2,7 @@ documentations: - name: Smart Agent monitor url: 'https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/elasticsearch.md' - name: Splunk Observability integration - url: 'https://docs.splunk.com/Observability/gdi/elasticsearch/elasticsearch.html' + url: 'https://docs.splunk.com/observability/en/gdi/monitors-hosts/elasticsearch.html' source_doc: | ### Monitors diff --git a/modules/smart-agent_genericjmx/README.md b/modules/smart-agent_genericjmx/README.md index 2d253d0cc..42522f6a3 100644 --- a/modules/smart-agent_genericjmx/README.md +++ b/modules/smart-agent_genericjmx/README.md @@ -59,14 +59,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -165,5 +165,5 @@ configuration for metrology or troubleshooting purposes. * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Smart Agent monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-genericjmx.md) -* [Splunk Observability integration](https://docs.splunk.com/Observability/gdi/genericjmx/genericjmx.html) +* [Splunk Observability integration](https://docs.splunk.com/observability/en/gdi/monitors-languages/genericjmx.html) * [Collectd plugin](https://collectd.org/wiki/index.php/Plugin:GenericJMX) diff --git a/modules/smart-agent_genericjmx/conf/readme.yaml b/modules/smart-agent_genericjmx/conf/readme.yaml index dffc2ac85..75d8a72e3 100644 --- a/modules/smart-agent_genericjmx/conf/readme.yaml +++ b/modules/smart-agent_genericjmx/conf/readme.yaml @@ -2,7 +2,7 @@ documentations: - name: Smart Agent monitor url: 'https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-genericjmx.md' - name: Splunk Observability integration - url: 'https://docs.splunk.com/Observability/gdi/genericjmx/genericjmx.html' + url: 'https://docs.splunk.com/observability/en/gdi/monitors-languages/genericjmx.html' - name: Collectd plugin url: 'https://collectd.org/wiki/index.php/Plugin:GenericJMX' diff --git a/modules/smart-agent_haproxy/README.md b/modules/smart-agent_haproxy/README.md index 4392affc7..49e56ac04 100644 --- a/modules/smart-agent_haproxy/README.md +++ b/modules/smart-agent_haproxy/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_health-checker/README.md b/modules/smart-agent_health-checker/README.md index 9fb4cf810..ae9ca3e77 100644 --- a/modules/smart-agent_health-checker/README.md +++ b/modules/smart-agent_health-checker/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_http/README.md b/modules/smart-agent_http/README.md index 821af67bf..cc50e1477 100644 --- a/modules/smart-agent_http/README.md +++ b/modules/smart-agent_http/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_kubernetes-apiserver/README.md b/modules/smart-agent_kubernetes-apiserver/README.md index fc2cdbec8..6c046b787 100644 --- a/modules/smart-agent_kubernetes-apiserver/README.md +++ b/modules/smart-agent_kubernetes-apiserver/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_kubernetes-common/README.md b/modules/smart-agent_kubernetes-common/README.md index 49546edc6..d0dc75989 100644 --- a/modules/smart-agent_kubernetes-common/README.md +++ b/modules/smart-agent_kubernetes-common/README.md @@ -62,14 +62,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_kubernetes-velero/README.md b/modules/smart-agent_kubernetes-velero/README.md index 53d69d88d..d701bb214 100644 --- a/modules/smart-agent_kubernetes-velero/README.md +++ b/modules/smart-agent_kubernetes-velero/README.md @@ -59,14 +59,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_kubernetes-volumes/README.md b/modules/smart-agent_kubernetes-volumes/README.md index dc16dc35c..9f015c739 100644 --- a/modules/smart-agent_kubernetes-volumes/README.md +++ b/modules/smart-agent_kubernetes-volumes/README.md @@ -58,14 +58,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_kubernetes-workloads-count/README.md b/modules/smart-agent_kubernetes-workloads-count/README.md index cae82d1c9..2b82466df 100644 --- a/modules/smart-agent_kubernetes-workloads-count/README.md +++ b/modules/smart-agent_kubernetes-workloads-count/README.md @@ -59,14 +59,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_mdadm/README.md b/modules/smart-agent_mdadm/README.md index 5ceca01dd..84f1d0ee0 100644 --- a/modules/smart-agent_mdadm/README.md +++ b/modules/smart-agent_mdadm/README.md @@ -60,14 +60,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_memcached/README.md b/modules/smart-agent_memcached/README.md index db15fc98e..f40f20169 100644 --- a/modules/smart-agent_memcached/README.md +++ b/modules/smart-agent_memcached/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_mongodb/README.md b/modules/smart-agent_mongodb/README.md index 17b812cc0..bce984121 100644 --- a/modules/smart-agent_mongodb/README.md +++ b/modules/smart-agent_mongodb/README.md @@ -58,14 +58,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_mysql/README.md b/modules/smart-agent_mysql/README.md index 38649f345..83109bdd0 100644 --- a/modules/smart-agent_mysql/README.md +++ b/modules/smart-agent_mysql/README.md @@ -59,14 +59,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_nagios-status-check/README.md b/modules/smart-agent_nagios-status-check/README.md index 7f967593d..cf3bc774a 100644 --- a/modules/smart-agent_nagios-status-check/README.md +++ b/modules/smart-agent_nagios-status-check/README.md @@ -58,14 +58,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_nginx-ingress/README.md b/modules/smart-agent_nginx-ingress/README.md index 81995634e..efcaf5eed 100644 --- a/modules/smart-agent_nginx-ingress/README.md +++ b/modules/smart-agent_nginx-ingress/README.md @@ -59,14 +59,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_nginx/README.md b/modules/smart-agent_nginx/README.md index c8b157aa3..71c5a67e7 100644 --- a/modules/smart-agent_nginx/README.md +++ b/modules/smart-agent_nginx/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_ntp/README.md b/modules/smart-agent_ntp/README.md index 6f6ec47f6..3deaf7d56 100644 --- a/modules/smart-agent_ntp/README.md +++ b/modules/smart-agent_ntp/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_php-fpm/README.md b/modules/smart-agent_php-fpm/README.md index 2c433d213..3fed5d58a 100644 --- a/modules/smart-agent_php-fpm/README.md +++ b/modules/smart-agent_php-fpm/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_postgresql/README.md b/modules/smart-agent_postgresql/README.md index 14762e229..f744c0af3 100644 --- a/modules/smart-agent_postgresql/README.md +++ b/modules/smart-agent_postgresql/README.md @@ -59,14 +59,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_processes/README.md b/modules/smart-agent_processes/README.md index b4ac772a0..c9df43820 100644 --- a/modules/smart-agent_processes/README.md +++ b/modules/smart-agent_processes/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_rabbitmq-node/README.md b/modules/smart-agent_rabbitmq-node/README.md index 540552d7d..e63605b8a 100644 --- a/modules/smart-agent_rabbitmq-node/README.md +++ b/modules/smart-agent_rabbitmq-node/README.md @@ -58,14 +58,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_rabbitmq-queue/README.md b/modules/smart-agent_rabbitmq-queue/README.md index 97e28b62d..5ea04a137 100644 --- a/modules/smart-agent_rabbitmq-queue/README.md +++ b/modules/smart-agent_rabbitmq-queue/README.md @@ -58,14 +58,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_redis/README.md b/modules/smart-agent_redis/README.md index 4f4ba0f86..333ada608 100644 --- a/modules/smart-agent_redis/README.md +++ b/modules/smart-agent_redis/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_solr/README.md b/modules/smart-agent_solr/README.md index 4496d6a0a..5c5d3d882 100644 --- a/modules/smart-agent_solr/README.md +++ b/modules/smart-agent_solr/README.md @@ -55,14 +55,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_supervisor/README.md b/modules/smart-agent_supervisor/README.md index 16cc332e0..dc4a5f9bf 100644 --- a/modules/smart-agent_supervisor/README.md +++ b/modules/smart-agent_supervisor/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_system-common/README.md b/modules/smart-agent_system-common/README.md index 5d7e79f7d..47869f774 100644 --- a/modules/smart-agent_system-common/README.md +++ b/modules/smart-agent_system-common/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf) and [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -152,9 +152,9 @@ parameter to the corresponding monitor configuration: - '!load.midterm' - '!memory.utilization' - '!percent_inodes.used' + - '!system.filesystem.inodes.usage' - '!vmpage_io.swap.in' - '!vmpage_io.swap.out' - - '!system.filesystem.inodes.usage' ``` @@ -171,5 +171,5 @@ parameter to the corresponding monitor configuration: * [Smart Agent monitor filesystems](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/filesystems.md) * [Smart Agent monitor memory](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/memory.md) * [Smart Agent monitor vmem](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/vmem.md) -* [Splunk Observability integration cpu](https://docs.splunk.com/Observability/gdi/cpu/cpu.html) -* [Splunk Observability integration load](https://docs.splunk.com/Observability/gdi/load/load.html) +* [Splunk Observability integration cpu](https://docs.splunk.com/observability/en/gdi/monitors-hosts/cpu.html) +* [Splunk Observability integration load](https://docs.splunk.com/observability/en/gdi/monitors-hosts/host-processload.html) diff --git a/modules/smart-agent_system-common/conf/readme.yaml b/modules/smart-agent_system-common/conf/readme.yaml index 11ffc7a77..09bbe92e7 100644 --- a/modules/smart-agent_system-common/conf/readme.yaml +++ b/modules/smart-agent_system-common/conf/readme.yaml @@ -12,9 +12,9 @@ documentations: - name: Smart Agent monitor vmem url: 'https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/vmem.md' - name: Splunk Observability integration cpu - url: 'https://docs.splunk.com/Observability/gdi/cpu/cpu.html' + url: 'https://docs.splunk.com/observability/en/gdi/monitors-hosts/cpu.html' - name: Splunk Observability integration load - url: 'https://docs.splunk.com/Observability/gdi/load/load.html' + url: 'https://docs.splunk.com/observability/en/gdi/monitors-hosts/host-processload.html' source_doc: | ### Monitors diff --git a/modules/smart-agent_systemd-services/README.md b/modules/smart-agent_systemd-services/README.md index d4e1ecf99..d36049864 100644 --- a/modules/smart-agent_systemd-services/README.md +++ b/modules/smart-agent_systemd-services/README.md @@ -56,14 +56,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_systemd-timers/README.md b/modules/smart-agent_systemd-timers/README.md index 5c830e416..5a5f4589c 100644 --- a/modules/smart-agent_systemd-timers/README.md +++ b/modules/smart-agent_systemd-timers/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables-gen.tf](variables-gen.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_tomcat/README.md b/modules/smart-agent_tomcat/README.md index ac6d1e646..fafec4042 100644 --- a/modules/smart-agent_tomcat/README.md +++ b/modules/smart-agent_tomcat/README.md @@ -59,14 +59,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -163,5 +163,5 @@ You can use `genericjmx` module as complement to this one to monitor generic JMX * [Terraform SignalFx detector](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs/resources/detector) * [Splunk Observability integrations](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html) * [Smart Agent monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-tomcat.md) -* [Splunk Observability integration](https://docs.splunk.com/Observability/gdi/tomcat/tomcat.html) +* [Splunk Observability integration](https://docs.splunk.com/observability/en/gdi/monitors-hosts/apache-tomcat.html) * [Collectd plugin](https://collectd.org/wiki/index.php/Plugin:GenericJMX) diff --git a/modules/smart-agent_tomcat/conf/readme.yaml b/modules/smart-agent_tomcat/conf/readme.yaml index 1b3a5d49f..2fc506e5e 100644 --- a/modules/smart-agent_tomcat/conf/readme.yaml +++ b/modules/smart-agent_tomcat/conf/readme.yaml @@ -2,7 +2,7 @@ documentations: - name: Smart Agent monitor url: 'https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-tomcat.md' - name: Splunk Observability integration - url: 'https://docs.splunk.com/Observability/gdi/tomcat/tomcat.html' + url: 'https://docs.splunk.com/observability/en/gdi/monitors-hosts/apache-tomcat.html' - name: Collectd plugin url: 'https://collectd.org/wiki/index.php/Plugin:GenericJMX' diff --git a/modules/smart-agent_varnish/README.md b/modules/smart-agent_varnish/README.md index dce1f9be5..1bba96e93 100644 --- a/modules/smart-agent_varnish/README.md +++ b/modules/smart-agent_varnish/README.md @@ -58,14 +58,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/modules/smart-agent_zookeeper/README.md b/modules/smart-agent_zookeeper/README.md index aec675d9b..b4e0cbe78 100644 --- a/modules/smart-agent_zookeeper/README.md +++ b/modules/smart-agent_zookeeper/README.md @@ -57,14 +57,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in [variables.tf](variables.tf). In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. diff --git a/scripts/templates/readme.md.j2 b/scripts/templates/readme.md.j2 index 62615c73e..7a2d0f1a5 100644 --- a/scripts/templates/readme.md.j2 +++ b/scripts/templates/readme.md.j2 @@ -44,14 +44,14 @@ Note the following parameters: Check the [notification binding](https://github.com/claranet/terraform-signalfx-detectors/wiki/Notifications-binding) documentation to understand the recommended role of each severity. -These 3 parameters alongs with all variables defined in [common-variables.tf](common-variables.tf) are common to all +These 3 parameters along with all variables defined in [common-variables.tf](common-variables.tf) are common to all [modules](../) in this repository. Other variables, specific to this module, are available in {% for var_file in var_files %}{% if var_files|length > 1 and not loop.first %} and {% endif %}[{{ var_file }}]({{ var_file }}){% endfor %}. In general, the default configuration "works" but all of these Terraform [variables](https://www.terraform.io/language/values/variables) make it possible to customize the detectors behavior to better fit your needs. -Most of them represent usual tips and rules detailled in the +Most of them represent usual tips and rules detailed in the [guidance](https://github.com/claranet/terraform-signalfx-detectors/wiki/Guidance) documentation and listed in the common [variables](https://github.com/claranet/terraform-signalfx-detectors/wiki/Variables) dedicated documentation. @@ -108,7 +108,7 @@ exposition format](https://github.com/prometheus/docs/blob/main/content/docs/ins They are generally called `Prometheus Exporters` which can be fetched by both the [SignalFx Smart Agent](https://github.com/signalfx/signalfx-agent) thanks to its [prometheus exporter monitor](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/prometheus-exporter.md) and the [OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) using its [prometheus -receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivates. +receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver) or its derivatives. These exporters could be embedded directly in the tool you want to monitor (e.g. nginx ingress) or must be installed next to it as a separate program configured to connect, create metrics and expose them as server. @@ -124,7 +124,7 @@ with [this Terraform module](https://github.com/claranet/terraform-signalfx-inte [Azure integration](https://docs.splunk.com/Observability/gdi/get-data-in/connect/azure/azure.html) configurable with [this Terraform module](https://github.com/claranet/terraform-signalfx-integrations/tree/master/cloud/azure). {% elif source_type == 'integration_gcp' -%} -[GCP integration](https://docs.splunk.com/Observability/gdi/get-data-in/connect/gcp.html) configurable +[GCP integration](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/gcp/gcp-metrics.html) configurable with [this Terraform module](https://github.com/claranet/terraform-signalfx-integrations/tree/master/cloud/gcp). {% elif source_type == 'integration_newrelic' -%} [NewRelic integration](https://github.com/signalfx/integrations/blob/master/newrelic/README.md).