Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore: update generated files #687

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 15, 2024

This is an automatically created PR. Changes were created by running make generate.

--- old_service_types_data.json	2024-12-02 02:57:23.351183073 +0000
+++ new_service_types_data.json	2024-12-02 02:57:24.787178090 +0000
@@ -558,8 +558,7 @@
           "account": {
             "pattern": "^[^\\r\\n]*$",
             "type": "string",
-            "title": "Account name",
-            "description": "Azure account name"
+            "title": "Account name"
           },
           "base_path": {
             "pattern": "^[^\\r\\n]*$",
@@ -621,8 +620,7 @@
           "snapshot_name": {
             "pattern": "^[^\\r\\n]*$",
             "type": "string",
-            "title": "The snapshot name to restore from",
-            "description": "The snapshot name to restore from"
+            "title": "The snapshot name to restore from"
           }
         }
       },
@@ -651,6 +649,18 @@
         "title": "Custom domain",
         "description": "Serve the web frontend using a custom CNAME pointing to the Aiven DNS name"
       },
+      "elasticsearch_version": {
+        "type": [
+          "string",
+          "null"
+        ],
+        "title": "Elasticsearch major version",
+        "enum": [
+          "7",
+          "1",
+          "2"
+        ]
+      },
       "email_sender_name": {
         "example": "alert-sender",
         "maxLength": 40,
@@ -694,8 +704,8 @@
           "bucket": {
             "pattern": "^[^\\r\\n]*$",
             "type": "string",
-            "title": "The path to the repository data within its container",
-            "description": "Google Cloud Storage bucket name"
+            "title": "Google Cloud Storage bucket name",
+            "description": "The path to the repository data within its container"
           },
           "chunk_size": {
             "pattern": "^[^\\r\\n]*$",
@@ -733,8 +743,7 @@
           "snapshot_name": {
             "pattern": "^[^\\r\\n]*$",
             "type": "string",
-            "title": "The snapshot name to restore from",
-            "description": "The snapshot name to restore from"
+            "title": "The snapshot name to restore from"
           }
         }
       },
@@ -1128,8 +1137,7 @@
           "access_key": {
             "pattern": "^[^\\r\\n]*$",
             "type": "string",
-            "title": "AWS Access key",
-            "description": "AWS Access key"
+            "title": "AWS Access key"
           },
           "base_path": {
             "pattern": "^[^\\r\\n]*$",
@@ -1140,8 +1148,7 @@
           "bucket": {
             "pattern": "^[^\\r\\n]*$",
             "type": "string",
-            "title": "S3 bucket name",
-            "description": "S3 bucket name"
+            "title": "S3 bucket name"
           },
           "chunk_size": {
             "pattern": "^[^\\r\\n]*$",
@@ -1174,8 +1181,7 @@
           "region": {
             "pattern": "^[^\\r\\n]*$",
             "type": "string",
-            "title": "S3 region",
-            "description": "S3 region"
+            "title": "S3 region"
           },
           "restore_global_state": {
             "type": "boolean",
@@ -1196,8 +1202,7 @@
           "snapshot_name": {
             "pattern": "^[^\\r\\n]*$",
             "type": "string",
-            "title": "The snapshot name to restore from",
-            "description": "The snapshot name to restore from"
+            "title": "The snapshot name to restore from"
           }
         }
       },
@@ -1441,6 +1446,81 @@
               }
             }
           }
+        }
+      },
+      "search_insights_top_queries": {
+        "type": "object",
+        "title": "",
+        "properties": {
+          "cpu": {
+            "type": "object",
+            "title": "Top N queries monitoring by CPU",
+            "properties": {
+              "enabled": {
+                "default": false,
+                "type": "boolean",
+                "title": "Enable or disable top N query monitoring by the metric",
+                "description": "Enable or disable top N query monitoring by the metric"
+              },
+              "top_n_size": {
+                "minimum": 1,
+                "type": "integer",
+                "title": "Specify the value of N for the top N queries by the metric"
+              },
+              "window_size": {
+                "pattern": "^(\\*?[a-z0-9._-]*\\*?|-\\*?[a-z0-9._-]*\\*?)(,(\\*?[a-z0-9._-]*\\*?|-\\*?[a-z0-9._-]*\\*?))*[,]?$",
+                "type": "string",
+                "title": "The window size of the top N queries by the metric",
+                "description": "Configure the window size of the top N queries"
+              }
+            }
+          },
+          "latency": {
+            "type": "object",
+            "title": "Top N queries monitoring by latency",
+            "properties": {
+              "enabled": {
+                "default": false,
+                "type": "boolean",
+                "title": "Enable or disable top N query monitoring by the metric",
+                "description": "Enable or disable top N query monitoring by the metric"
+              },
+              "top_n_size": {
+                "minimum": 1,
+                "type": "integer",
+                "title": "Specify the value of N for the top N queries by the metric"
+              },
+              "window_size": {
+                "pattern": "^(\\*?[a-z0-9._-]*\\*?|-\\*?[a-z0-9._-]*\\*?)(,(\\*?[a-z0-9._-]*\\*?|-\\*?[a-z0-9._-]*\\*?))*[,]?$",
+                "type": "string",
+                "title": "The window size of the top N queries by the metric",
+                "description": "Configure the window size of the top N queries"
+              }
+            }
+          },
+          "memory": {
+            "type": "object",
+            "title": "Top N queries monitoring by memory",
+            "properties": {
+              "enabled": {
+                "default": false,
+                "type": "boolean",
+                "title": "Enable or disable top N query monitoring by the metric",
+                "description": "Enable or disable top N query monitoring by the metric"
+              },
+              "top_n_size": {
+                "minimum": 1,
+                "type": "integer",
+                "title": "Specify the value of N for the top N queries by the metric"
+              },
+              "window_size": {
+                "pattern": "^(\\*?[a-z0-9._-]*\\*?|-\\*?[a-z0-9._-]*\\*?)(,(\\*?[a-z0-9._-]*\\*?|-\\*?[a-z0-9._-]*\\*?))*[,]?$",
+                "type": "string",
+                "title": "The window size of the top N queries by the metric",
+                "description": "Configure the window size of the top N queries"
+              }
+            }
+          }
         }
       },
       "search_max_buckets": {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant