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

[CI] IndexingIT testIndexVersionPropagation failing #72735

Closed
iverase opened this issue May 5, 2021 · 12 comments
Closed

[CI] IndexingIT testIndexVersionPropagation failing #72735

iverase opened this issue May 5, 2021 · 12 comments
Assignees
Labels
:Distributed Indexing/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test-failure Triaged test failures from CI

Comments

@iverase
Copy link
Contributor

iverase commented May 5, 2021

No sure what is going on here.

Build scan:
https://gradle-enterprise.elastic.co/s/q6hptfnh42dw4/tests/:qa:mixed-cluster:v7.13.0%23mixedClusterTest/org.elasticsearch.backwards.IndexingIT/testIndexVersionPropagation

Reproduction line:
./gradlew ':qa:mixed-cluster:v7.13.0#mixedClusterTest' -Dtests.class="org.elasticsearch.backwards.IndexingIT" -Dtests.method="testIndexVersionPropagation" -Dtests.seed=4C1C60629320C40 -Dtests.bwc=true -Dtests.locale=hr-HR -Dtests.timezone=Asia/Damascus -Druntime.java=11

Applicable branches:
7.x

Reproduces locally?:
No

Failure history:
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.backwards.IndexingIT&tests.test=testIndexVersionPropagation

Failure excerpt:

java.lang.AssertionError: timed out waiting for green state for index [indexversionprop] cluster state [{
... snip ...
]

  at __randomizedtesting.SeedInfo.seed([4C1C60629320C40:855292268CC4CA1F]:0)
  at org.junit.Assert.fail(Assert.java:88)
  at org.elasticsearch.test.rest.ESRestTestCase.ensureHealth(ESRestTestCase.java:1238)
  at org.elasticsearch.test.rest.ESRestTestCase.ensureHealth(ESRestTestCase.java:1226)
  at org.elasticsearch.test.rest.ESRestTestCase.ensureGreen(ESRestTestCase.java:1210)
  at org.elasticsearch.backwards.IndexingIT.testIndexVersionPropagation(IndexingIT.java:145)
  at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
  at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:566)
  at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
  at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
  at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
  at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
  at java.lang.Thread.run(Thread.java:829)
