You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the module?
integration_aws-rds-common/detectors-rds-common
integration_aws-efs/conf/01-used-space
integration_aws-elasticsearch/detectors-elasticsearch
Describe the bug
Splunk has corrected a typo on their part, Gibibyte were called Gigibyte before, so now Gigibyte does not work
This breaks the detector graphs, nothing else, it's juste a visual glitch
The text was updated successfully, but these errors were encountered:
What is the module?
integration_aws-rds-common/detectors-rds-common
integration_aws-efs/conf/01-used-space
integration_aws-elasticsearch/detectors-elasticsearch
What is the detector?
search : grep -R 'Gigibyte' *
$ grep -R 'Gigibyte' * | grep value_unit modules/integration_aws-rds-common/detectors-rds-common.tf: value_unit = "Gigibyte" modules/integration_aws-efs/detectors-gen.tf: value_unit = "Gigibyte" modules/integration_aws-efs/conf/01-used-space.yaml:value_unit: "Gigibyte" modules/integration_aws-elasticsearch/detectors-elasticsearch.tf: value_unit = "Gigibyte" modules/integration_aws-elasticsearch/detectors-elasticsearch.tf: value_unit = "Gigibyte" scripts/templates/detector.tf.j2: {%- if value_unit in ['Bit', 'Kilobit', 'Megabit', 'Gigabit', 'Terabit', 'Petabit', 'Exabit', 'Zettabit', 'Yottabit', 'Byte', 'Kibibyte','Mebibyte', 'Gigibyte', 'Tebibyte', 'Pebibyte', 'Exbibyte', 'Zebibyte', 'Yobibyte', 'Nanosecond', 'Microsecond', 'Millisecond', 'Second','Minute', 'Hour', 'Day', 'Week'] %}
Describe the bug
Splunk has corrected a typo on their part, Gibibyte were called Gigibyte before, so now Gigibyte does not work
This breaks the detector graphs, nothing else, it's juste a visual glitch
The text was updated successfully, but these errors were encountered: