diff --git a/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl b/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl index 9b62daf82d01..d73ad623a26a 100644 --- a/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl +++ b/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl @@ -11,22 +11,13 @@ outputs: inputs: - type: system/metrics - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Namespace name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes + # For index naming restrictions, see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params data_stream.namespace: default use_output: default streams: - metricset: cpu - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Dataset name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes data_stream.dataset: system.cpu - metricset: memory data_stream.dataset: system.memory diff --git a/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl b/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl index d6e288fc31a1..055f6444f166 100644 --- a/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl +++ b/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl @@ -11,22 +11,13 @@ outputs: inputs: - type: system/metrics - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Namespace name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes + # For index naming restrictions, see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params data_stream.namespace: default use_output: default streams: - metricset: cpu - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Dataset name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes data_stream.dataset: system.cpu - metricset: memory data_stream.dataset: system.memory diff --git a/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl b/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl index e3296aaf0470..1e4c71788473 100644 --- a/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl +++ b/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl @@ -11,22 +11,13 @@ outputs: inputs: - type: system/metrics - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Namespace name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes + # For index naming restrictions, see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params data_stream.namespace: default use_output: default streams: - metricset: cpu - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Dataset name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes data_stream.dataset: system.cpu - metricset: memory data_stream.dataset: system.memory diff --git a/x-pack/elastic-agent/_meta/elastic-agent.yml b/x-pack/elastic-agent/_meta/elastic-agent.yml index eca546cec03c..50d435c4a5cf 100644 --- a/x-pack/elastic-agent/_meta/elastic-agent.yml +++ b/x-pack/elastic-agent/_meta/elastic-agent.yml @@ -11,22 +11,13 @@ outputs: inputs: - type: system/metrics - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Namespace name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes + # For index naming restrictions, see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params data_stream.namespace: default use_output: default streams: - metricset: cpu - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Dataset name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes data_stream.dataset: system.cpu - metricset: memory data_stream.dataset: system.memory diff --git a/x-pack/elastic-agent/elastic-agent.docker.yml b/x-pack/elastic-agent/elastic-agent.docker.yml index 4d70328b59b0..f20bb9a0ad97 100644 --- a/x-pack/elastic-agent/elastic-agent.docker.yml +++ b/x-pack/elastic-agent/elastic-agent.docker.yml @@ -11,22 +11,13 @@ outputs: inputs: - type: system/metrics - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Namespace name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes + # For index naming restrictions, see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params data_stream.namespace: default use_output: default streams: - metricset: cpu - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Dataset name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes data_stream.dataset: system.cpu - metricset: memory data_stream.dataset: system.memory diff --git a/x-pack/elastic-agent/elastic-agent.reference.yml b/x-pack/elastic-agent/elastic-agent.reference.yml index 716755f9214f..28c9dc8b83dd 100644 --- a/x-pack/elastic-agent/elastic-agent.reference.yml +++ b/x-pack/elastic-agent/elastic-agent.reference.yml @@ -17,22 +17,13 @@ outputs: inputs: - type: system/metrics - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Namespace name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes + # For index naming restrictions, see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params data_stream.namespace: default use_output: default streams: - metricset: cpu - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Dataset name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes data_stream.dataset: system.cpu - metricset: memory data_stream.dataset: system.memory diff --git a/x-pack/elastic-agent/elastic-agent.yml b/x-pack/elastic-agent/elastic-agent.yml index 7a9b4959bad2..cd19a339b3c7 100644 --- a/x-pack/elastic-agent/elastic-agent.yml +++ b/x-pack/elastic-agent/elastic-agent.yml @@ -17,22 +17,13 @@ outputs: inputs: - type: system/metrics - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Namespace name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes + # For index naming restrictions, see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params data_stream.namespace: default use_output: default streams: - metricset: cpu - # The only two requirement are that it has only characters allowed in an Elasticsearch index name - # Index names must meet the following criteria: - # Lowercase only - # Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, # - # Cannot start with -, _, + - # Cannot be . or .. + # Dataset name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes data_stream.dataset: system.cpu - metricset: memory data_stream.dataset: system.memory