java.lang.AssertionError: timed out waiting for green state for index [indexversionprop] cluster state [{
  "cluster_name" : "v7.13.0",
  "cluster_uuid" : "5ZctUYhwQ4-kxUc6aa2nFg",
  "version" : 15329,
  "state_uuid" : "YVkVfwIFS9OarAtkRHHSbw",
  "master_node" : "yf9Vv0qiSxGbVbcr3FE9_w",
  "blocks" : { },
  "nodes" : {
    "NI3wjNtVQbi5z7LskTZoLw" : {
      "name" : "v7.13.0-3",
      "ephemeral_id" : "PNDPRWjxR7iJiCK0o7Y8Wg",
      "transport_address" : "127.0.0.1:45081",
      "attributes" : {
        "testattr" : "test",
        "ml.machine_memory" : "101361885184",
        "ml.max_open_jobs" : "512",
        "xpack.installed" : "true",
        "ml.max_jvm_size" : "536870912",
        "transform.node" : "true"
      },
      "roles" : [
        "data",
        "data_cold",
        "data_content",
        "data_frozen",
        "data_hot",
        "data_warm",
        "ingest",
        "master",
        "ml",
        "remote_cluster_client",
        "transform"
      ]
    },
    "yf9Vv0qiSxGbVbcr3FE9_w" : {
      "name" : "v7.13.0-2",
      "ephemeral_id" : "CCdE1M-YR4e9RFhzIg45VA",
      "transport_address" : "127.0.0.1:39561",
      "attributes" : {
        "testattr" : "test",
        "ml.machine_memory" : "101361885184",
        "ml.max_open_jobs" : "512",
        "xpack.installed" : "true",
        "ml.max_jvm_size" : "536870912",
        "transform.node" : "true"
      },
      "roles" : [
        "data",
        "data_cold",
        "data_content",
        "data_frozen",
        "data_hot",
        "data_warm",
        "ingest",
        "master",
        "ml",
        "remote_cluster_client",
        "transform"
      ]
    },
    "sjHjJhuWRMSvu8WhQXieew" : {
      "name" : "v7.13.0-0",
      "ephemeral_id" : "tduoLq2eQ7i2r0FC4XTpxA",
      "transport_address" : "127.0.0.1:34787",
      "attributes" : {
        "upgraded" : "true",
        "ml.machine_memory" : "101361885184",
        "xpack.installed" : "true",
        "transform.node" : "true",
        "testattr" : "test",
        "ml.max_open_jobs" : "512",
        "ml.max_jvm_size" : "518979584"
      },
      "roles" : [
        "data",
        "data_cold",
        "data_content",
        "data_frozen",
        "data_hot",
        "data_warm",
        "ingest",
        "master",
        "ml",
        "remote_cluster_client",
        "transform"
      ]
    }
  },
  "metadata" : {
    "cluster_uuid" : "5ZctUYhwQ4-kxUc6aa2nFg",
    "cluster_uuid_committed" : true,
    "cluster_coordination" : {
      "term" : 2,
      "last_committed_config" : [
        "NI3wjNtVQbi5z7LskTZoLw",
        "sjHjJhuWRMSvu8WhQXieew",
        "yf9Vv0qiSxGbVbcr3FE9_w"
      ],
      "last_accepted_config" : [
        "NI3wjNtVQbi5z7LskTZoLw",
        "sjHjJhuWRMSvu8WhQXieew",
        "yf9Vv0qiSxGbVbcr3FE9_w"
      ],
      "voting_config_exclusions" : [ ]
    },
    "templates" : {
      ".ml-stats" : {
        "order" : 0,
        "version" : 7130099,
        "index_patterns" : [
          ".ml-stats-*"
        ],
        "settings" : {
          "index" : {
            "lifecycle" : {
              "name" : "ml-size-based-ilm-policy",
              "rollover_alias" : ".ml-stats-write"
            },
            "hidden" : "true",
            "number_of_shards" : "1",
            "auto_expand_replicas" : "0-1"
          }
        },
        "mappings" : {
          "_doc" : {
            "_meta" : {
              "version" : "7.13.0"
            },
            "dynamic" : false,
            "properties" : {
              "skipped_docs_count" : {
                "type" : "long"
              },
              "validation_loss" : {
                "properties" : {
                  "fold_values" : {
                    "properties" : {
                      "fold" : {
                        "type" : "integer"
                      },
                      "values" : {
                        "type" : "double"
                      }
                    }
                  },
                  "loss_type" : {
                    "type" : "keyword"
                  }
                }
              },
              "cache_miss_count" : {
                "type" : "long"
              },
              "timing_stats" : {
                "properties" : {
                  "iteration_time" : {
                    "type" : "long"
                  },
                  "elapsed_time" : {
                    "type" : "long"
                  }
                }
              },
              "failure_count" : {
                "type" : "long"
              },
              "model_id" : {
                "type" : "keyword"
              },
              "type" : {
                "type" : "keyword"
              },
              "training_docs_count" : {
                "type" : "long"
              },
              "inference_count" : {
                "type" : "long"
              },
              "job_id" : {
                "type" : "keyword"
              },
              "missing_all_fields_count" : {
                "type" : "long"
              },
              "peak_usage_bytes" : {
                "type" : "long"
              },
              "iteration" : {
                "type" : "integer"
              },
              "hyperparameters" : {
                "properties" : {
                  "max_attempts_to_add_tree" : {
                    "type" : "integer"
                  },
                  "downsample_factor" : {
                    "type" : "double"
                  },
                  "eta_growth_rate_per_tree" : {
                    "type" : "double"
                  },
                  "soft_tree_depth_tolerance" : {
                    "type" : "double"
                  },
                  "max_trees" : {
                    "type" : "integer"
                  },
                  "lambda" : {
                    "type" : "double"
                  },
                  "max_optimization_rounds_per_hyperparameter" : {
                    "type" : "integer"
                  },
                  "eta" : {
                    "type" : "double"
                  },
                  "soft_tree_depth_limit" : {
                    "type" : "double"
                  },
                  "alpha" : {
                    "type" : "double"
                  },
                  "class_assignment_objective" : {
                    "type" : "keyword"
                  },
                  "feature_bag_fraction" : {
                    "type" : "double"
                  },
                  "num_splits_per_feature" : {
                    "type" : "integer"
                  },
                  "gamma" : {
                    "type" : "double"
                  },
                  "num_folds" : {
                    "type" : "integer"
                  }
                }
              },
              "parameters" : {
                "properties" : {
                  "compute_feature_influence" : {
                    "type" : "boolean"
                  },
                  "feature_influence_threshold" : {
                    "type" : "double"
                  },
                  "outlier_fraction" : {
                    "type" : "double"
                  },
                  "method" : {
                    "type" : "keyword"
                  },
                  "standardization_enabled" : {
                    "type" : "boolean"
                  },
                  "n_neighbors" : {
                    "type" : "integer"
                  }
                }
              },
              "test_docs_count" : {
                "type" : "long"
              },
              "node_id" : {
                "type" : "keyword"
              },
              "timestamp" : {
                "type" : "date"
              }
            }
          }
        },
        "aliases" : { }
      },
      ".ml-anomalies-" : {
        "order" : 0,
        "version" : 7130099,
        "index_patterns" : [
          ".ml-anomalies-*"
        ],
        "settings" : {
          "index" : {
            "hidden" : "true",
            "translog" : {
              "durability" : "async"
            },
            "auto_expand_replicas" : "0-1",
            "query" : {
              "default_field" : "all_field_values"
            }
          }
        },
        "mappings" : {
          "_doc" : {
            "_meta" : {
              "version" : "7.13.0"
            },
            "dynamic_templates" : [
              {
                "strings_as_keywords" : {
                  "mapping" : {
                    "type" : "keyword"
                  },
                  "match" : "*"
                }
              }
            ],
            "properties" : {
              "search_count" : {
                "type" : "long"
              },
              "bucket_count" : {
                "type" : "long"
              },
              "terms" : {
                "type" : "text"
              },
              "record_score" : {
                "type" : "double"
              },
              "forecast_expiry_timestamp" : {
                "type" : "date"
              },
              "over_field_value" : {
                "copy_to" : [
                  "all_field_values"
                ],
                "type" : "keyword"
              },
              "preferred_to_categories" : {
                "type" : "long"
              },
              "empty_bucket_count" : {
                "type" : "long"
              },
              "forecast_create_timestamp" : {
                "type" : "date"
              },
              "probability" : {
                "type" : "double"
              },
              "missing_field_count" : {
                "type" : "long"
              },
              "forecast_lower" : {
                "type" : "double"
              },
              "influencer_field_value" : {
                "copy_to" : [
                  "all_field_values"
                ],
                "type" : "keyword"
              },
              "multi_bucket_impact" : {
                "type" : "double"
              },
              "forecast_progress" : {
                "type" : "double"
              },
              "max_matching_length" : {
                "type" : "long"
              },
              "latest_record_time_stamp" : {
                "type" : "date"
              },
              "regex" : {
                "type" : "keyword"
              },
              "examples" : {
                "type" : "text"
              },
              "snapshot_doc_count" : {
                "type" : "integer"
              },
              "average_bucket_processing_time_ms" : {
                "type" : "double"
              },
              "initial_anomaly_score" : {
                "type" : "double"
              },
              "initial_influencer_score" : {
                "type" : "double"
              },
              "partition_field_value" : {
                "copy_to" : [
                  "all_field_values"
                ],
                "type" : "keyword"
              },
              "model_lower" : {
                "type" : "double"
              },
              "total_over_field_count" : {
                "type" : "long"
              },
              "retain" : {
                "type" : "boolean"
              },
              "forecast_upper" : {
                "type" : "double"
              },
              "latest_sparse_bucket_timestamp" : {
                "type" : "date"
              },
              "model_median" : {
                "type" : "double"
              },
              "category_id" : {
                "type" : "long"
              },
              "causes" : {
                "type" : "nested",
                "properties" : {
                  "actual" : {
                    "type" : "double"
                  },
                  "partition_field_name" : {
                    "type" : "keyword"
                  },
                  "partition_field_value" : {
                    "copy_to" : [
                      "all_field_values"
                    ],
                    "type" : "keyword"
                  },
                  "by_field_name" : {
                    "type" : "keyword"
                  },
                  "probability" : {
                    "type" : "double"
                  },
                  "geo_results" : {
                    "properties" : {
                      "actual_point" : {
                        "type" : "geo_point"
                      },
                      "typical_point" : {
                        "type" : "geo_point"
                      }
                    }
                  },
                  "field_name" : {
                    "type" : "keyword"
                  },
                  "by_field_value" : {
                    "copy_to" : [
                      "all_field_values"
                    ],
                    "type" : "keyword"
                  },
                  "over_field_name" : {
                    "type" : "keyword"
                  },
                  "correlated_by_field_value" : {
                    "copy_to" : [
                      "all_field_values"
                    ],
                    "type" : "keyword"
                  },
                  "function" : {
                    "type" : "keyword"
                  },
                  "typical" : {
                    "type" : "double"
                  },
                  "over_field_value" : {
                    "copy_to" : [
                      "all_field_values"
                    ],
                    "type" : "keyword"
                  },
                  "function_description" : {
                    "type" : "keyword"
                  }
                }
              },
              "all_field_values" : {
                "analyzer" : "whitespace",
                "type" : "text"
              },
              "timestamp" : {
                "type" : "date"
              },
              "input_field_count" : {
                "type" : "long"
              },
              "model_bytes" : {
                "type" : "long"
              },
              "quantiles" : {
                "type" : "object",
                "enabled" : false
              },
              "function_description" : {
                "type" : "keyword"
              },
              "min_version" : {
                "type" : "keyword"
              },
              "raw_anomaly_score" : {
                "type" : "double"
              },
              "exponential_average_bucket_processing_time_ms" : {
                "type" : "double"
              },
              "invalid_date_count" : {
                "type" : "long"
              },
              "snapshot_id" : {
                "type" : "keyword"
              },
              "model_size_stats" : {
                "properties" : {
                  "model_bytes" : {
                    "type" : "long"
                  },
                  "result_type" : {
                    "type" : "keyword"
                  },
                  "peak_model_bytes" : {
                    "type" : "long"
                  },
                  "job_id" : {
                    "type" : "keyword"
                  },
                  "total_over_field_count" : {
                    "type" : "long"
                  },
                  "total_partition_field_count" : {
                    "type" : "long"
                  },
                  "total_by_field_count" : {
                    "type" : "long"
                  },
                  "assignment_memory_basis" : {
                    "type" : "keyword"
                  },
                  "bucket_allocation_failures_count" : {
                    "type" : "long"
                  },
                  "memory_status" : {
                    "type" : "keyword"
                  },
                  "log_time" : {
                    "type" : "date"
                  },
                  "timestamp" : {
                    "type" : "date"
                  }
                }
              },
              "total_search_time_ms" : {
                "type" : "double"
              },
              "latest_empty_bucket_timestamp" : {
                "type" : "date"
              },
              "anomaly_score" : {
                "type" : "double"
              },
              "over_field_name" : {
                "type" : "keyword"
              },
              "earliest_record_timestamp" : {
                "type" : "date"
              },
              "scheduled_events" : {
                "type" : "keyword"
              },
              "bucket_span" : {
                "type" : "long"
              },
              "maximum_bucket_processing_time_ms" : {
                "type" : "double"
              },
              "exponential_average_calculation_context" : {
                "properties" : {
                  "incremental_metric_value_ms" : {
                    "type" : "double"
                  },
                  "previous_exponential_average_ms" : {
                    "type" : "double"
                  },
                  "latest_timestamp" : {
                    "type" : "date"
                  }
                }
              },
              "function" : {
                "type" : "keyword"
              },
              "influencers" : {
                "type" : "nested",
                "properties" : {
                  "influencer_field_name" : {
                    "type" : "keyword"
                  },
                  "influencer_field_values" : {
                    "copy_to" : [
                      "all_field_values"
                    ],
                    "type" : "keyword"
                  }
                }
              },
              "input_record_count" : {
                "type" : "long"
              },
              "latest_result_time_stamp" : {
                "type" : "date"
              },
              "model_upper" : {
                "type" : "double"
              },
              "actual" : {
                "type" : "double"
              },
              "forecast_memory_bytes" : {
                "type" : "long"
              },
              "total_by_field_count" : {
                "type" : "long"
              },
              "geo_results" : {
                "properties" : {
                  "actual_point" : {
                    "type" : "geo_point"
                  },
                  "typical_point" : {
                    "type" : "geo_point"
                  }
                }
              },
              "detector_index" : {
                "type" : "integer"
              },
              "by_field_value" : {
                "copy_to" : [
                  "all_field_values"
                ],
                "type" : "keyword"
              },
              "processed_record_count" : {
                "type" : "long"
              },
              "total_partition_field_count" : {
                "type" : "long"
              },
              "mlcategory" : {
                "type" : "keyword"
              },
              "assignment_memory_basis" : {
                "type" : "keyword"
              },
              "forecast_end_timestamp" : {
                "type" : "date"
              },
              "forecast_id" : {
                "type" : "keyword"
              },
              "partition_field_name" : {
                "type" : "keyword"
              },
              "by_field_name" : {
                "type" : "keyword"
              },
              "event_count" : {
                "type" : "long"
              },
              "description" : {
                "type" : "text"
              },
              "is_interim" : {
                "type" : "boolean"
              },
              "bucket_allocation_failures_count" : {
                "type" : "long"
              },
              "memory_status" : {
                "type" : "keyword"
              },
              "model_feature" : {
                "type" : "keyword"
              },
              "num_matches" : {
                "type" : "long"
              },
              "influencer_score" : {
                "type" : "double"
              },
              "out_of_order_timestamp_count" : {
                "type" : "long"
              },
              "result_type" : {
                "type" : "keyword"
              },
              "last_data_time" : {
                "type" : "date"
              },
              "latest_record_timestamp" : {
                "type" : "date"
              },
              "influencer_field_name" : {
                "type" : "keyword"
              },
              "forecast_messages" : {
                "type" : "keyword"
              },
              "sparse_bucket_count" : {
                "type" : "long"
              },
              "log_time" : {
                "type" : "date"
              },
              "field_name" : {
                "type" : "keyword"
              },
              "minimum_bucket_processing_time_ms" : {
                "type" : "double"
              },
              "bucket_influencers" : {
                "type" : "nested",
                "properties" : {
                  "anomaly_score" : {
                    "type" : "double"
                  },
                  "initial_anomaly_score" : {
                    "type" : "double"
                  },
                  "result_type" : {
                    "type" : "keyword"
                  },
                  "raw_anomaly_score" : {
                    "type" : "double"
                  },
                  "bucket_span" : {
                    "type" : "long"
                  },
                  "job_id" : {
                    "type" : "keyword"
                  },
                  "probability" : {
                    "type" : "double"
                  },
                  "influencer_field_name" : {
                    "type" : "keyword"
                  },
                  "is_interim" : {
                    "type" : "boolean"
                  },
                  "timestamp" : {
                    "type" : "date"
                  }
                }
              },
              "processing_time_ms" : {
                "type" : "long"
              },
              "input_bytes" : {
                "type" : "long"
              },
              "initial_record_score" : {
                "type" : "double"
              },
              "job_id" : {
                "copy_to" : [
                  "all_field_values"
                ],
                "type" : "keyword"
              },
              "processed_field_count" : {
                "type" : "long"
              },
              "forecast_status" : {
                "type" : "keyword"
              },
              "typical" : {
                "type" : "double"
              },
              "forecast_prediction" : {
                "type" : "double"
              },
              "forecast_start_timestamp" : {
                "type" : "date"
              }
            }
          }
        },
        "aliases" : { }
      },
      ".ml-state" : {
        "order" : 0,
        "version" : 7130099,
        "index_patterns" : [
          ".ml-state*"
        ],
        "settings" : {
          "index" : {
            "hidden" : "true",
            "lifecycle" : {
              "name" : "ml-size-based-ilm-policy",
              "rollover_alias" : ".ml-state-write"
            },
            "auto_expand_replicas" : "0-1"
          }
        },
        "mappings" : {
          "_doc" : {
            "_meta" : {
              "version" : "7130099"
            },
            "enabled" : false
          }
        },
        "aliases" : { }
      },
      ".transform-notifications-000002" : {
        "order" : 0,
        "version" : 7130099,
        "index_patterns" : [
          ".transform-notifications-*"
        ],
        "settings" : {
          "index" : {
            "hidden" : "true",
            "number_of_shards" : "1",
            "auto_expand_replicas" : "0-1"
          }
        },
        "mappings" : {
          "_doc" : {
            "_meta" : {
              "version" : "7.13.0"
            },
            "dynamic" : "false",
            "properties" : {
              "level" : {
                "type" : "keyword"
              },
              "transform_id" : {
                "type" : "keyword"
              },
              "node_name" : {
                "type" : "keyword"
              },
              "message" : {
                "type" : "text",
                "fields" : {
                  "raw" : {
                    "ignore_above" : 1024,
                    "type" : "keyword"
                  }
                }
              },
              "timestamp" : {
                "type" : "date"
              }
            }
          }
        },
        "aliases" : {
          ".transform-notifications-read" : {
            "is_hidden" : true
          }
        }
      },
      ".ml-notifications-000001" : {
        "order" : 0,
        "version" : 7130099,
        "index_patterns" : [
          ".ml-notifications-000001"
        ],
        "settings" : {
          "index" : {
            "hidden" : "true",
            "number_of_shards" : "1",
            "auto_expand_replicas" : "0-1"
          }
        },
        "mappings" : {
          "_doc" : {
            "_meta" : {
              "version" : "7130099"
            },
            "dynamic" : "false",
            "properties" : {
              "job_type" : {
                "type" : "keyword"
              },
              "level" : {
                "type" : "keyword"
              },
              "job_id" : {
                "type" : "keyword"
              },
              "node_name" : {
                "type" : "keyword"
              },
              "message" : {
                "type" : "text",
                "fields" : {
                  "raw" : {
                    "ignore_above" : 1024,
                    "type" : "keyword"
                  }
                }
              },
              "timestamp" : {
                "type" : "date"
              }
            }
          }
        },
        "aliases" : { }
      }
    },
    "indices" : {
      "indexversionprop" : {
        "version" : 17,
        "mapping_version" : 2,
        "settings_version" : 5,
        "aliases_version" : 1,
        "routing_num_shards" : 1024,
        "state" : "open",
        "settings" : {
          "index" : {
            "routing" : {
              "allocation" : {
                "exclude" : {
                  "_name" : "v7.13.0-2"
                }
              }
            },
            "number_of_shards" : "1",
            "provided_name" : "indexversionprop",
            "creation_date" : "1620193685892",
            "number_of_replicas" : "1",
            "uuid" : "Z09IOThLQECad_cXPBjNNA",
            "version" : {
              "created" : "7130099"
            }
          }
        },
        "mappings" : {
          "doc" : {
            "properties" : {
              "test" : {
                "type" : "text",
                "fields" : {
                  "keyword" : {
                    "ignore_above" : 256,
                    "type" : "keyword"
                  }
                }
              }
            }
          }
        },
        "aliases" : [ ],
        "primary_terms" : {
          "0" : 1
        },
        "in_sync_allocations" : {
          "0" : [
            "CXpJtn1dRRS7jZ6WFA5Wrg"
          ]
        },
        "rollover_info" : { },
        "system" : false,
        "timestamp_range" : {
          "unknown" : true
        }
      }
    },
    "ingest" : {
      "pipeline" : [
        {
          "id" : "first_pipeline",
          "config" : {
            "description" : "first",
            "processors" : [ ]
          }
        },
        {
          "id" : "xpack_monitoring_6",
          "config" : {
            "description" : "This pipeline upgrades documents from the older version of the Monitoring API to the newer version (7) by fixing breaking changes in those older documents before they are indexed from the older version (6).",
            "version" : 7120099,
            "processors" : [
              {
                "script" : {
                  "source" : "ctx._type = null"
                }
              },
              {
                "gsub" : {
                  "field" : "_index",
                  "pattern" : "(.monitoring-\\w+-)6(-.+)",
                  "replacement" : "$17$2"
                }
              }
            ]
          }
        },
        {
          "id" : "second_pipeline",
          "config" : {
            "description" : "second",
            "processors" : [ ]
          }
        },
        {
          "id" : "xpack_monitoring_7",
          "config" : {
            "description" : "This is a placeholder pipeline for Monitoring API version 7 so that future versions may fix breaking changes.",
            "version" : 7120099,
            "processors" : [ ]
          }
        }
      ]
    },
    "repositories" : { },
    "data_stream" : {
      "data_stream" : { }
    },
    "component_template" : {
      "component_template" : {
        "logs-settings" : {
          "template" : {
            "settings" : {
              "index" : {
                "lifecycle" : {
                  "name" : "logs"
                },
                "codec" : "best_compression",
                "query" : {
                  "default_field" : [
                    "message"
                  ]
                }
              }
            }
          },
          "version" : 0,
          "_meta" : {
            "description" : "default settings for the logs index template installed by x-pack",
            "managed" : true
          }
        },
        "metrics-mappings" : {
          "template" : {
            "mappings" : {
              "dynamic_templates" : [
                {
                  "strings_as_keyword" : {
                    "mapping" : {
                      "ignore_above" : 1024,
                      "type" : "keyword"
                    },
                    "match_mapping_type" : "string"
                  }
                }
              ],
              "date_detection" : false,
              "properties" : {
                "@timestamp" : {
                  "type" : "date"
                },
                "ecs" : {
                  "properties" : {
                    "version" : {
                      "ignore_above" : 1024,
                      "type" : "keyword"
                    }
                  }
                },
                "data_stream" : {
                  "properties" : {
                    "namespace" : {
                      "type" : "constant_keyword"
                    },
                    "type" : {
                      "type" : "constant_keyword",
                      "value" : "metrics"
                    },
                    "dataset" : {
                      "type" : "constant_keyword"
                    }
                  }
                },
                "host" : {
                  "properties" : {
                    "ip" : {
                      "type" : "ip"
                    }
                  }
                }
              }
            }
          },
          "version" : 0,
          "_meta" : {
            "description" : "default mappings for the metrics index template installed by x-pack",
            "managed" : true
          }
        },
        "synthetics-mappings" : {
          "template" : {
            "mappings" : {
              "dynamic_templates" : [
                {
                  "strings_as_keyword" : {
                    "mapping" : {
                      "ignore_above" : 1024,
                      "type" : "keyword"
                    },
                    "match_mapping_type" : "string"
                  }
                }
              ],
              "date_detection" : false,
              "properties" : {
                "observer" : {
                  "properties" : {
                    "ip" : {
                      "type" : "ip"
                    }
                  }
                },
                "@timestamp" : {
                  "type" : "date"
                },
                "ecs" : {
                  "properties" : {
                    "version" : {
                      "ignore_above" : 1024,
                      "type" : "keyword"
                    }
                  }
                },
                "data_stream" : {
                  "properties" : {
                    "namespace" : {
                      "type" : "constant_keyword"
                    },
                    "type" : {
                      "type" : "constant_keyword",
                      "value" : "synthetics"
                    },
                    "dataset" : {
                      "type" : "constant_keyword"
                    }
                  }
                },
                "host" : {
                  "properties" : {
                    "ip" : {
                      "type" : "ip"
                    }
                  }
                }
              }
            }
          },
          "version" : 0,
          "_meta" : {
            "description" : "default mappings for the synthetics index template installed by x-pack",
            "managed" : true
          }
        },
        "logs-mappings" : {
          "template" : {
            "mappings" : {
              "dynamic_templates" : [
                {
                  "strings_as_keyword" : {
                    "mapping" : {
                      "ignore_above" : 1024,
                      "type" : "keyword"
                    },
                    "match_mapping_type" : "string"
                  }
                }
              ],
              "date_detection" : false,
              "properties" : {
                "@timestamp" : {
                  "type" : "date"
                },
                "ecs" : {
                  "properties" : {
                    "version" : {
                      "ignore_above" : 1024,
                      "type" : "keyword"
                    }
                  }
                },
                "data_stream" : {
                  "properties" : {
                    "namespace" : {
                      "type" : "constant_keyword"
                    },
                    "type" : {
                      "type" : "constant_keyword",
                      "value" : "logs"
                    },
                    "dataset" : {
                      "type" : "constant_keyword"
                    }
                  }
                },
                "host" : {
                  "properties" : {
                    "ip" : {
                      "type" : "ip"
                    }
                  }
                },
                "message" : {
                  "type" : "text"
                }
              }
            }
          },
          "version" : 0,
          "_meta" : {
            "description" : "default mappings for the logs index template installed by x-pack",
            "managed" : true
          }
        },
        "synthetics-settings" : {
          "template" : {
            "settings" : {
              "index" : {
                "lifecycle" : {
                  "name" : "synthetics"
                },
                "codec" : "best_compression"
              }
            }
          },
          "version" : 0,
          "_meta" : {
            "description" : "default settings for the synthetics index template installed by x-pack",
            "managed" : true
          }
        },
        "metrics-settings" : {
          "template" : {
            "settings" : {
              "index" : {
                "lifecycle" : {
                  "name" : "metrics"
                },
                "codec" : "best_compression",
                "query" : {
                  "default_field" : [
                    "message"
                  ]
                }
              }
            }
          },
          "version" : 0,
          "_meta" : {
            "description" : "default settings for the metrics index template installed by x-pack",
            "managed" : true
          }
        }
      }
    },
    "index-graveyard" : {
      "tombstones" : [
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "6dLVBJh8TzaQ93932NKz-A"
          },
          "delete_date_in_millis" : 1620193419560
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "GT6WQONHTVGIivrFIaoulQ"
          },
          "delete_date_in_millis" : 1620193420008
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "qmDM4IPeRH6J2A8TNb0_mQ"
          },
          "delete_date_in_millis" : 1620193420505
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "E_ixBhfJSO6nJwAeZA2Gbg"
          },
          "delete_date_in_millis" : 1620193420954
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "kHTB5rl1QdKUTE5WNsjl7w"
          },
          "delete_date_in_millis" : 1620193421927
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "s1h91eyRR2CyNHJEEtk3EQ"
          },
          "delete_date_in_millis" : 1620193422450
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "ZhZBc7vtQ8O5D8o91tLB5w"
          },
          "delete_date_in_millis" : 1620193422450
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "P_JF1WhaRy2RxnPUhghhEA"
          },
          "delete_date_in_millis" : 1620193423749
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "Buqtc-iwRUeTylItoXSAYg"
          },
          "delete_date_in_millis" : 1620193423749
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "SNeCG4cXS92tefP5IFiDVw"
          },
          "delete_date_in_millis" : 1620193424263
        },
        {
          "index" : {
            "index_name" : "source",
            "index_uuid" : "Lw7c9T54TSmyVJGp4jyLJg"
          },
          "delete_date_in_millis" : 1620193424739
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "pmIC6PZQRaSWjBd30bBq_w"
          },
          "delete_date_in_millis" : 1620193425225
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "l7_5SwUlQdGCcjjvfJI2gw"
          },
          "delete_date_in_millis" : 1620193425225
        },
        {
          "index" : {
            "index_name" : "testidx",
            "index_uuid" : "V90aeEFNTiCwVr0q7oxSmQ"
          },
          "delete_date_in_millis" : 1620193425696
        },
        {
          "index" : {
            "index_name" : "test_index_1",
            "index_uuid" : "jCF3qpOWRXClevshLRrxmw"
          },
          "delete_date_in_millis" : 1620193426995
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "m9Jm0J02T7WOjca_3wKYgQ"
          },
          "delete_date_in_millis" : 1620193426995
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "NSXxWt_HQLaS86omNHBRZg"
          },
          "delete_date_in_millis" : 1620193427516
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "pvddezeER0e24QYz2SOE6Q"
          },
          "delete_date_in_millis" : 1620193427516
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "APP5d1V3TzWdY7qBRfYjpA"
          },
          "delete_date_in_millis" : 1620193428041
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "6QIoRkd2SfOpIx7qo_SPRg"
          },
          "delete_date_in_millis" : 1620193428041
        },
        {
          "index" : {
            "index_name" : "testidx",
            "index_uuid" : "aZw1QoCBS8Wf9HU4s4M_5w"
          },
          "delete_date_in_millis" : 1620193428874
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "X5dkWWKeQFCz2GrVZL7qjQ"
          },
          "delete_date_in_millis" : 1620193429509
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "lf2xlI8qSn285x_xIHUIdA"
          },
          "delete_date_in_millis" : 1620193429509
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "8mWiHljnTje0dxOYweHnFA"
          },
          "delete_date_in_millis" : 1620193429991
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "BUFWmvLqQym9O3JxrHszPQ"
          },
          "delete_date_in_millis" : 1620193430581
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "hLOyUePWTvOcTnc2Pk4oZg"
          },
          "delete_date_in_millis" : 1620193430581
        },
        {
          "index" : {
            "index_name" : "sensor",
            "index_uuid" : "1ron8xy9SGi5JyOEGV66aw"
          },
          "delete_date_in_millis" : 1620193431025
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "HDDSKES4Qs2ejcAvZrGvCw"
          },
          "delete_date_in_millis" : 1620193431487
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "VuIOa6bpTMegB3aH7Jm_1A"
          },
          "delete_date_in_millis" : 1620193431933
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "jnxCOWb7TEKchi6spz4BOw"
          },
          "delete_date_in_millis" : 1620193432733
        },
        {
          "index" : {
            "index_name" : "test-xyy",
            "index_uuid" : "_bSb3WabTWm66OgtxERJ9w"
          },
          "delete_date_in_millis" : 1620193433330
        },
        {
          "index" : {
            "index_name" : "test-xxy",
            "index_uuid" : "yJQvEQ3jTema44HzeFeE7g"
          },
          "delete_date_in_millis" : 1620193433330
        },
        {
          "index" : {
            "index_name" : "test-xxx",
            "index_uuid" : "_Wcb8ppXQbSI_KcZRLTLDg"
          },
          "delete_date_in_millis" : 1620193433330
        },
        {
          "index" : {
            "index_name" : "test-yyy",
            "index_uuid" : "gMw229DBQ1ehTQEWhuUo0A"
          },
          "delete_date_in_millis" : 1620193433330
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "DdWATURyRD63k1RBtfaeEQ"
          },
          "delete_date_in_millis" : 1620193433817
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "yN-A44zFSIO_fwXV8Wnmsg"
          },
          "delete_date_in_millis" : 1620193434275
        },
        {
          "index" : {
            "index_name" : "foo",
            "index_uuid" : "jTVv7qQhSvqrm1Fg0-EErg"
          },
          "delete_date_in_millis" : 1620193434848
        },
        {
          "index" : {
            "index_name" : "bar",
            "index_uuid" : "jCQZM-RZS86TenNHHzpfag"
          },
          "delete_date_in_millis" : 1620193434848
        },
        {
          "index" : {
            "index_name" : "baz",
            "index_uuid" : "ldAvBVOAQZuLu8jlGQVZWA"
          },
          "delete_date_in_millis" : 1620193434848
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "lCib-1_aTgSyIUdp6cSIOQ"
          },
          "delete_date_in_millis" : 1620193435305
        },
        {
          "index" : {
            "index_name" : "index",
            "index_uuid" : "qm43PywORhe7UTl-OTNATQ"
          },
          "delete_date_in_millis" : 1620193435776
        },
        {
          "index" : {
            "index_name" : "index2",
            "index_uuid" : "2eOqv3tqT561WvHXDx4z9Q"
          },
          "delete_date_in_millis" : 1620193435776
        },
        {
          "index" : {
            "index_name" : "source",
            "index_uuid" : "tkL-ebpCQtiRqRdGntBU1g"
          },
          "delete_date_in_millis" : 1620193436348
        },
        {
          "index" : {
            "index_name" : "target",
            "index_uuid" : "zfuTlrVOQly8LUiH1Xfe2Q"
          },
          "delete_date_in_millis" : 1620193436348
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "yRhy98M1SByq_3HZ4WNFmQ"
          },
          "delete_date_in_millis" : 1620193436814
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "S13U0CE8SgGmWBA1CCTUuw"
          },
          "delete_date_in_millis" : 1620193437261
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "YXKf2hH2TLq7SKALqe_ltA"
          },
          "delete_date_in_millis" : 1620193437740
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "OB2HsqpIR3e1LEXGsdVi5w"
          },
          "delete_date_in_millis" : 1620193437740
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "XV5d_zmfRXS5eA_D7xjogg"
          },
          "delete_date_in_millis" : 1620193438224
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "Yb7pP-7sQ2-w654K_Xhfbg"
          },
          "delete_date_in_millis" : 1620193438720
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "evkPx0vnRMCY5m0unbU3LQ"
          },
          "delete_date_in_millis" : 1620193438720
        },
        {
          "index" : {
            "index_name" : "test2",
            "index_uuid" : "r8rg0g-jQIm5HkbNKEONmQ"
          },
          "delete_date_in_millis" : 1620193440236
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "K4xE2MxwSWyrKpTmiq9OSg"
          },
          "delete_date_in_millis" : 1620193440236
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "8_oM7H3qQf2acr4ocuoxxw"
          },
          "delete_date_in_millis" : 1620193440762
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "xt0vReJCR7aMyQJeofYEvw"
          },
          "delete_date_in_millis" : 1620193441245
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "JDh9vpCIRo6OmsfNcSvyMQ"
          },
          "delete_date_in_millis" : 1620193441714
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "lPokC4BwSS2FnILDPUaqBg"
          },
          "delete_date_in_millis" : 1620193442247
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "FpIrUub7S_GSA26QyJPgOw"
          },
          "delete_date_in_millis" : 1620193442247
        },
        {
          "index" : {
            "index_name" : "test-2",
            "index_uuid" : "LVzRiiwLQsqW-Q4EZ1qHZw"
          },
          "delete_date_in_millis" : 1620193442828
        },
        {
          "index" : {
            "index_name" : "test-3",
            "index_uuid" : "Xlauhqb-Q36_YpIAc3ZSVw"
          },
          "delete_date_in_millis" : 1620193442828
        },
        {
          "index" : {
            "index_name" : "test-1",
            "index_uuid" : "KdihoZDmQf6NYKwOQ6cEuA"
          },
          "delete_date_in_millis" : 1620193442828
        },
        {
          "index" : {
            "index_name" : "test_index_3",
            "index_uuid" : "b03Kh8JzTYi0iCP0RUMmcA"
          },
          "delete_date_in_millis" : 1620193443828
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "AZBj912CQBihFuZ_m6tkwQ"
          },
          "delete_date_in_millis" : 1620193443828
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "aBU9X9uwSdKfLeFKXU8sNQ"
          },
          "delete_date_in_millis" : 1620193443828
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "-rerd6L2RS-AEKMipJQTvw"
          },
          "delete_date_in_millis" : 1620193444514
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "K0Ze_OB0Tualb6SmR0NnEQ"
          },
          "delete_date_in_millis" : 1620193444964
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "jjxZITqFRWyI60vH3Fin1A"
          },
          "delete_date_in_millis" : 1620193445402
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "tjR5Txk0Q0S8cjNYOtUzuA"
          },
          "delete_date_in_millis" : 1620193445862
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "JYsR2Hq0RgOwaEkfBNUqIQ"
          },
          "delete_date_in_millis" : 1620193445862
        },
        {
          "index" : {
            "index_name" : "sorted",
            "index_uuid" : "sWJPY1niTFSE1KkDXJKb_g"
          },
          "delete_date_in_millis" : 1620193446365
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "XVvFx2JJQ0-niGLKLnrHTg"
          },
          "delete_date_in_millis" : 1620193446790
        },
        {
          "index" : {
            "index_name" : "index",
            "index_uuid" : "qV-0oOEQQjSeAv43FtxbFw"
          },
          "delete_date_in_millis" : 1620193447237
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "vHQ-ue-URzmGl_SIDe9NkQ"
          },
          "delete_date_in_millis" : 1620193447850
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "MZyEcoHmREaZ7NOb5xUIrw"
          },
          "delete_date_in_millis" : 1620193447850
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "ho6XnZLbQ3mRL1JUQIW8eg"
          },
          "delete_date_in_millis" : 1620193447850
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "OCRraSeZQielNztRS9--0w"
          },
          "delete_date_in_millis" : 1620193447850
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "-6xF7aZkSSe28b1rSREo7g"
          },
          "delete_date_in_millis" : 1620193448854
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "phh3NNf2QBKewtLq1YKtgQ"
          },
          "delete_date_in_millis" : 1620193448854
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "coX99c5oRXK_6fSb3oiyrQ"
          },
          "delete_date_in_millis" : 1620193448854
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "wfs-uEOjTqm18RelMN9ZMg"
          },
          "delete_date_in_millis" : 1620193448854
        },
        {
          "index" : {
            "index_name" : "foo",
            "index_uuid" : "7YdnwhQaSMOkb_8VIGoTUA"
          },
          "delete_date_in_millis" : 1620193449382
        },
        {
          "index" : {
            "index_name" : "test_index1",
            "index_uuid" : "RKqbCj3CQea4ABUr4C1h5w"
          },
          "delete_date_in_millis" : 1620193449382
        },
        {
          "index" : {
            "index_name" : "test_index2",
            "index_uuid" : "AQaCGF4xRJOTwXzTEJIiOA"
          },
          "delete_date_in_millis" : 1620193449382
        },
        {
          "index" : {
            "index_name" : "index",
            "index_uuid" : "JIoY6Y_YRo-n1DZwOS5LXA"
          },
          "delete_date_in_millis" : 1620193449835
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "vmWrurY0SsmZIXFyS9lNYA"
          },
          "delete_date_in_millis" : 1620193450269
        },
        {
          "index" : {
            "index_name" : "date_ns",
            "index_uuid" : "YqGPzb4GRHuJZp6cZ7Nsrg"
          },
          "delete_date_in_millis" : 1620193450694
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "0etSQIt5SIKGXwdpPoWa3g"
          },
          "delete_date_in_millis" : 1620193451118
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "PE_CH01zRvKoSzy82HiD2g"
          },
          "delete_date_in_millis" : 1620193452020
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "vkzH2Lk8TR6kBEvdGlATPg"
          },
          "delete_date_in_millis" : 1620193452020
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "wOkdZIlSSveoQgkHkafQ9g"
          },
          "delete_date_in_millis" : 1620193452836
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "k0wpy33HQUCG3DdPZsgT5A"
          },
          "delete_date_in_millis" : 1620193453306
        },
        {
          "index" : {
            "index_name" : "index1",
            "index_uuid" : "mUmUIv9NSmeSMQTzgIPaeQ"
          },
          "delete_date_in_millis" : 1620193455347
        },
        {
          "index" : {
            "index_name" : "my-index",
            "index_uuid" : "USa288nBRsaUouX85O9eqg"
          },
          "delete_date_in_millis" : 1620193455820
        },
        {
          "index" : {
            "index_name" : "logs-1",
            "index_uuid" : "55hpPgnLQSiwB_x3_rSutQ"
          },
          "delete_date_in_millis" : 1620193456330
        },
        {
          "index" : {
            "index_name" : "logs-000002",
            "index_uuid" : "R1kSNAcWSeGk1MlsKGSiPA"
          },
          "delete_date_in_millis" : 1620193456330
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "Now5f_klS_ymRNvKh3m3Kw"
          },
          "delete_date_in_millis" : 1620193456768
        },
        {
          "index" : {
            "index_name" : "search_index",
            "index_uuid" : "gY5s8viQToelZ5qKHfTibA"
          },
          "delete_date_in_millis" : 1620193457871
        },
        {
          "index" : {
            "index_name" : "lookup_index",
            "index_uuid" : "hKMbXqJgQeGGtcrQtqsctw"
          },
          "delete_date_in_millis" : 1620193457871
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "h-6guMoHRBiOIBcf2eSyig"
          },
          "delete_date_in_millis" : 1620193458393
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "mwFZWtv1TQ2jUUfZF8iQAQ"
          },
          "delete_date_in_millis" : 1620193458911
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "g_0rEUs8S82yS0Sw3zq2XA"
          },
          "delete_date_in_millis" : 1620193459399
        },
        {
          "index" : {
            "index_name" : "index_1",
            "index_uuid" : "54wKWhZ-Sd-ElbGm8D_J0w"
          },
          "delete_date_in_millis" : 1620193460046
        },
        {
          "index" : {
            "index_name" : "index_2",
            "index_uuid" : "XTTgqtYlSACPVeV4bs1USg"
          },
          "delete_date_in_millis" : 1620193460046
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "aVn1d7HORSmmTiYmSCokuA"
          },
          "delete_date_in_millis" : 1620193460547
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "vstrVg7uRnWpwjDKIFrO9Q"
          },
          "delete_date_in_millis" : 1620193461063
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "y00yTIKIQZuO2p0vYifwfg"
          },
          "delete_date_in_millis" : 1620193461590
        },
        {
          "index" : {
            "index_name" : "bulk_50_refresh_2",
            "index_uuid" : "tug7xy9KTE-GI0U_Zn3PKA"
          },
          "delete_date_in_millis" : 1620193462094
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "_aWGoZywTDCcdNhi2NGB5w"
          },
          "delete_date_in_millis" : 1620193462629
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "5rFU52WwQsa3qGAuXOItCA"
          },
          "delete_date_in_millis" : 1620193463170
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "ZEBsZv35THye0yqYDluqYQ"
          },
          "delete_date_in_millis" : 1620193463912
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "xng0y6iBQTyNugIxS-5JdQ"
          },
          "delete_date_in_millis" : 1620193463912
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "-fGQavrrQnuSlNct4H2rpw"
          },
          "delete_date_in_millis" : 1620193463912
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "oENxWX-USRyOzz2epVruAQ"
          },
          "delete_date_in_millis" : 1620193463912
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "8naNbjuBQi-LHJnqupBmmg"
          },
          "delete_date_in_millis" : 1620193464432
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "rnVomdVrQoyxGCYk5ifLjw"
          },
          "delete_date_in_millis" : 1620193464432
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "afwBaw1RR36ddDWuItYWvw"
          },
          "delete_date_in_millis" : 1620193464949
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "O36uv4ePRaOCFRAFfCuUig"
          },
          "delete_date_in_millis" : 1620193465453
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "6VOreYppSeOo5AJPbgLcnQ"
          },
          "delete_date_in_millis" : 1620193466759
        },
        {
          "index" : {
            "index_name" : "my-index",
            "index_uuid" : "VGGNZdtqTqK3941U-zSV2w"
          },
          "delete_date_in_millis" : 1620193467360
        },
        {
          "index" : {
            "index_name" : "disabled-source",
            "index_uuid" : "YXNiiInlSk6soL-AyxVPAQ"
          },
          "delete_date_in_millis" : 1620193467360
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "u93IElcYQAut9jixtOIP2A"
          },
          "delete_date_in_millis" : 1620193467899
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "ST89Ov1QToy1oQDXyGEGiA"
          },
          "delete_date_in_millis" : 1620193468381
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "WXNHT9V7QqC9_uKqz_cq2g"
          },
          "delete_date_in_millis" : 1620193468861
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "qRpH1EL3RbyvzrLQ-O31UQ"
          },
          "delete_date_in_millis" : 1620193469350
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "tBJaN2pGRAqsxdDEwGO_CA"
          },
          "delete_date_in_millis" : 1620193469821
        },
        {
          "index" : {
            "index_name" : "index_3",
            "index_uuid" : "Qii0OToySzmSprrIMzm3Sw"
          },
          "delete_date_in_millis" : 1620193470405
        },
        {
          "index" : {
            "index_name" : "index_1",
            "index_uuid" : "qNowZpKITlGFX3sQWxdxgg"
          },
          "delete_date_in_millis" : 1620193470405
        },
        {
          "index" : {
            "index_name" : "index_2",
            "index_uuid" : "bd71-kTNRmCWDwCOwYQYmQ"
          },
          "delete_date_in_millis" : 1620193470405
        },
        {
          "index" : {
            "index_name" : "testidx",
            "index_uuid" : "dGVbNPCbSQuO5kCQ7OY9gQ"
          },
          "delete_date_in_millis" : 1620193470854
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "lhQW7dATR4elsUMCXT6eNw"
          },
          "delete_date_in_millis" : 1620193471466
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "rJR0Yz7ATRieeeWMT2PX1A"
          },
          "delete_date_in_millis" : 1620193471466
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "lGsc9D6jT2apEGqzTFLaIQ"
          },
          "delete_date_in_millis" : 1620193471466
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "tDkSt2NZTxSFNQa_JoYNKw"
          },
          "delete_date_in_millis" : 1620193471466
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "8tzgeJPQSBySZY3EiRD8dQ"
          },
          "delete_date_in_millis" : 1620193471998
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "bNXKKgh0QaGForYh4LQdZw"
          },
          "delete_date_in_millis" : 1620193471998
        },
        {
          "index" : {
            "index_name" : "backing_index",
            "index_uuid" : "6eR7uN28SjiGA5P8llDgcA"
          },
          "delete_date_in_millis" : 1620193472576
        },
        {
          "index" : {
            "index_name" : "new_index_created",
            "index_uuid" : "22cDGzEeQOKKH-525Tbc9A"
          },
          "delete_date_in_millis" : 1620193472576
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "4LAJJTDUTfeV7rHdCsB9jg"
          },
          "delete_date_in_millis" : 1620193473059
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "xfYOtzeoRxa8Gmqr99OmlA"
          },
          "delete_date_in_millis" : 1620193473988
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "984Z6RPwSB6R7pHem2437Q"
          },
          "delete_date_in_millis" : 1620193474465
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "BhMGv1jdSj-8nrqG-lRoeA"
          },
          "delete_date_in_millis" : 1620193475327
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "3dVVr0DzTt-xgXCm9firqw"
          },
          "delete_date_in_millis" : 1620193475778
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "rtWdwDF0T_2hC0JGkm2zmw"
          },
          "delete_date_in_millis" : 1620193476295
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "BVEUt_GaTXOl9xAjZuQqcg"
          },
          "delete_date_in_millis" : 1620193476746
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "MiOC2jSyTemmLZkdiKa24A"
          },
          "delete_date_in_millis" : 1620193477209
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "1EclRjMNTuGiANWvIBVtrg"
          },
          "delete_date_in_millis" : 1620193477680
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "S-NMERRJSDmQFJRUIfjf4w"
          },
          "delete_date_in_millis" : 1620193478140
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "S0Y4hMy7S1qsA0zLMO768A"
          },
          "delete_date_in_millis" : 1620193478624
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "etkCrAtURfObdySzYcBSEw"
          },
          "delete_date_in_millis" : 1620193479333
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "UAoZKSSwSqivuDSVyq11jw"
          },
          "delete_date_in_millis" : 1620193479333
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "t6YtpGbmRhW93M-0OLQUKg"
          },
          "delete_date_in_millis" : 1620193479333
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "6fEXGN6MQnOdMhd3FcpLAA"
          },
          "delete_date_in_millis" : 1620193479333
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "SLHJeTK0T--XluRs7AQ2xA"
          },
          "delete_date_in_millis" : 1620193479993
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "0KBiq8ygRTOQnaw7G1FodQ"
          },
          "delete_date_in_millis" : 1620193479993
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "KJ9WuXaLTsWY0ClzNinivA"
          },
          "delete_date_in_millis" : 1620193479993
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "mEwBtChWTHepwQ0g8-xUBQ"
          },
          "delete_date_in_millis" : 1620193479993
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "Qu-jyfR4Sw-5119h6VvQCA"
          },
          "delete_date_in_millis" : 1620193480445
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "O1lFS_jcTeu5CWiNYiHBNg"
          },
          "delete_date_in_millis" : 1620193481367
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "WLF9LRfjTJSp-WCSqNI72Q"
          },
          "delete_date_in_millis" : 1620193481810
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "qHrXTJIiQt687_E8zsMXWA"
          },
          "delete_date_in_millis" : 1620193482265
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "exyai4zEQb-sPHpBbcXcRg"
          },
          "delete_date_in_millis" : 1620193482727
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "CKm0Rh9QSX6QJokiSdgCbg"
          },
          "delete_date_in_millis" : 1620193483168
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "kM8ZOb1TRgSFYXDO4Xpf-w"
          },
          "delete_date_in_millis" : 1620193483628
        },
        {
          "index" : {
            "index_name" : "test_index_3",
            "index_uuid" : "NFrjNC9MS-mK0oTyWlP1Wg"
          },
          "delete_date_in_millis" : 1620193484672
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "v2dpDT5pTk2nXZne0xJrsQ"
          },
          "delete_date_in_millis" : 1620193484672
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "WmfKTymLSTGrl9GmbpWY6Q"
          },
          "delete_date_in_millis" : 1620193484672
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "GHfOpjqNSWmAiSQgFKNopw"
          },
          "delete_date_in_millis" : 1620193485151
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "3wg8-JdBSX6t0dpphI77ig"
          },
          "delete_date_in_millis" : 1620193485656
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "Gn0cdRwoT021_aUPrNHoKg"
          },
          "delete_date_in_millis" : 1620193486204
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "3c3IAM4gTEit58oi2NB1-g"
          },
          "delete_date_in_millis" : 1620193486204
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "QYDEwpFfQYqNJ5HatHS-Cw"
          },
          "delete_date_in_millis" : 1620193486738
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "LKZ64QHeQjWxx1H63PwfgA"
          },
          "delete_date_in_millis" : 1620193487275
        },
        {
          "index" : {
            "index_name" : "other",
            "index_uuid" : "LJdzOiY4T8KHpXA24Fj1Pw"
          },
          "delete_date_in_millis" : 1620193488044
        },
        {
          "index" : {
            "index_name" : "nonesting",
            "index_uuid" : "vr1fl1qVQlKAFRopX6bRkQ"
          },
          "delete_date_in_millis" : 1620193488044
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "BsncSfHVQ62bVQ3rnWgnsg"
          },
          "delete_date_in_millis" : 1620193488044
        },
        {
          "index" : {
            "index_name" : "test_nanos",
            "index_uuid" : "FuE6ddUGQfCR79NN9roesQ"
          },
          "delete_date_in_millis" : 1620193488044
        },
        {
          "index" : {
            "index_name" : "verynested",
            "index_uuid" : "SEnDFcFkTQCjhQEWuEPN7w"
          },
          "delete_date_in_millis" : 1620193488044
        },
        {
          "index" : {
            "index_name" : "test-xxy",
            "index_uuid" : "WXPQ6z1UQrONrD0rx2jNkg"
          },
          "delete_date_in_millis" : 1620193488746
        },
        {
          "index" : {
            "index_name" : "test-xxx",
            "index_uuid" : "rE0138eUSt-dx6e4JsErmQ"
          },
          "delete_date_in_millis" : 1620193488746
        },
        {
          "index" : {
            "index_name" : "test-yyy",
            "index_uuid" : "sdXNgTlvTTKRZdiBNRzl_Q"
          },
          "delete_date_in_millis" : 1620193488746
        },
        {
          "index" : {
            "index_name" : "test-xyy",
            "index_uuid" : "A3Jh3_P_TkCi_EBKgMQ0Ww"
          },
          "delete_date_in_millis" : 1620193488746
        },
        {
          "index" : {
            "index_name" : "testidx",
            "index_uuid" : "MCieD_ZzTeu3ukqwW2wpbA"
          },
          "delete_date_in_millis" : 1620193489246
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "D6Be12xjRWSJmKwtZVyxZw"
          },
          "delete_date_in_millis" : 1620193489845
        },
        {
          "index" : {
            "index_name" : "test2",
            "index_uuid" : "6-oWLwVZQ8aOTao1bf1Ndg"
          },
          "delete_date_in_millis" : 1620193489845
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "Cm5ypi-oQ2y7uvWr5oTpcw"
          },
          "delete_date_in_millis" : 1620193490386
        },
        {
          "index" : {
            "index_name" : "test2",
            "index_uuid" : "SQfuO6kxS-KyzUDbVA0f9g"
          },
          "delete_date_in_millis" : 1620193490990
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "OqHRgI40SbCLOPkfv77H9Q"
          },
          "delete_date_in_millis" : 1620193490990
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "GG93D8L5SvSGTKO7AOZQ6g"
          },
          "delete_date_in_millis" : 1620193491526
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "eeIso9lHRoOORT3Td1p-xg"
          },
          "delete_date_in_millis" : 1620193492589
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "gRLHueN6RWWsMtEggnw-aQ"
          },
          "delete_date_in_millis" : 1620193492589
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "4GFJx0uMRC-N5-HFY4SF9A"
          },
          "delete_date_in_millis" : 1620193493171
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "z7RoBkmqSNKECQReWhgWyQ"
          },
          "delete_date_in_millis" : 1620193493753
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "zuy3cgGcRX2RosbZv26ehQ"
          },
          "delete_date_in_millis" : 1620193493753
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "JFTJ3jJRTdepSX_WCZUwKg"
          },
          "delete_date_in_millis" : 1620193494306
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "0fXPhnIsS4KMSm44hfYikQ"
          },
          "delete_date_in_millis" : 1620193495251
        },
        {
          "index" : {
            "index_name" : "foobar",
            "index_uuid" : "olML-l8-Q4eB5NTGdGSc5A"
          },
          "delete_date_in_millis" : 1620193495861
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "0LHI6hAvTtWeG6iD3LibiA"
          },
          "delete_date_in_millis" : 1620193497533
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "H11iZ54uR-SjCzq_KxSMxA"
          },
          "delete_date_in_millis" : 1620193497533
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "_XqpNLjTQvWv9sGc9DWNRQ"
          },
          "delete_date_in_millis" : 1620193498157
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "bfgDkteaQLOZizEqTrXStA"
          },
          "delete_date_in_millis" : 1620193498686
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "-58jVUToRsytVbK4ERLBsA"
          },
          "delete_date_in_millis" : 1620193499267
        },
        {
          "index" : {
            "index_name" : "test_index_3",
            "index_uuid" : "RBiKc6WtTgeSrWL4lmkPDg"
          },
          "delete_date_in_millis" : 1620193499267
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "HXXK16EtQ3-4t_t7UMGVHA"
          },
          "delete_date_in_millis" : 1620193499267
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "K0wkhrZuQ-qxlkkUCXp6pg"
          },
          "delete_date_in_millis" : 1620193499777
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "TNrtkMGiQOqMCKHhAMpDVw"
          },
          "delete_date_in_millis" : 1620193500308
        },
        {
          "index" : {
            "index_name" : "index",
            "index_uuid" : "ilDnS0kmRz-unTpprLt6KA"
          },
          "delete_date_in_millis" : 1620193500811
        },
        {
          "index" : {
            "index_name" : "foobar",
            "index_uuid" : "ECtSuiK9RsKDIUk_7_kFvg"
          },
          "delete_date_in_millis" : 1620193501343
        },
        {
          "index" : {
            "index_name" : "test-yyy",
            "index_uuid" : "OfmJ4OQjQayKuiYZrKYvoQ"
          },
          "delete_date_in_millis" : 1620193502030
        },
        {
          "index" : {
            "index_name" : "test-xxx",
            "index_uuid" : "LfME0t_RTvC8ayzvmQEdkw"
          },
          "delete_date_in_millis" : 1620193502030
        },
        {
          "index" : {
            "index_name" : "test-xyy",
            "index_uuid" : "Qw_g37YwRLywAuodszbLJQ"
          },
          "delete_date_in_millis" : 1620193502030
        },
        {
          "index" : {
            "index_name" : "test-xxy",
            "index_uuid" : "-mMcl6gaTbSf5dMbGelEyQ"
          },
          "delete_date_in_millis" : 1620193502030
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "v7ALgk7oSUKjAYYRrXFihg"
          },
          "delete_date_in_millis" : 1620193502578
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "JjD9UmjtRZ65iezT_rqBjw"
          },
          "delete_date_in_millis" : 1620193503695
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "6Yy2uFMgS1-iY82lkLqQpA"
          },
          "delete_date_in_millis" : 1620193503695
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "soVQEUu_QOGLJ63tPfeVFg"
          },
          "delete_date_in_millis" : 1620193504303
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "v7qEm3JxQ-eVZ40ap6y_9A"
          },
          "delete_date_in_millis" : 1620193504303
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "hIKiUFq5RImm7rQ3cR8ZDA"
          },
          "delete_date_in_millis" : 1620193504799
        },
        {
          "index" : {
            "index_name" : "test_a_unmapped",
            "index_uuid" : "8moy65xlS-6Lh59kakWLGg"
          },
          "delete_date_in_millis" : 1620193505320
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "bDPEaQdHQoq9uL7tFnfXrQ"
          },
          "delete_date_in_millis" : 1620193505320
        },
        {
          "index" : {
            "index_name" : "index_closed",
            "index_uuid" : "gCAxbny8TqaTE7dtw-Gn6A"
          },
          "delete_date_in_millis" : 1620193505875
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "w7tnw_POSdGLVkpYsZmikg"
          },
          "delete_date_in_millis" : 1620193506837
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "4ZNRcRd0TZWnrrBonOpUUA"
          },
          "delete_date_in_millis" : 1620193507340
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "5-QQ2fOYSemnWxczSfk1og"
          },
          "delete_date_in_millis" : 1620193507859
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "2w-XDCFgSJWQ4NZMBCayWQ"
          },
          "delete_date_in_millis" : 1620193508516
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "84Rd-OAJTGSxLOYKgM18yQ"
          },
          "delete_date_in_millis" : 1620193508516
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "62tqf0eRTSuqNeOtNCWbBA"
          },
          "delete_date_in_millis" : 1620193508516
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "FheU_LxPR1eV6IEu-0rOCA"
          },
          "delete_date_in_millis" : 1620193508516
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "cd9piBMiTVenitA8zN3a8w"
          },
          "delete_date_in_millis" : 1620193509043
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "QZKrdQBNQXGM-rxM84VXSw"
          },
          "delete_date_in_millis" : 1620193509569
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "WWKamAccROqdzHsZn5wtLw"
          },
          "delete_date_in_millis" : 1620193510086
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "Pp_OdMfSTr6r4MNSOWak2g"
          },
          "delete_date_in_millis" : 1620193510585
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "ItYXd_jzQKOKMuuRw1Mc7Q"
          },
          "delete_date_in_millis" : 1620193511076
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "PLIiSBzGRRetHx-BlOz1eg"
          },
          "delete_date_in_millis" : 1620193512063
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "sfCKyEJLQ_iXa-8QxH-pDw"
          },
          "delete_date_in_millis" : 1620193512587
        },
        {
          "index" : {
            "index_name" : "foo",
            "index_uuid" : "d3ViQhBCTRyySn_IOcJCCw"
          },
          "delete_date_in_millis" : 1620193513195
        },
        {
          "index" : {
            "index_name" : "test_index2",
            "index_uuid" : "tOho5V2HRZicv1EfTcSPwA"
          },
          "delete_date_in_millis" : 1620193513195
        },
        {
          "index" : {
            "index_name" : "test_index1",
            "index_uuid" : "mxf97dMuRPKlzckGaHLgXA"
          },
          "delete_date_in_millis" : 1620193513195
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "DKyxcALuQNWRX6OaS-JpqQ"
          },
          "delete_date_in_millis" : 1620193513745
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "uPPFOsBCR9mp6vInRcx93Q"
          },
          "delete_date_in_millis" : 1620193514292
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "eKm0BAInRsmqdChyVN0s2g"
          },
          "delete_date_in_millis" : 1620193515052
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "KFHMHJSDTl2a_jrZwnDXpA"
          },
          "delete_date_in_millis" : 1620193515052
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "TBn3ka67Tgim2uoFN1ch8A"
          },
          "delete_date_in_millis" : 1620193515052
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "Ywi-tvr_SdS5-FXt45e4iw"
          },
          "delete_date_in_millis" : 1620193515052
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "58bAJ9T4RFuLe5WMuP7kcg"
          },
          "delete_date_in_millis" : 1620193515839
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "c3dKPindQxe_4BO1oHrMZw"
          },
          "delete_date_in_millis" : 1620193515839
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "4OmC4EesRp-OzFBXc-PmeQ"
          },
          "delete_date_in_millis" : 1620193515839
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "n1_Fp1EyQUO2k7bK1j1V8Q"
          },
          "delete_date_in_millis" : 1620193515839
        },
        {
          "index" : {
            "index_name" : "index_2",
            "index_uuid" : "LxH9OzFfSYKTYYzhQN3beQ"
          },
          "delete_date_in_millis" : 1620193517100
        },
        {
          "index" : {
            "index_name" : "index_1",
            "index_uuid" : "VQccBOtwR3SfXbc-srgofw"
          },
          "delete_date_in_millis" : 1620193517100
        },
        {
          "index" : {
            "index_name" : "index_3",
            "index_uuid" : "_JEl5YebSPm1eVz6QysMNw"
          },
          "delete_date_in_millis" : 1620193517100
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "xAlSuFzLQkKhEX0CWHgm3g"
          },
          "delete_date_in_millis" : 1620193518433
        },
        {
          "index" : {
            "index_name" : "flattened_test",
            "index_uuid" : "kavZWDB_TmSgF_Qyyq6XYw"
          },
          "delete_date_in_millis" : 1620193519025
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "2omsJKuWTleTceno_1NRKg"
          },
          "delete_date_in_millis" : 1620193519646
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "F0jPWy3QQniHkZJiJhBCtQ"
          },
          "delete_date_in_millis" : 1620193520287
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "Xh_2Ce7rTs6bSmuK5J1RwQ"
          },
          "delete_date_in_millis" : 1620193520862
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "g98-37i_ROKSPisbpYcXnw"
          },
          "delete_date_in_millis" : 1620193521658
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "2EOC_jQ4TlKsfGtT2WnruQ"
          },
          "delete_date_in_millis" : 1620193521658
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "A3pbJj8JRoKF7ib8X7L2MA"
          },
          "delete_date_in_millis" : 1620193521658
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "SRMxVKWbSeaBORh-dh3x4w"
          },
          "delete_date_in_millis" : 1620193521658
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "aOyjcwkIQLSOfIr-hxcOig"
          },
          "delete_date_in_millis" : 1620193522330
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "FiwZfjROTtOOP4MmqNtZHA"
          },
          "delete_date_in_millis" : 1620193523036
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "XM9sLAiHQN6_ixiIVjBarQ"
          },
          "delete_date_in_millis" : 1620193523752
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "lI9ynSGASXegtPv7AJO1kg"
          },
          "delete_date_in_millis" : 1620193523752
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "Tyxsn8NtRQuY6QbXJengSw"
          },
          "delete_date_in_millis" : 1620193525132
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "lM1CPcXiT42sQZQ-EroScw"
          },
          "delete_date_in_millis" : 1620193525132
        },
        {
          "index" : {
            "index_name" : "myindex",
            "index_uuid" : "RSKiHzvFQFSXHUA2kyDpeQ"
          },
          "delete_date_in_millis" : 1620193525132
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "dtlpEpuHRG-J-xA0Eq1YIQ"
          },
          "delete_date_in_millis" : 1620193525809
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "Gme28MqvQVyKLu5DwVI-Kg"
          },
          "delete_date_in_millis" : 1620193526475
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "IouRjY_uQDGJcgo_JL0v8A"
          },
          "delete_date_in_millis" : 1620193526475
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "orZAUAcVQJqaV0oXlv67vA"
          },
          "delete_date_in_millis" : 1620193527127
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "fpULZwHIQgeKpJ0djMNgsQ"
          },
          "delete_date_in_millis" : 1620193527764
        },
        {
          "index" : {
            "index_name" : "index",
            "index_uuid" : "oWxT_sKMSLu_bGRIoSFHUg"
          },
          "delete_date_in_millis" : 1620193528949
        },
        {
          "index" : {
            "index_name" : "index2",
            "index_uuid" : "rnmJ44fLQ6iyvFyc4IPp7w"
          },
          "delete_date_in_millis" : 1620193528949
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "ppJ0icOGQAiOBIBgbZMRyw"
          },
          "delete_date_in_millis" : 1620193529562
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "K4qilVYXQjmcF4Y26XJa7A"
          },
          "delete_date_in_millis" : 1620193529562
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "TuMOEd8ISB6xmQII7xvO2Q"
          },
          "delete_date_in_millis" : 1620193530262
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "s6JD9KOVS9WVPIJ2tXFAJQ"
          },
          "delete_date_in_millis" : 1620193530908
        },
        {
          "index" : {
            "index_name" : "testidx",
            "index_uuid" : "hQ83xv1RRKa8ZvKXhLLmcQ"
          },
          "delete_date_in_millis" : 1620193531619
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "aXKdrp2DSqSwiGEhGNDI2A"
          },
          "delete_date_in_millis" : 1620193532886
        },
        {
          "index" : {
            "index_name" : "index1",
            "index_uuid" : "CJvPWfPySmOR3Tve-kEbjA"
          },
          "delete_date_in_millis" : 1620193533501
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "IZA-lSDKSHmm58BHpoa3Ng"
          },
          "delete_date_in_millis" : 1620193534308
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "DKpQx2U5RsSQ1ouKYFclAg"
          },
          "delete_date_in_millis" : 1620193534308
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "LhBzLJHpQdGcWNsou3pq5Q"
          },
          "delete_date_in_millis" : 1620193534308
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "OybX5a2jSKGfZcXtiHaz9g"
          },
          "delete_date_in_millis" : 1620193534308
        },
        {
          "index" : {
            "index_name" : "testing",
            "index_uuid" : "AVGMtLg1QOaGu0Q-vTMmpw"
          },
          "delete_date_in_millis" : 1620193534934
        },
        {
          "index" : {
            "index_name" : "completion_with_sub_completion",
            "index_uuid" : "0D2QbAxnQK25YuiAs1r2QA"
          },
          "delete_date_in_millis" : 1620193535569
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "STbRJgy4T7qaicURNiH2pg"
          },
          "delete_date_in_millis" : 1620193537363
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "PWRnQBVQRvWSUb-xHkS4Uw"
          },
          "delete_date_in_millis" : 1620193538134
        },
        {
          "index" : {
            "index_name" : "test3",
            "index_uuid" : "BT4Tfg3WTzmrBC2d_zZhCg"
          },
          "delete_date_in_millis" : 1620193538134
        },
        {
          "index" : {
            "index_name" : "test2",
            "index_uuid" : "Ctkqnw2OQTen6PcHgi9mug"
          },
          "delete_date_in_millis" : 1620193538134
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "5LMpd02DQ9mjNdR7xJBk_g"
          },
          "delete_date_in_millis" : 1620193538957
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "qIbytUexQt-R2AMGAsh39w"
          },
          "delete_date_in_millis" : 1620193538957
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "ijviN8_iRgKQ_8BrICw_EA"
          },
          "delete_date_in_millis" : 1620193538957
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "mAtA06ogRM-fghLZ6JUCbg"
          },
          "delete_date_in_millis" : 1620193538957
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "Q2vRkRz0TN2CcNzqFackgQ"
          },
          "delete_date_in_millis" : 1620193540235
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "iTQVcVfVToiIuPzXGi9T0Q"
          },
          "delete_date_in_millis" : 1620193540844
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "uIaDqU8zS6GGIsT3exM_Ww"
          },
          "delete_date_in_millis" : 1620193541500
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "V4G_CaVeQRegTxM8t2pv3g"
          },
          "delete_date_in_millis" : 1620193541500
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "ukOVjikXT92JnTw_ap1_yw"
          },
          "delete_date_in_millis" : 1620193542109
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "KFyxDpI9Rx-6CiTKow9UIg"
          },
          "delete_date_in_millis" : 1620193542770
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "Gxs0jg-PR-6uDjTSbN24Iw"
          },
          "delete_date_in_millis" : 1620193542770
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "FtBYZBNESKuSBZOD6e-YaQ"
          },
          "delete_date_in_millis" : 1620193543962
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "CbqNEeeRQoyDsdnpn9Mybw"
          },
          "delete_date_in_millis" : 1620193544567
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "fEn7Zy-xQe2IhC97kVsYzg"
          },
          "delete_date_in_millis" : 1620193545336
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "z1x-lcrCTFKRcR9FIKvybg"
          },
          "delete_date_in_millis" : 1620193545336
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "sMHqDkN0ShKJp4-f2znkvw"
          },
          "delete_date_in_millis" : 1620193545336
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "uvYQunhtQMOI7MxMx__oFQ"
          },
          "delete_date_in_millis" : 1620193545336
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "PSPA9azxQ12FsjOXYDOiqQ"
          },
          "delete_date_in_millis" : 1620193545936
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "b3N4ZXIkS32kwAsBObnlyw"
          },
          "delete_date_in_millis" : 1620193546516
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "Kp7At-TpTrKGNf-TfBPnog"
          },
          "delete_date_in_millis" : 1620193547173
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "XdT6M_3RRhSwBrKpm91TBQ"
          },
          "delete_date_in_millis" : 1620193547769
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "6Qs4x7gASt-7QiRiN7sfrw"
          },
          "delete_date_in_millis" : 1620193548383
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "J1hlRT0iSr6xQfgLzoTqIg"
          },
          "delete_date_in_millis" : 1620193548999
        },
        {
          "index" : {
            "index_name" : "other",
            "index_uuid" : "2Qvhz7XpTdmYId_1N5h0JQ"
          },
          "delete_date_in_millis" : 1620193549795
        },
        {
          "index" : {
            "index_name" : "nonesting",
            "index_uuid" : "ZolPXKFQRDi2qeAuXZXagA"
          },
          "delete_date_in_millis" : 1620193549795
        },
        {
          "index" : {
            "index_name" : "verynested",
            "index_uuid" : "OXHbhSFZQJ-k7VHSlxMH7g"
          },
          "delete_date_in_millis" : 1620193549795
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "QKLZY-cHQwmgyr1F3oz8Kg"
          },
          "delete_date_in_millis" : 1620193549795
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "NhTUbbQ0S8OdGweXM5I3VQ"
          },
          "delete_date_in_millis" : 1620193550493
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "mbkbQIaDQBauD7VBHcgVxg"
          },
          "delete_date_in_millis" : 1620193550493
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "QpdlssdqReuNrcR-hsO9BA"
          },
          "delete_date_in_millis" : 1620193551140
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "vViN9rEqT-q7HduC2e95PA"
          },
          "delete_date_in_millis" : 1620193551933
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "Rv_767CdQPe0VUpPkQLySg"
          },
          "delete_date_in_millis" : 1620193551933
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "QqcmExB5Sbqf7leUJa-Mqw"
          },
          "delete_date_in_millis" : 1620193551933
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "HBthI_xST1SKw_qcB9Iacw"
          },
          "delete_date_in_millis" : 1620193551933
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "GrOYZGD_Qqu8QfhDP-bJBg"
          },
          "delete_date_in_millis" : 1620193553167
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "oK3p4vqTQA2G9wCrPZa-iQ"
          },
          "delete_date_in_millis" : 1620193553167
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "iudIU0jpQMS-46MQdyjiBQ"
          },
          "delete_date_in_millis" : 1620193553886
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "aUVXx_L3RhqQZKJt7245CA"
          },
          "delete_date_in_millis" : 1620193554559
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "xQ3VdVaBSYK0R30tfzr-NA"
          },
          "delete_date_in_millis" : 1620193554559
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "G5j0HbS8QVGV3Vk7U9PgJA"
          },
          "delete_date_in_millis" : 1620193555351
        },
        {
          "index" : {
            "index_name" : "test2",
            "index_uuid" : "hAfozyb7TNCXVXcw2l-lDw"
          },
          "delete_date_in_millis" : 1620193555351
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "xXbuldi1Sv2heaL8LLQ4rg"
          },
          "delete_date_in_millis" : 1620193556018
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "ge86KTmCSYKgRRNJUnwp1A"
          },
          "delete_date_in_millis" : 1620193556815
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "nc4XthlfTTKUA9KIyre27w"
          },
          "delete_date_in_millis" : 1620193556815
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "c9pJ42BlSD614fwF1M9e2g"
          },
          "delete_date_in_millis" : 1620193556815
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "6Lld3h6dTue9tsByjr-0aQ"
          },
          "delete_date_in_millis" : 1620193556815
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "M-86KXI-TtmTmpqtLWvlGw"
          },
          "delete_date_in_millis" : 1620193557399
        },
        {
          "index" : {
            "index_name" : "test_index_3",
            "index_uuid" : "DSaRj1JfSB6fa9pygAN3lg"
          },
          "delete_date_in_millis" : 1620193558163
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "Z4G8S3wgRbWBLdy-eIfBBw"
          },
          "delete_date_in_millis" : 1620193558163
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "o2Eynhg_RtOuQS6itgOUZA"
          },
          "delete_date_in_millis" : 1620193558163
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "ruNp6fakTxuqpvgtUw5Utw"
          },
          "delete_date_in_millis" : 1620193558769
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "AiktMN8mQBetFRcMKpa1gA"
          },
          "delete_date_in_millis" : 1620193559371
        },
        {
          "index" : {
            "index_name" : "test2",
            "index_uuid" : "wwYl2Q_8TbOsfuc7Fidf0g"
          },
          "delete_date_in_millis" : 1620193560034
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "sAr1_KNIRt-s4pb9bKKyYQ"
          },
          "delete_date_in_millis" : 1620193560034
        },
        {
          "index" : {
            "index_name" : "test3",
            "index_uuid" : "bKjao16FSmC5fUO_k5YOvA"
          },
          "delete_date_in_millis" : 1620193560034
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "54x6LFpQSmmdaLzZc4XyOQ"
          },
          "delete_date_in_millis" : 1620193561154
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "qLH30UxbQpGbe_zecM_FqQ"
          },
          "delete_date_in_millis" : 1620193561762
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "kHxCCRRiQie91j54r5i6Ig"
          },
          "delete_date_in_millis" : 1620193562950
        },
        {
          "index" : {
            "index_name" : "test_index_3",
            "index_uuid" : "7-LOKiOoSK-lT9NKmuXblQ"
          },
          "delete_date_in_millis" : 1620193562950
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "2TMnPTqnTLmktd_3M2OgGw"
          },
          "delete_date_in_millis" : 1620193562950
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "VdFcgIM3ThObOJMPOULdjA"
          },
          "delete_date_in_millis" : 1620193563548
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "SZyOrmDqS52qjdf3ba8v0A"
          },
          "delete_date_in_millis" : 1620193564124
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "Xdz3fq2rSPeYNFOEzXd6rg"
          },
          "delete_date_in_millis" : 1620193564783
        },
        {
          "index" : {
            "index_name" : "test_nanos",
            "index_uuid" : "zzMlZH-BS3yGwH5SRdVRKg"
          },
          "delete_date_in_millis" : 1620193564783
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "i5DqMA6tR2yXZAW1XRl2CQ"
          },
          "delete_date_in_millis" : 1620193565403
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "XJdYnXqJQGumJZqvITd3sA"
          },
          "delete_date_in_millis" : 1620193566012
        },
        {
          "index" : {
            "index_name" : "bulk_50_refresh_1",
            "index_uuid" : "6ZdvygfRRo-5agFmDO8D8w"
          },
          "delete_date_in_millis" : 1620193566599
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "goZRsMJxSGi0XMIG6D120Q"
          },
          "delete_date_in_millis" : 1620193567362
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "luNDgeQdRZiE7ho1BlY2_w"
          },
          "delete_date_in_millis" : 1620193567362
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "IVm71U8PRj-E7afgGq0ZLQ"
          },
          "delete_date_in_millis" : 1620193567362
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "-VBh3mhXRgK1EGfVt8rX7Q"
          },
          "delete_date_in_millis" : 1620193567362
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "eJ0HuqqKQKSDIyCCrTBYvA"
          },
          "delete_date_in_millis" : 1620193567967
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "Qwb8Vk1CQtOQzGOtRw47zw"
          },
          "delete_date_in_millis" : 1620193569084
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "kHt9_0u-QRG1CTx10nmC7w"
          },
          "delete_date_in_millis" : 1620193569856
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "dotvp2XwQHezkqaMqWMZvA"
          },
          "delete_date_in_millis" : 1620193569856
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "Q8jcWXJTQjuZE8TJyvS7ug"
          },
          "delete_date_in_millis" : 1620193569856
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "LLcaABdGRHSwlxHf7X4kYA"
          },
          "delete_date_in_millis" : 1620193569856
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "Fp91DhAaSMKZVjnONGNS6g"
          },
          "delete_date_in_millis" : 1620193570480
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "RlF75K7rRwOmGJgOslUgSw"
          },
          "delete_date_in_millis" : 1620193571101
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "Y815BeLbR2KAwGTHLepAYQ"
          },
          "delete_date_in_millis" : 1620193571717
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "d_Yi66J6Qai4kwOQKkmGzg"
          },
          "delete_date_in_millis" : 1620193572344
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "Qw0DtuslQ3myghOXytSyZA"
          },
          "delete_date_in_millis" : 1620193573009
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "ZIMMI841QCOlX8GmO7XHxQ"
          },
          "delete_date_in_millis" : 1620193573009
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "mnVp2ZF-RmiaiVdpUeJMVg"
          },
          "delete_date_in_millis" : 1620193573714
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "HgVLcAJ-SA6WYFqZ071nSA"
          },
          "delete_date_in_millis" : 1620193574359
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "hP1lQmxpQjC-aZ0F03GDLw"
          },
          "delete_date_in_millis" : 1620193575037
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "acQ6ilorSUCvyvYvuoruOg"
          },
          "delete_date_in_millis" : 1620193577065
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "89kjd6z1SR23f-xhyxdwNg"
          },
          "delete_date_in_millis" : 1620193577743
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "MszXhWshRNSm9oBi_aYSiQ"
          },
          "delete_date_in_millis" : 1620193578420
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "VACDSHyVTbGIKwgMNpLCkw"
          },
          "delete_date_in_millis" : 1620193579676
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "tMhvPx5CQJG6JbG0HDJ4BA"
          },
          "delete_date_in_millis" : 1620193580371
        },
        {
          "index" : {
            "index_name" : "index",
            "index_uuid" : "O21rrG9xSGWpA6hzOn8DNQ"
          },
          "delete_date_in_millis" : 1620193581032
        },
        {
          "index" : {
            "index_name" : "index1",
            "index_uuid" : "OQx9X1HfRky0qG5t_aUdWQ"
          },
          "delete_date_in_millis" : 1620193581727
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "U7p_y8BBTruaBBXA-TgsZQ"
          },
          "delete_date_in_millis" : 1620193582401
        },
        {
          "index" : {
            "index_name" : "test2",
            "index_uuid" : "wcAhw6NuSPyTCLSIH4DuSg"
          },
          "delete_date_in_millis" : 1620193584467
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "DwLdcxcDQ2yhSnU8h_VMLw"
          },
          "delete_date_in_millis" : 1620193584467
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "hjfCfv4YSq-hL8KX4BRl0g"
          },
          "delete_date_in_millis" : 1620193585648
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "gGUYkuP-RHO-Z71-h8l8Ug"
          },
          "delete_date_in_millis" : 1620193585648
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "vGN9HLNyTjCxkiw1yYvVDQ"
          },
          "delete_date_in_millis" : 1620193586265
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "Sj4ymFY5T-aN-4I-b9zk0w"
          },
          "delete_date_in_millis" : 1620193586855
        },
        {
          "index" : {
            "index_name" : "index_2",
            "index_uuid" : "VomqQz6rQauydNXODAFFEw"
          },
          "delete_date_in_millis" : 1620193587567
        },
        {
          "index" : {
            "index_name" : "index_1",
            "index_uuid" : "1hRNXi56Ti2Wy-6NUFE15A"
          },
          "delete_date_in_millis" : 1620193587567
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "RaWcBMUoTnSmcGPuQqvxQw"
          },
          "delete_date_in_millis" : 1620193588203
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "nFYiZD2rRGyT3dZZuSE4yA"
          },
          "delete_date_in_millis" : 1620193589064
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "trjfJdnEQWm_TJUjCD8e7Q"
          },
          "delete_date_in_millis" : 1620193589064
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "PCqNFWC_Sm2p2UsMerNkaw"
          },
          "delete_date_in_millis" : 1620193589064
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "8FK3pJMcQwKATKxeEPuOOA"
          },
          "delete_date_in_millis" : 1620193589064
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "eqmRjmV_QDClLDUJ4BOsKg"
          },
          "delete_date_in_millis" : 1620193589768
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "yarIT_wKSYS3cVC2y0rQDA"
          },
          "delete_date_in_millis" : 1620193590646
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "65C03LhNQYSZWdmcRqjI7A"
          },
          "delete_date_in_millis" : 1620193590646
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "Hny7rbZgRIaXXEYvb0BYcw"
          },
          "delete_date_in_millis" : 1620193590646
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "F5iw-k-0T_KTJij0gemLdA"
          },
          "delete_date_in_millis" : 1620193590646
        },
        {
          "index" : {
            "index_name" : "testidx",
            "index_uuid" : "g5IOfPQzSqCsftQyFRoc7g"
          },
          "delete_date_in_millis" : 1620193592486
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "rB8swqD1TxaLrqdd8ONMDA"
          },
          "delete_date_in_millis" : 1620193593800
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "2iMj1OTxS_Cwf75V-0z0wg"
          },
          "delete_date_in_millis" : 1620193594434
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "dUgYGWBCTbCPNaOucMspZQ"
          },
          "delete_date_in_millis" : 1620193595723
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "iIcUPpfCSHGU-I0oUUHCCQ"
          },
          "delete_date_in_millis" : 1620193596350
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "k_zkQl9yQQKb7WCDBQShOg"
          },
          "delete_date_in_millis" : 1620193597588
        },
        {
          "index" : {
            "index_name" : "target",
            "index_uuid" : "RP39V8uQSR67ReHzZNxvhg"
          },
          "delete_date_in_millis" : 1620193598373
        },
        {
          "index" : {
            "index_name" : "source",
            "index_uuid" : "2oQ8Z1aiTGaDWRNx43nL8Q"
          },
          "delete_date_in_millis" : 1620193598373
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "eXk2mSY5Q9COVAJVjwSXIA"
          },
          "delete_date_in_millis" : 1620193599667
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "kA_uFearRGesxck2NJrATA"
          },
          "delete_date_in_millis" : 1620193600305
        },
        {
          "index" : {
            "index_name" : "bulk_50_refresh_2",
            "index_uuid" : "znZCqN18SD6-Q0PcyFPqQQ"
          },
          "delete_date_in_millis" : 1620193600941
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "WJ0T85LVRTWHSb02C1jj2w"
          },
          "delete_date_in_millis" : 1620193601774
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "CIlUclu4R-mjNumo9WCs9g"
          },
          "delete_date_in_millis" : 1620193601774
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "TkqvXOHzShaRml4Bm0cDng"
          },
          "delete_date_in_millis" : 1620193601774
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "RKbYTC5OROCsMdls2AgfKA"
          },
          "delete_date_in_millis" : 1620193601774
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "Q8X7kJEfTgmgXvO6PMizKw"
          },
          "delete_date_in_millis" : 1620193602452
        },
        {
          "index" : {
            "index_name" : "test_unmapped",
            "index_uuid" : "FzpHGjY3RrmcbeXX3fIDBg"
          },
          "delete_date_in_millis" : 1620193602452
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "jcfwoZTUTnqz_gdzLTEFPg"
          },
          "delete_date_in_millis" : 1620193603143
        },
        {
          "index" : {
            "index_name" : "eggplant",
            "index_uuid" : "HnkyvNDUT2mMlAsgZwNPUg"
          },
          "delete_date_in_millis" : 1620193603847
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "WISluSpRSOmsjLT8yYw4MA"
          },
          "delete_date_in_millis" : 1620193604529
        },
        {
          "index" : {
            "index_name" : ".index1",
            "index_uuid" : "J3YiBGa-SvSdwUTu8RCqcg"
          },
          "delete_date_in_millis" : 1620193605138
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "Oa6pWQh7Q32IayHDx3EthA"
          },
          "delete_date_in_millis" : 1620193606964
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "RAE_ngdkRo-eHbu8_twJXA"
          },
          "delete_date_in_millis" : 1620193608239
        },
        {
          "index" : {
            "index_name" : "lookup",
            "index_uuid" : "dLT7cltiQUmrYl1Up-KQpA"
          },
          "delete_date_in_millis" : 1620193609585
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "RBqeIN-BToGh5t9dgvQXwg"
          },
          "delete_date_in_millis" : 1620193609585
        },
        {
          "index" : {
            "index_name" : "test_sliced_scroll",
            "index_uuid" : "NsdBU2eaQrqMvjkNArcOTQ"
          },
          "delete_date_in_millis" : 1620193610906
        },
        {
          "index" : {
            "index_name" : "index_1",
            "index_uuid" : "unPQY6m9T1C5KJVg5GHEbg"
          },
          "delete_date_in_millis" : 1620193611794
        },
        {
          "index" : {
            "index_name" : "index_2",
            "index_uuid" : "-wTqdZvTTjyoRSeLbju7-w"
          },
          "delete_date_in_millis" : 1620193611794
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "p_Vq5rIXSGWzVYube3zA-w"
          },
          "delete_date_in_millis" : 1620193612593
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "FaLl90aKTciE8zh3bYJI2Q"
          },
          "delete_date_in_millis" : 1620193613578
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "03y4jG8oQvOWhYg0tTDqBA"
          },
          "delete_date_in_millis" : 1620193614433
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "sU1vEE41R_6gOz4gSZ-U3g"
          },
          "delete_date_in_millis" : 1620193615249
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "dw_e3GftQeCSBsd5c8DQ_w"
          },
          "delete_date_in_millis" : 1620193616052
        },
        {
          "index" : {
            "index_name" : "test_index3",
            "index_uuid" : "LBeQAVvkSNil_GqPL_KCJQ"
          },
          "delete_date_in_millis" : 1620193616939
        },
        {
          "index" : {
            "index_name" : "test_index1",
            "index_uuid" : "r0V-YNDCT5G_q2I1DRzKdg"
          },
          "delete_date_in_millis" : 1620193616939
        },
        {
          "index" : {
            "index_name" : "test_index2",
            "index_uuid" : "G3C-AOfRQ3iXzL-rMSAbaQ"
          },
          "delete_date_in_millis" : 1620193616939
        },
        {
          "index" : {
            "index_name" : "test_index1",
            "index_uuid" : "aiq4A1pSTy-E3IdseKGQBw"
          },
          "delete_date_in_millis" : 1620193617772
        },
        {
          "index" : {
            "index_name" : "test_index2",
            "index_uuid" : "QIXMPWWNToCza8AneBD1uQ"
          },
          "delete_date_in_millis" : 1620193617772
        },
        {
          "index" : {
            "index_name" : "foo",
            "index_uuid" : "k5alnK7KRwSftvm0iUoPKQ"
          },
          "delete_date_in_millis" : 1620193617772
        },
        {
          "index" : {
            "index_name" : "index1",
            "index_uuid" : "gC7uvXNDSAqdC0fEw0WiSg"
          },
          "delete_date_in_millis" : 1620193618557
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "77fuDq1LSZ2M2O4MbuKDAQ"
          },
          "delete_date_in_millis" : 1620193620117
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "V5w7sTngRxeZc4NeP2bgZQ"
          },
          "delete_date_in_millis" : 1620193620117
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "Oioh4u5zSg2VSXGpJQkVUA"
          },
          "delete_date_in_millis" : 1620193620117
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "PZZrAD_LT8aFGGoH0tf7qg"
          },
          "delete_date_in_millis" : 1620193620117
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "7yHbCC0iTDGbFBkPNRsFTA"
          },
          "delete_date_in_millis" : 1620193620864
        },
        {
          "index" : {
            "index_name" : "test_scroll",
            "index_uuid" : "ejOGHiTiRlq79282xBtuOw"
          },
          "delete_date_in_millis" : 1620193621625
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "Cu03KkI0TVCuEAttwgJL9A"
          },
          "delete_date_in_millis" : 1620193622526
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "XsGn-8fXQpy4Mbnl31gebA"
          },
          "delete_date_in_millis" : 1620193622526
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "ZZaoBxUIRpCf4TUJtISdTw"
          },
          "delete_date_in_millis" : 1620193622526
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "X54JmFS2T1mjlMMnL3soyg"
          },
          "delete_date_in_millis" : 1620193622526
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "mjaA_c9EStG114DtavQAhQ"
          },
          "delete_date_in_millis" : 1620193623248
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "w4Xa-uSdSmOFpnP9NyxYxQ"
          },
          "delete_date_in_millis" : 1620193624043
        },
        {
          "index" : {
            "index_name" : "test3",
            "index_uuid" : "J_iLmRveR_aRTKPPOyobCw"
          },
          "delete_date_in_millis" : 1620193624043
        },
        {
          "index" : {
            "index_name" : "test2",
            "index_uuid" : "oZ_WzkZ9ROSseiaPSJe3ig"
          },
          "delete_date_in_millis" : 1620193624043
        },
        {
          "index" : {
            "index_name" : "testidx",
            "index_uuid" : "bmBUFyrJS02NMKJJiEReGQ"
          },
          "delete_date_in_millis" : 1620193625432
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "ibg-BJwZRDqZ5HFaB5SDrQ"
          },
          "delete_date_in_millis" : 1620193626144
        },
        {
          "index" : {
            "index_name" : "index-1",
            "index_uuid" : "6xgTxbzESTyU0eN3m0zkCQ"
          },
          "delete_date_in_millis" : 1620193626929
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "6dRCF9jcQEGvTabCe5Jb_Q"
          },
          "delete_date_in_millis" : 1620193627662
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "Y-LlC9cKQCKCiTUUkTvGbQ"
          },
          "delete_date_in_millis" : 1620193628419
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "qPBuvDD9TeWKP3de6iK0_Q"
          },
          "delete_date_in_millis" : 1620193628419
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "ozF23gxxR4KBHyy91SXSdg"
          },
          "delete_date_in_millis" : 1620193629821
        },
        {
          "index" : {
            "index_name" : "sensor",
            "index_uuid" : "htEF0x2LSiOIVOazeH6MHg"
          },
          "delete_date_in_millis" : 1620193630537
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "Aa9Yq5aaQSWimhdIWlzqRQ"
          },
          "delete_date_in_millis" : 1620193631463
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "rpubAlQGTAaR1iyQSvfHRA"
          },
          "delete_date_in_millis" : 1620193631463
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "yT476qmxRp6tk2rAxI-AYA"
          },
          "delete_date_in_millis" : 1620193631463
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "IP0T4NclQ7W0MzsioHfc7g"
          },
          "delete_date_in_millis" : 1620193631463
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "kB6VO7MUQWej9s4HELDYsQ"
          },
          "delete_date_in_millis" : 1620193632251
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "DvIrJGUfTcSHFjySk_-iLw"
          },
          "delete_date_in_millis" : 1620193633828
        },
        {
          "index" : {
            "index_name" : "foo",
            "index_uuid" : "ZF7kFMzoSBelws29gHvJJA"
          },
          "delete_date_in_millis" : 1620193634708
        },
        {
          "index" : {
            "index_name" : "baz",
            "index_uuid" : "MP0S5cOxSC6_vYeIpmRWBA"
          },
          "delete_date_in_millis" : 1620193634708
        },
        {
          "index" : {
            "index_name" : "bar",
            "index_uuid" : "T03ndDzpT8GhPpmySPKNag"
          },
          "delete_date_in_millis" : 1620193634708
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "Lqt7xOooT-SKxKQOz622dw"
          },
          "delete_date_in_millis" : 1620193635553
        },
        {
          "index" : {
            "index_name" : "test_2",
            "index_uuid" : "xy6Mcmy2QbWdNUXX9S7kpA"
          },
          "delete_date_in_millis" : 1620193636493
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "srgqdpMWQk6quNru8C6SmQ"
          },
          "delete_date_in_millis" : 1620193636493
        },
        {
          "index" : {
            "index_name" : "index_2",
            "index_uuid" : "vTTaPB6DRgaH3M0xtmgrvQ"
          },
          "delete_date_in_millis" : 1620193637545
        },
        {
          "index" : {
            "index_name" : "index_1",
            "index_uuid" : "2snnJRb7Sf-SvqEyVRfiYQ"
          },
          "delete_date_in_millis" : 1620193637545
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "hx4jD3TdShSIa370BUjxJQ"
          },
          "delete_date_in_millis" : 1620193639080
        },
        {
          "index" : {
            "index_name" : "verynested",
            "index_uuid" : "oijhRk-YTZ-zLQPizzXNYw"
          },
          "delete_date_in_millis" : 1620193640106
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "q2nL_so-SKCHocVHUtDBxA"
          },
          "delete_date_in_millis" : 1620193640106
        },
        {
          "index" : {
            "index_name" : "other",
            "index_uuid" : "l0B-hzuARFu14pEA81ltsg"
          },
          "delete_date_in_millis" : 1620193640106
        },
        {
          "index" : {
            "index_name" : "nonesting",
            "index_uuid" : "Nh2-89B9SdyRlTu87aZTFA"
          },
          "delete_date_in_millis" : 1620193640106
        },
        {
          "index" : {
            "index_name" : "copy-settings-target",
            "index_uuid" : "B6sjfFv_SKyu7R6zUwOkzg"
          },
          "delete_date_in_millis" : 1620193641130
        },
        {
          "index" : {
            "index_name" : "source",
            "index_uuid" : "jEoyKSE9R8C3noS430T_7g"
          },
          "delete_date_in_millis" : 1620193641130
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "Req7pIhCSg27Ml1gDYKGmg"
          },
          "delete_date_in_millis" : 1620193642897
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "KiNE3IG5TJumyo9GE33u8w"
          },
          "delete_date_in_millis" : 1620193643801
        },
        {
          "index" : {
            "index_name" : "test_index",
            "index_uuid" : "lX_FSwK5TbOD39_1WKJY4A"
          },
          "delete_date_in_millis" : 1620193644746
        },
        {
          "index" : {
            "index_name" : "test_index_2",
            "index_uuid" : "7IgzH9kPQHWZhvScN4k3DA"
          },
          "delete_date_in_millis" : 1620193644746
        },
        {
          "index" : {
            "index_name" : "test_1",
            "index_uuid" : "NAhVQoPIQY2dUYvv26Y3EA"
          },
          "delete_date_in_millis" : 1620193645598
        },
        {
          "index" : {
            "index_name" : "test-no-dv",
            "index_uuid" : "gwaK-7DgQCe9K5aRrUwQcg"
          },
          "delete_date_in_millis" : 1620193646562
        },
        {
          "index" : {
            "index_name" : "test-unmapped",
            "index_uuid" : "iOqZfS2RStevrdoTPl13kw"
          },
          "delete_date_in_millis" : 1620193646562
        },
        {
          "index" : {
            "index_name" : "test-empty",
            "index_uuid" : "wFg_GsMWTf2UEDv8fpxZZw"
          },
          "delete_date_in_millis" : 1620193646562
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "BrIuV420TIy99ZAYsSyXgA"
          },
          "delete_date_in_millis" : 1620193646562
        },
        {
          "index" : {
            "index_name" : "test1",
            "index_uuid" : "LPDuZca2Ti2NBIAZBZ8IDA"
          },
          "delete_date_in_millis" : 1620193647384
        },
        {
          "index" : {
            "index_name" : "test-1",
            "index_uuid" : "xhiu3XjNSgG-IqmB0kIFcg"
          },
          "delete_date_in_millis" : 1620193650400
        },
        {
          "index" : {
            "index_name" : "test-0",
            "index_uuid" : "NPcb9ZupQOCyjEiE9TUAxw"
          },
          "delete_date_in_millis" : 1620193650400
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "iGHyLgyFTryvCyVsx-US_g"
          },
          "delete_date_in_millis" : 1620193652045
        },
        {
          "index" : {
            "index_name" : "test",
            "index_uuid" : "BcqNHxafRle8MOaKlYVYaQ"
          },
          "delete_date_in_millis" : 1620193683300
        },
        {
          "index" : {
            "index_name" : "test-snapshot-index",
            "index_uuid" : "L42tDwPUSXCErRWksVsAzw"
          },
          "delete_date_in_millis" : 1620193685726
        }
      ]
    },
    "index_template" : {
      "index_template" : {
        "ilm-history" : {
          "index_patterns" : [
            "ilm-history-5*"
          ],
          "template" : {
            "settings" : {
              "index" : {
                "lifecycle" : {
                  "name" : "ilm-history-ilm-policy"
                },
                "number_of_shards" : "1",
                "auto_expand_replicas" : "0-1",
                "number_of_replicas" : "0"
              }
            },
            "mappings" : {
              "dynamic" : false,
              "properties" : {
                "index_age" : {
                  "type" : "long"
                },
                "@timestamp" : {
                  "format" : "epoch_millis",
                  "type" : "date"
                },
                "error_details" : {
                  "type" : "text"
                },
                "success" : {
                  "type" : "boolean"
                },
                "index" : {
                  "type" : "keyword"
                },
                "state" : {
                  "dynamic" : true,
                  "type" : "object",
                  "properties" : {
                    "phase" : {
                      "type" : "keyword"
                    },
                    "failed_step" : {
                      "type" : "keyword"
                    },
                    "phase_definition" : {
                      "type" : "text"
                    },
                    "action_time" : {
                      "format" : "epoch_millis",
                      "type" : "date"
                    },
                    "phase_time" : {
                      "format" : "epoch_millis",
                      "type" : "date"
                    },
                    "step_info" : {
                      "type" : "text"
                    },
                    "action" : {
                      "type" : "keyword"
                    },
                    "step" : {
                      "type" : "keyword"
                    },
                    "is_auto-retryable_error" : {
                      "type" : "keyword"
                    },
                    "creation_date" : {
                      "format" : "epoch_millis",
                      "type" : "date"
                    },
                    "step_time" : {
                      "format" : "epoch_millis",
                      "type" : "date"
                    }
                  }
                },
                "policy" : {
                  "type" : "keyword"
                }
              }
            }
          },
          "composed_of" : [ ],
          "priority" : 2147483647,
          "version" : 5,
          "_meta" : {
            "description" : "index template for ILM history indices",
            "managed" : true
          },
          "data_stream" : {
            "hidden" : true
          },
          "allow_auto_create" : true
        },
        "metrics" : {
          "index_patterns" : [
            "metrics-*-*"
          ],
          "composed_of" : [
            "metrics-mappings",
            "metrics-settings"
          ],
          "priority" : 100,
          "version" : 0,
          "_meta" : {
            "description" : "default metrics template installed by x-pack",
            "managed" : true
          },
          "data_stream" : {
            "hidden" : false
          },
          "allow_auto_create" : true
        },
        "logs" : {
          "index_patterns" : [
            "logs-*-*"
          ],
          "composed_of" : [
            "logs-mappings",
            "logs-settings"
          ],
          "priority" : 100,
          "version" : 0,
          "_meta" : {
            "description" : "default logs template installed by x-pack",
            "managed" : true
          },
          "data_stream" : {
            "hidden" : false
          },
          "allow_auto_create" : true
        },
        ".watch-history-13" : {
          "index_patterns" : [
            ".watcher-history-13*"
          ],
          "template" : {
            "settings" : {
              "index" : {
                "format" : "6",
                "lifecycle" : {
                  "name" : "watch-history-ilm-policy"
                },
                "hidden" : "true",
                "number_of_shards" : "1",
                "auto_expand_replicas" : "0-1",
                "number_of_replicas" : "0"
              }
            },
            "mappings" : {
              "_meta" : {
                "watcher-history-version" : "13"
              },
              "dynamic" : false,
              "dynamic_templates" : [
                {
                  "disabled_payload_fields" : {
                    "match_pattern" : "regex",
                    "path_match" : "result\\.(input(\\..+)*|(transform(\\..+)*)|(actions\\.transform(\\..+)*))\\.payload",
                    "mapping" : {
                      "type" : "object",
                      "enabled" : false
                    }
                  }
                },
                {
                  "disabled_search_request_body_fields" : {
                    "match_pattern" : "regex",
                    "path_match" : "result\\.(input(\\..+)*|(transform(\\..+)*)|(actions\\.transform(\\..+)*))\\.search\\.request\\.(body|template)",
                    "mapping" : {
                      "type" : "object",
                      "enabled" : false
                    }
                  }
                },
                {
                  "disabled_exception_fields" : {
                    "match_pattern" : "regex",
                    "path_match" : "result\\.(input(\\..+)*|(transform(\\..+)*)|(actions\\.transform(\\..+)*)|actions)\\.error",
                    "mapping" : {
                      "type" : "object",
                      "enabled" : false
                    }
                  }
                },
                {
                  "disabled_jira_custom_fields" : {
                    "path_match" : "result.actions.jira.fields.customfield_*",
                    "mapping" : {
                      "type" : "object",
                      "enabled" : false
                    }
                  }
                }
              ],
              "properties" : {
                "exception" : {
                  "type" : "object",
                  "enabled" : false
                },
                "metadata" : {
                  "dynamic" : true,
                  "type" : "object"
                },
                "trigger_event" : {
                  "dynamic" : true,
                  "type" : "object",
                  "properties" : {
                    "schedule" : {
                      "dynamic" : true,
                      "type" : "object",
                      "properties" : {
                        "scheduled_time" : {
                          "type" : "date"
                        }
                      }
                    },
                    "triggered_time" : {
                      "type" : "date"
                    },
                    "type" : {
                      "type" : "keyword"
                    },
                    "manual" : {
                      "dynamic" : true,
                      "type" : "object",
                      "properties" : {
                        "schedule" : {
                          "dynamic" : true,
                          "type" : "object",
                          "properties" : {
                            "scheduled_time" : {
                              "type" : "date"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "result" : {
                  "dynamic" : true,
                  "type" : "object",
                  "properties" : {
                    "input" : {
                      "dynamic" : true,
                      "type" : "object",
                      "properties" : {
                        "search" : {
                          "dynamic" : true,
                          "type" : "object",
                          "properties" : {
                            "request" : {
                              "dynamic" : true,
                              "type" : "object",
                              "properties" : {
                                "indices" : {
                                  "type" : "keyword"
                                },
                                "types" : {
                                  "type" : "keyword"
                                },
                                "search_type" : {
                                  "type" : "keyword"
                                }
                              }
                            }
                          }
                        },
                        "payload" : {
                          "type" : "object",
                          "enabled" : false
                        },
                        "http" : {
                          "dynamic" : true,
                          "type" : "object",
                          "properties" : {
                            "request" : {
                              "dynamic" : true,
                              "type" : "object",
                              "properties" : {
                                "path" : {
                                  "type" : "keyword"
                                },
                                "host" : {
                                  "type" : "keyword"
                                }
                              }
                            }
                          }
                        },
                        "type" : {
                          "type" : "keyword"
                        },
                        "status" : {
                          "type" : "keyword"
                        }
                      }
                    },
                    "condition" : {
                      "dynamic" : true,
                      "type" : "object",
                      "properties" : {
                        "compare" : {
                          "type" : "object",
                          "enabled" : false
                        },
                        "array_compare" : {
                          "type" : "object",
                          "enabled" : false
                        },
                        "type" : {
                          "type" : "keyword"
                        },
                        "met" : {
                          "type" : "boolean"
                        },
                        "script" : {
                          "type" : "object",
                          "enabled" : false
                        },
                        "status" : {
                          "type" : "keyword"
                        }
                      }
                    },
                    "transform" : {
                      "dynamic" : true,
                      "type" : "object",
                      "properties" : {
                        "search" : {
                          "dynamic" : true,
                          "type" : "object",
                          "properties" : {
                            "request" : {
                              "dynamic" : true,
                              "type" : "object",
                              "properties" : {
                                "indices" : {
                                  "type" : "keyword"
                                },
                                "types" : {
                                  "type" : "keyword"
                                }
                              }
                            }
                          }
                        },
                        "type" : {
                          "type" : "keyword"
                        }
                      }
                    },
                    "execution_duration" : {
                      "type" : "long"
                    },
                    "actions" : {
                      "include_in_parent" : true,
                      "dynamic" : true,
                      "type" : "nested",
                      "properties" : {
                        "reason" : {
                          "type" : "keyword"
                        },
                        "foreach" : {
                          "type" : "object",
                          "enabled" : false
                        },
                        "webhook" : {
                          "dynamic" : true,
                          "type" : "object",
                          "properties" : {
                            "request" : {
                              "dynamic" : true,
                              "type" : "object",
                              "properties" : {
                                "path" : {
                                  "type" : "keyword"
                                },
                                "host" : {
                                  "type" : "keyword"
                                }
                              }
                            }
                          }
                        },
                        "number_of_actions_executed" : {
                          "type" : "integer"
                        },
                        "slack" : {
                          "dynamic" : true,
                          "type" : "object",
                          "properties" : {
                            "sent_messages" : {
                              "include_in_parent" : true,
                              "dynamic" : true,
                              "type" : "nested",
                              "properties" : {
                                "reason" : {
                                  "type" : "text"
                                },
                                "request" : {
                                  "type" : "object",
                                  "enabled" : false
                                },
                                "response" : {
                                  "type" : "object",
                                  "enabled" : false
                                },
                                "to" : {
                                  "type" : "keyword"
                                },
                                "message" : {
                                  "dynamic" : true,
                                  "type" : "object",
                                  "properties" : {
                                    "attachments" : {
                                      "include_in_parent" : true,
                                      "dynamic" : true,
                                      "type" : "nested",
                                      "properties" : {
                                        "color" : {
                                          "type" : "keyword"
                                        },
                                        "fields" : {
                                          "properties" : {
                                            "value" : {
                                              "type" : "text"
                                            }
                                          }
                                        }
                                      }
                                    },
                                    "icon" : {
                                      "type" : "keyword"
                                    },
                                    "from" : {
                                      "type" : "text"
                                    },
                                    "text" : {
                                      "type" : "text"
                                    }
                                  }
                                },
                                "status" : {
                                  "type" : "keyword"
                                }
                              }
                            },
                            "account" : {
                              "type" : "keyword"
                            }
                          }
                        },
                        "index" : {
                          "dynamic" : true,
                          "type" : "object",
                          "properties" : {
                            "response" : {
                              "dynamic" : true,
                              "type" : "object",
                              "properties" : {
                                "index" : {
                                  "type" : "keyword"
                                },
                                "id" : {
                                  "type" : "keyword"
                                },
                                "type" : {
                                  "type" : "keyword"
                                }
                              }
                            }
                          }
                        },
                        "pagerduty" : {
                          "dynamic" : true,
                          "type" : "object",
                          "properties" : {
                            "sent_event" : {
                              "include_in_parent" : true,
                              "dynamic" : true,
                              "type" : "nested",
                              "properties" : {
                                "reason" : {
                                  "type" : "text"
                                },
                                "request" : {
                                  "type" : "object",
                                  "enabled" : false
                                },
                                "response" : {
                                  "type" : "object",
                                  "enabled" : false
                                },
                                "event" : {
                                  "dynamic" : true,
                                  "type" : "object",
                                  "properties" : {
                                    "client_url" : {
                                      "type" : "keyword"
                                    },
                                    "context" : {
                                      "include_in_parent" : true,
                                      "dynamic" : true,
                                      "type" : "nested",
                                      "properties" : {
                                        "src" : {
                                          "type" : "keyword"
                                        },
                                        "alt" : {
                                          "type" : "text"
                                        },
                                        "href" : {
                                          "type" : "keyword"
                                        },
                                        "type" : {
                                          "type" : "keyword"
                                        }
                                      }
                                    },
                                    "client" : {
                                      "type" : "text"
                                    },
                                    "description" : {
                                      "type" : "text"
                                    },
                                    "attach_payload" : {
                                      "type" : "boolean"
                                    },
                                    "incident_key" : {
                                      "type" : "keyword"
                                    },
                                    "type" : {
                                      "type" : "keyword"
                                    },
                                    "account" : {
                                      "type" : "keyword"
                                    }
                                  }
                                }
                              }
                            },
                            "account" : {
                              "type" : "keyword"
                            }
                          }
                        },
                        "id" : {
                          "type" : "keyword"
                        },
                        "type" : {
                          "type" : "keyword"
                        },
                        "email" : {
                          "dynamic" : true,
                          "type" : "object",
                          "properties" : {
                            "message" : {
                              "dynamic" : true,
                              "type" : "object",
                              "properties" : {
                                "cc" : {
                                  "type" : "keyword"
                                },
                                "bcc" : {
                                  "type" : "keyword"
                                },
                                "reply_to" : {
                                  "type" : "keyword"
                                },
                                "from" : {
                                  "type" : "keyword"
                                },
                                "id" : {
                                  "type" : "keyword"
                                },
                                "to" : {
                                  "type" : "keyword"
                                }
                              }
                            }
                          }
                        },
                        "status" : {
                          "type" : "keyword"
                        },
                        "jira" : {
                          "dynamic" : true,
                          "type" : "object",
                          "properties" : {
                            "result" : {
                              "dynamic" : true,
                              "type" : "object",
                              "properties" : {
                                "self" : {
                                  "type" : "keyword"
                                },
                                "id" : {
                                  "type" : "keyword"
                                },
                                "key" : {
                                  "type" : "keyword"
                                }
                              }
                            },
                            "reason" : {
                              "type" : "text"
                            },
                            "request" : {
                              "type" : "object",
                              "enabled" : false
                            },
                            "response" : {
                              "type" : "object",
                              "enabled" : false
                            },
                            "fields" : {
                              "dynamic" : true,
                              "type" : "object",
                              "properties" : {
                                "summary" : {
                                  "type" : "text"
                                },
                                "issuetype" : {
                                  "dynamic" : true,
                                  "type" : "object",
                                  "properties" : {
                                    "name" : {
                                      "type" : "keyword"
                                    },
                                    "id" : {
                                      "type" : "keyword"
                                    }
                                  }
                                },
                                "description" : {
                                  "type" : "text"
                                },
                                "project" : {
                                  "dynamic" : true,
                                  "type" : "object",
                                  "properties" : {
                                    "id" : {
                                      "type" : "keyword"
                                    },
                                    "key" : {
                                      "type" : "keyword"
                                    }
                                  }
                                },
                                "labels" : {
                                  "type" : "text"
                                }
                              }
                            },
                            "account" : {
                              "type" : "keyword"
                            }
                          }
                        }
                      }
                    },
                    "execution_time" : {
                      "type" : "date"
                    }
                  }
                },
                "node" : {
                  "type" : "keyword"
                },
                "input" : {
                  "type" : "object",
                  "enabled" : false
                },
                "condition" : {
                  "type" : "object",
                  "enabled" : false
                },
                "watch_id" : {
                  "type" : "keyword"
                },
                "messages" : {
                  "type" : "text"
                },
                "vars" : {
                  "type" : "object",
                  "enabled" : false
                },
                "state" : {
                  "type" : "keyword"
                },
                "user" : {
                  "type" : "text"
                },
                "status" : {
                  "dynamic" : true,
                  "type" : "object",
                  "enabled" : false
                }
              }
            }
          },
          "composed_of" : [ ],
          "priority" : 2147483647,
          "version" : 13,
          "_meta" : {
            "description" : "index template for watcher history indices",
            "managed" : true
          },
          "allow_auto_create" : true
        },
        "synthetics" : {
          "index_patterns" : [
            "synthetics-*-*"
          ],
          "composed_of" : [
            "synthetics-mappings",
            "synthetics-settings"
          ],
          "priority" : 100,
          "version" : 0,
          "_meta" : {
            "description" : "default synthetics template installed by x-pack",
            "managed" : true
          },
          "data_stream" : {
            "hidden" : false
          },
          "allow_auto_create" : true
        },
        ".slm-history" : {
          "index_patterns" : [
            ".slm-history-5*"
          ],
          "template" : {
            "settings" : {
              "index" : {
                "lifecycle" : {
                  "name" : "slm-history-ilm-policy"
                },
                "number_of_shards" : "1",
                "auto_expand_replicas" : "0-1",
                "number_of_replicas" : "0"
              }
            },
            "mappings" : {
              "dynamic" : false,
              "properties" : {
                "snapshot_name" : {
                  "type" : "keyword"
                },
                "@timestamp" : {
                  "format" : "epoch_millis",
                  "type" : "date"
                },
                "configuration" : {
                  "dynamic" : false,
                  "type" : "object",
                  "properties" : {
                    "indices" : {
                      "type" : "keyword"
                    },
                    "include_global_state" : {
                      "type" : "boolean"
                    },
                    "partial" : {
                      "type" : "boolean"
                    }
                  }
                },
                "error_details" : {
                  "index" : false,
                  "type" : "text"
                },
                "success" : {
                  "type" : "boolean"
                },
                "repository" : {
                  "type" : "keyword"
                },
                "operation" : {
                  "type" : "keyword"
                },
                "policy" : {
                  "type" : "keyword"
                }
              }
            }
          },
          "composed_of" : [ ],
          "priority" : 2147483647,
          "version" : 5,
          "_meta" : {
            "description" : "index template for SLM history indices",
            "managed" : true
          },
          "data_stream" : {
            "hidden" : true
          },
          "allow_auto_create" : true
        }
      }
    },
    "index_lifecycle" : {
      "policies" : {
        ".fleet-actions-results-ilm-policy" : {
          "policy" : {
            "phases" : {
              "hot" : {
                "min_age" : "0ms",
                "actions" : {
                  "rollover" : {
                    "max_size" : "300gb",
                    "max_age" : "30d"
                  }
                }
              },
              "delete" : {
                "min_age" : "90d",
                "actions" : {
                  "delete" : {
                    "delete_searchable_snapshot" : true
                  }
                }
              }
            }
          },
          "headers" : { },
          "version" : 2,
          "modified_date" : 1620193685806,
          "modified_date_string" : "2021-05-05T05:48:05.806Z"
        },
        "ilm-history-ilm-policy" : {
          "policy" : {
            "phases" : {
              "hot" : {
                "min_age" : "0ms",
                "actions" : {
                  "rollover" : {
                    "max_primary_shard_size" : "50gb",
                    "max_age" : "30d"
                  }
                }
              },
              "delete" : {
                "min_age" : "90d",
                "actions" : {
                  "delete" : {
                    "delete_searchable_snapshot" : true
                  }
                }
              }
            }
          },
          "headers" : { },
          "version" : 1,
          "modified_date" : 1620192917643,
          "modified_date_string" : "2021-05-05T05:35:17.643Z"
        },
        "logs" : {
          "policy" : {
            "phases" : {
              "hot" : {
                "min_age" : "0ms",
                "actions" : {
                  "rollover" : {
                    "max_primary_shard_size" : "50gb",
                    "max_age" : "30d"
                  }
                }
              }
            }
          },
          "headers" : { },
          "version" : 1,
          "modified_date" : 1620192917460,
          "modified_date_string" : "2021-05-05T05:35:17.460Z"
        },
        "metrics" : {
          "policy" : {
            "phases" : {
              "hot" : {
                "min_age" : "0ms",
                "actions" : {
                  "rollover" : {
                    "max_primary_shard_size" : "50gb",
                    "max_age" : "30d"
                  }
                }
              }
            }
          },
          "headers" : { },
          "version" : 1,
          "modified_date" : 1620192917511,
          "modified_date_string" : "2021-05-05T05:35:17.511Z"
        },
        "ml-size-based-ilm-policy" : {
          "policy" : {
            "phases" : {
              "hot" : {
                "min_age" : "0ms",
                "actions" : {
                  "rollover" : {
                    "max_primary_shard_size" : "50gb"
                  }
                }
              }
            }
          },
          "headers" : { },
          "version" : 1,
          "modified_date" : 1620192917312,
          "modified_date_string" : "2021-05-05T05:35:17.312Z"
        },
        "slm-history-ilm-policy" : {
          "policy" : {
            "phases" : {
              "hot" : {
                "min_age" : "0ms",
                "actions" : {
                  "rollover" : {
                    "max_primary_shard_size" : "50gb",
                    "max_age" : "30d"
                  }
                }
              },
              "delete" : {
                "min_age" : "90d",
                "actions" : {
                  "delete" : {
                    "delete_searchable_snapshot" : true
                  }
                }
              }
            }
          },
          "headers" : { },
          "version" : 1,
          "modified_date" : 1620192917719,
          "modified_date_string" : "2021-05-05T05:35:17.719Z"
        },
        "synthetics" : {
          "policy" : {
            "phases" : {
              "hot" : {
                "min_age" : "0ms",
                "actions" : {
                  "rollover" : {
                    "max_primary_shard_size" : "50gb",
                    "max_age" : "30d"
                  }
                }
              }
            }
          },
          "headers" : { },
          "version" : 1,
          "modified_date" : 1620193685837,
          "modified_date_string" : "2021-05-05T05:48:05.837Z"
        },
        "watch-history-ilm-policy" : {
          "policy" : {
            "phases" : {
              "delete" : {
                "min_age" : "7d",
                "actions" : {
                  "delete" : {
                    "delete_searchable_snapshot" : true
                  }
                }
              }
            }
          },
          "headers" : { },
          "version" : 1,
          "modified_date" : 1620192917560,
          "modified_date_string" : "2021-05-05T05:35:17.560Z"
        }
      },
      "operation_mode" : "RUNNING"
    }
  },
  "routing_table" : {
    "indices" : {
      "indexversionprop" : {
        "shards" : {
          "0" : [
            {
              "state" : "STARTED",
              "primary" : true,
              "node" : "sjHjJhuWRMSvu8WhQXieew",
              "relocating_node" : null,
              "shard" : 0,
              "index" : "indexversionprop",
              "allocation_id" : {
                "id" : "CXpJtn1dRRS7jZ6WFA5Wrg"
              }
            },
            {
              "state" : "UNASSIGNED",
              "primary" : false,
              "node" : null,
              "relocating_node" : null,
              "shard" : 0,
              "index" : "indexversionprop",
              "recovery_source" : {
                "type" : "PEER"
              },
              "unassigned_info" : {
                "reason" : "REPLICA_ADDED",
                "at" : "2021-05-05T05:48:06.924Z",
                "delayed" : false,
                "allocation_status" : "no_attempt"
              }
            }
          ]
        }
      }
    }
  },
  "routing_nodes" : {
    "unassigned" : [
      {
        "state" : "UNASSIGNED",
        "primary" : false,
        "node" : null,
        "relocating_node" : null,
        "shard" : 0,
        "index" : "indexversionprop",
        "recovery_source" : {
          "type" : "PEER"
        },
        "unassigned_info" : {
          "reason" : "REPLICA_ADDED",
          "at" : "2021-05-05T05:48:06.924Z",
          "delayed" : false,
          "allocation_status" : "no_attempt"
        }
      }
    ],
    "nodes" : {
      "sjHjJhuWRMSvu8WhQXieew" : [
        {
          "state" : "STARTED",
          "primary" : true,
          "node" : "sjHjJhuWRMSvu8WhQXieew",
          "relocating_node" : null,
          "shard" : 0,
          "index" : "indexversionprop",
          "allocation_id" : {
            "id" : "CXpJtn1dRRS7jZ6WFA5Wrg"
          }
        }
      ],
      "yf9Vv0qiSxGbVbcr3FE9_w" : [ ],
      "NI3wjNtVQbi5z7LskTZoLw" : [ ]
    }
  },
  "snapshot_deletions" : {
    "snapshot_deletions" : [ ]
  },
  "snapshots" : {
    "snapshots" : [ ]
  },
  "restore" : {
    "snapshots" : [ ]
  },
  "repository_cleanup" : {
    "repository_cleanup" : [ ]
  }
}
]

  at __randomizedtesting.SeedInfo.seed([4C1C60629320C40:855292268CC4CA1F]:0)
  at org.junit.Assert.fail(Assert.java:88)
  at org.elasticsearch.test.rest.ESRestTestCase.ensureHealth(ESRestTestCase.java:1238)
  at org.elasticsearch.test.rest.ESRestTestCase.ensureHealth(ESRestTestCase.java:1226)
  at org.elasticsearch.test.rest.ESRestTestCase.ensureGreen(ESRestTestCase.java:1210)
  at org.elasticsearch.backwards.IndexingIT.testIndexVersionPropagation(IndexingIT.java:145)
  at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
  at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:566)
  at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
  at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
  at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
  at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
  at java.lang.Thread.run(Thread.java:829)

@iverase iverase added :Distributed Indexing/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. >test-failure Triaged test failures from CI labels May 5, 2021
@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label May 5, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@DaveCTurner DaveCTurner self-assigned this May 5, 2021
@DaveCTurner
Copy link
Contributor

The failure to reach a green state was because the node that should have held the replica actually hit an AssertionError and stopped:

[2021-05-05T05:37:57,777][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [v7.13.0-1] fatal error in thread [elasticsearch[v7.13.0-1][generic][T#1]], exiting
java.lang.AssertionError: seqNo [1] was processed twice in generation [2], with different data. prvOp [Delete{uid=_id:[fe 1f], seqNo=1, primaryTerm=1, version=2}], newOp [Delete{uid=_id:[fe 1f], seqNo=1, primaryTerm=1, version=2}]
	at org.elasticsearch.index.translog.TranslogWriter.assertNoSeqNumberConflict(TranslogWriter.java:243) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.translog.TranslogWriter.add(TranslogWriter.java:204) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.translog.Translog.add(Translog.java:535) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.engine.InternalEngine.delete(InternalEngine.java:1341) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.shard.IndexShard.delete(IndexShard.java:1003) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.shard.IndexShard.applyDeleteOperation(IndexShard.java:986) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.shard.IndexShard.applyTranslogOperation(IndexShard.java:1626) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.shard.IndexShard.applyTranslogOperation(IndexShard.java:1606) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.indices.recovery.RecoveryTarget.lambda$indexTranslogOperations$4(RecoveryTarget.java:386) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.action.ActionListener.completeWith(ActionListener.java:434) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.indices.recovery.RecoveryTarget.indexTranslogOperations(RecoveryTarget.java:361) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.indices.recovery.PeerRecoveryTargetService$TranslogOperationsRequestHandler.performTranslogOps(PeerRecoveryTargetService.java:376) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.indices.recovery.PeerRecoveryTargetService$TranslogOperationsRequestHandler.messageReceived(PeerRecoveryTargetService.java:335) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.indices.recovery.PeerRecoveryTargetService$TranslogOperationsRequestHandler.messageReceived(PeerRecoveryTargetService.java:322) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:61) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.transport.InboundHandler$1.doRun(InboundHandler.java:212) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:732) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
	at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.lang.RuntimeException: stack capture previous op
	at org.elasticsearch.index.translog.TranslogWriter.assertNoSeqNumberConflict(TranslogWriter.java:248) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.translog.TranslogWriter.add(TranslogWriter.java:204) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.translog.Translog.add(Translog.java:535) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.engine.InternalEngine.delete(InternalEngine.java:1341) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.shard.IndexShard.delete(IndexShard.java:1003) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.shard.IndexShard.applyDeleteOperation(IndexShard.java:986) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.index.shard.IndexShard.applyDeleteOperationOnReplica(IndexShard.java:948) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.action.bulk.TransportShardBulkAction.performOpOnReplica(TransportShardBulkAction.java:476) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.action.bulk.TransportShardBulkAction.performOnReplica(TransportShardBulkAction.java:453) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.action.bulk.TransportShardBulkAction.lambda$dispatchedShardOperationOnReplica$5(TransportShardBulkAction.java:418) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.action.ActionListener.completeWith(ActionListener.java:434) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnReplica(TransportShardBulkAction.java:417) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnReplica(TransportShardBulkAction.java:75) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	at org.elasticsearch.action.support.replication.TransportWriteAction$2.doRun(TransportWriteAction.java:193) ~[elasticsearch-7.14.0-SNAPSHOT.jar:7.14.0-SNAPSHOT]
	... 5 more
[2021-05-05T05:48:37.471402565Z] [BUILD] Stopping node

DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this issue May 5, 2021
The assertion failure message in elastic#72735 did not indicate why it failed
because `Translog.Delete#toString()` does not expose all the fields of
the problematic operation. This commit adds the missing `id` field.
DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this issue May 5, 2021
The assertion failure message in elastic#72735 did not indicate why it failed
because `Translog.Delete#toString()` does not expose all the fields of
the problematic operation. This commit adds the missing `id` and `type`
fields.

Backport of elastic#72752 to 7.x
@DaveCTurner
Copy link
Contributor

DaveCTurner commented May 5, 2021

The exception message is unhelpful:

java.lang.AssertionError: seqNo [1] was processed twice in generation [2], with different data. prvOp [
Delete{uid=_id:[fe 1f], seqNo=1, primaryTerm=1, version=2}], newOp [
Delete{uid=_id:[fe 1f], seqNo=1, primaryTerm=1, version=2}]

However the toString() method in question is not 100% faithful, we also care that the id and type match. We saw a case of type not matching in #36769, but that was a long time ago. Could this be that again, even though all of the involved nodes were in 7.x?

I opened #72752 and #72753 to give a better message anyway.

DaveCTurner added a commit that referenced this issue May 5, 2021
The assertion failure message in #72735 did not indicate why it failed
because `Translog.Delete#toString()` does not expose all the fields of
the problematic operation. This commit adds the missing `id` field.
DaveCTurner added a commit that referenced this issue May 5, 2021
The assertion failure message in #72735 did not indicate why it failed
because `Translog.Delete#toString()` does not expose all the fields of
the problematic operation. This commit adds the missing `id` and `type`
fields.

Backport of #72752 to 7.x
@DaveCTurner
Copy link
Contributor

@romseygeek on the assumption that it's the type that doesn't match, Nhat suggested this might be because when we backported #72251 we introduced a hard-coded literal "_doc" which might not be the actual type. Would you take a look?

@romseygeek
Copy link
Contributor

Oops, yes, that's a bad backport. I'll open a PR.

@romseygeek
Copy link
Contributor

Hm, except that the bad operation here is a Delete, and delete tombstones have a type. So maybe the type isn't getting passed around correctly?

@jtibshirani
Copy link
Contributor

@DaveCTurner
Copy link
Contributor

Thanks Julie, the last one has the extra detail in the message which confirms that it's just the type that's wrong:

» java.lang.AssertionError: seqNo [1] was processed twice in generation [2], with different data. prvOp [Delete{id=1, type=_doc, uid=_id:[fe 1f], seqNo=1, primaryTerm=1, version=2}], newOp [Delete{id=1, type=not_doc, uid=_id:[fe 1f], seqNo=1, primaryTerm=1, version=2}]

@ywangd
Copy link
Member

ywangd commented May 6, 2021

@romseygeek
Copy link
Contributor

I think this is actually caused by changes in #72400, specifically the changes to LuceneChangesSnapshot, but I'm not sure how the type information is getting lost yet.

@romseygeek
Copy link
Contributor

Looking more closely at the timing, I think this is #72616, specifically I think we have a bug in IndexShard.prepareIndex which does the wrong thing with an untyped delete request on a typed index.

romseygeek added a commit that referenced this issue May 6, 2021
#62616 refactored how we deal with building mapping updates for
delete operations against an empty index. In 7x, delete operations
include a type as part of the operation UID, and this type needs to
be resolved against mappings. In particular, the type _doc can
mean either a type called _doc (the general case), or it can mean
whatever type this index actually has. There are two code paths
in IndexShard.applyDeleteOperation, one for empty mappings
and one for the standard case; #62616 was resolving the type for
the first code path, but not the second, which meant that some
delete operations could be written to the translog with an incorrect
type.

This commit adds type resolution to the second code path as well.

Fixes #72735
@DaveCTurner
Copy link
Contributor

Closed by #72809.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

6 participants