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 #626

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 Aug 21, 2024

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

--- old_service_types_data.json	2024-09-21 02:47:31.309589001 +0000
+++ new_service_types_data.json	2024-09-21 02:47:32.487588097 +0000
@@ -577,6 +577,12 @@
             "title": "Endpoint suffix",
             "description": "Defines the DNS suffix for Azure Storage endpoints."
           },
+          "indices": {
+            "pattern": "^([a-z0-9._-]+\\*?)(,[a-z0-9._-]+\\*?)*$",
+            "type": "string",
+            "title": "Indices to restore",
+            "description": "A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify."
+          },
           "key": {
             "pattern": "^[^\\r\\n]*$",
             "type": "string",
@@ -610,7 +616,7 @@
         "minimum": 2,
         "type": "integer",
         "title": "Concurrent incoming/outgoing shard recoveries per node",
-        "description": "How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2."
+        "description": "How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to node cpu count * 2."
       },
       "custom_domain": {
         "example": "grafana.example.org",
@@ -684,6 +690,12 @@
             "title": "Credentials",
             "description": "Google Cloud Storage credentials file content"
           },
+          "indices": {
+            "pattern": "^([a-z0-9._-]+\\*?)(,[a-z0-9._-]+\\*?)*$",
+            "type": "string",
+            "title": "Indices to restore",
+            "description": "A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify."
+          },
           "snapshot_name": {
             "pattern": "^[^\\r\\n]*$",
             "type": "string",
@@ -1113,6 +1125,12 @@
             "title": "The S3 service endpoint to connect",
             "description": "The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint"
           },
+          "indices": {
+            "pattern": "^([a-z0-9._-]+\\*?)(,[a-z0-9._-]+\\*?)*$",
+            "type": "string",
+            "title": "Indices to restore",
+            "description": "A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify."
+          },
           "region": {
             "pattern": "^[^\\r\\n]*$",
             "type": "string",
@@ -1996,6 +2014,26 @@
         "title": "Automatic utility network IP Filter",
         "description": "Automatically allow connections from servers in the utility network within the same zone"
       },
+      "backup_hour": {
+        "example": 3,
+        "maximum": 23,
+        "minimum": 0,
+        "type": [
+          "integer",
+          "null"
+        ],
+        "title": "The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed."
+      },
+      "backup_minute": {
+        "example": 30,
+        "maximum": 59,
+        "minimum": 0,
+        "type": [
+          "integer",
+          "null"
+        ],
+        "title": "The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed."
+      },
       "ip_filter": {
         "default": [],
         "type": "array",

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