Snapshots are not auto created

Hello
I have configured SLM. it worked fine for a couple of months.
I have updated the policy and made some changes to the cluster, resource-wise (disks, CPU, memory). Now the automatic snapshots are not working anymore.
When I force to execute, it works fine.
I see in the configurations that the next snapshot execution time is showing correctly.
However, snapshots are not triggered and created automatically.

Am I missing an "enable" flag of some sort?

GET /_slm/policy/nightly-snapshots?human -->

{
  "nightly-snapshots" : {
    "version" : 5,
    "modified_date" : "2020-12-03T23:08:31.367Z",
    "modified_date_millis" : 1607036911367,
    "policy" : {
      "name" : "<nightly-snap-{now/d}>",
      "schedule" : "0 0 12 * * ?",
      "repository" : "elastic_backups",
      "config" : {
        "indices" : [
          "index-1*",
          "index-2*",
          "index-3*"
        ]
      },
      "retention" : {
        "expire_after" : "36h"
      }
    },
    "last_success" : {
      "snapshot_name" : "nightly-snap-2020.12.03-sciooouzthwuqezxyonlra",
      "time_string" : "2020-12-03T22:31:34.552Z",
      "time" : 1607034694552
    },
    "last_failure" : {
      "snapshot_name" : "nightly-snap-2020.11.10-iox-qzhqtj2fenn9yikbwq",
      "time_string" : "2020-11-10T12:13:31.985Z",
      "time" : 1605010411985,
      "details" : "...
    },
    "next_execution" : "2020-12-07T12:00:00.000Z",
    "next_execution_millis" : 1607342400000,
    "stats" : {
      "policy" : "nightly-snapshots",
      "snapshots_taken" : 148,
      "snapshots_failed" : 9,
      "snapshots_deleted" : 144,
      "snapshot_deletion_failures" : 0
    }
  }
}

Thanks!

Is there anything in your Elasticsearch logs?

Not sure what to look for.
But the warnings and errors I found are not related to snapshots.
Should I search for another keyword?

It still may be helpful to post them.

Sure... had 3 main message types in the last 72 hours.

Had 2 similar errors in the last 72 hours

[2020-12-07T18:14:49,815][ERROR][o.e.x.c.a.AsyncResultsService] [ELASTICV01] failed to update expiration time for async-search [FmN2b1NZTGZ0VDBLdG5velhPWU5RcncfX1JkZU5JV2tRcUtucHpTVlNES2h1Zzo5MjIzNTI5Nw==]
org.elasticsearch.transport.RemoteTransportException: [ELASTICV02][x.x.x.x:9300][indices:data/write/update[s]]
Caused by: org.elasticsearch.index.engine.VersionConflictEngineException: [cvoSYLftT0KtnozXOYNQrw]: version conflict, required seqNo [282690], primary term [4]. current document has seqNo [282699] and primary term [4]
	at org.elasticsearch.index.engine.InternalEngine.planIndexingAsPrimary(InternalEngine.java:1059) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.index.engine.InternalEngine.indexingStrategyForOperation(InternalEngine.java:1022) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.index.engine.InternalEngine.index(InternalEngine.java:911) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.index.shard.IndexShard.index(IndexShard.java:819) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.index.shard.IndexShard.applyIndexOperation(IndexShard.java:791) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.index.shard.IndexShard.applyIndexOperationOnPrimary(IndexShard.java:748) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.bulk.TransportShardBulkAction.executeBulkItemRequest(TransportShardBulkAction.java:274) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.bulk.TransportShardBulkAction$2.doRun(TransportShardBulkAction.java:164) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.bulk.TransportShardBulkAction.performOnPrimary(TransportShardBulkAction.java:209) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:116) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:82) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.support.replication.TransportWriteAction$1.doRun(TransportWriteAction.java:161) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:710) ~[elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) ~[elasticsearch-7.9.1.jar:7.9.1]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
	at java.lang.Thread.run(Thread.java:832) [?:?]

Had 10 similar Warnings in the last 72 hours (Different nodes)

[2020-12-08T09:08:26,469][WARN ][r.suppressed             ] [ELASTICV04] path: /_sql, params: {format=json}
org.elasticsearch.action.search.SearchPhaseExecutionException: Partial shards failure (1 shards unavailable)
	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseFailure(AbstractSearchAsyncAction.java:551) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.search.AbstractSearchAsyncAction.executeNextPhase(AbstractSearchAsyncAction.java:334) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:582) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.search.AbstractSearchAsyncAction.successfulShardExecution(AbstractSearchAsyncAction.java:503) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.search.AbstractSearchAsyncAction.onShardResult(AbstractSearchAsyncAction.java:491) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.search.SearchQueryThenFetchAsyncAction.onShardResult(SearchQueryThenFetchAsyncAction.java:106) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.search.AbstractSearchAsyncAction$1.innerOnResponse(AbstractSearchAsyncAction.java:236) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.search.SearchActionListener.onResponse(SearchActionListener.java:45) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.search.SearchActionListener.onResponse(SearchActionListener.java:29) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.search.SearchExecutionStatsCollector.onResponse(SearchExecutionStatsCollector.java:68) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.search.SearchExecutionStatsCollector.onResponse(SearchExecutionStatsCollector.java:36) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.ActionListenerResponseHandler.handleResponse(ActionListenerResponseHandler.java:54) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.action.search.SearchTransportService$ConnectionCountingHandler.handleResponse(SearchTransportService.java:394) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.transport.TransportService$6.handleResponse(TransportService.java:632) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleResponse(TransportService.java:1162) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.transport.InboundHandler$1.doRun(InboundHandler.java:213) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.common.util.concurrent.EsExecutors$DirectExecutorService.execute(EsExecutors.java:226) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.transport.InboundHandler.handleResponse(InboundHandler.java:205) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.transport.InboundHandler.messageReceived(InboundHandler.java:117) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.transport.InboundHandler.inboundMessage(InboundHandler.java:78) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.transport.TcpTransport.inboundMessage(TcpTransport.java:692) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.transport.InboundPipeline.forwardFragments(InboundPipeline.java:142) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.transport.InboundPipeline.doHandleBytes(InboundPipeline.java:117) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.transport.InboundPipeline.handleBytes(InboundPipeline.java:82) [elasticsearch-7.9.1.jar:7.9.1]
	at org.elasticsearch.transport.netty4.Netty4MessageChannelHandler.channelRead(Netty4MessageChannelHandler.java:76) [transport-netty4-client-7.9.1.jar:7.9.1]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.handler.logging.LoggingHandler.channelRead(LoggingHandler.java:271) [netty-handler-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1518) [netty-handler-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1267) [netty-handler-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1314) [netty-handler-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:501) [netty-codec-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440) [netty-codec-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276) [netty-codec-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:615) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:578) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) [netty-transport-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) [netty-common-4.1.49.Final.jar:4.1.49.Final]
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-common-4.1.49.Final.jar:4.1.49.Final]
	at java.lang.Thread.run(Thread.java:832) [?:?]

Had 10 similar Warnings in the last 72 hours (Different nodes)

[2020-12-05T12:19:10,087][WARN ][o.e.m.f.FsHealthService  ] [ELASTICV02] health check of [/data/index/nodes/0] took [6216ms] which is above the warn threshold of [5s]

Can you please post the output from _cluster/stats?pretty?

GET _cluster/stats?pretty

{
  "_nodes" : {
    "total" : 5,
    "successful" : 5,
    "failed" : 0
  },
  "cluster_name" : "cluster_name",
  "cluster_uuid" : "O_tH6qaKRHWJ2d1TcWyH1w",
  "timestamp" : 1607381922742,
  "status" : "green",
  "indices" : {
    "count" : 747,
    "shards" : {
      "total" : 1494,
      "primaries" : 747,
      "replication" : 1.0,
      "index" : {
        "shards" : {
          "min" : 2,
          "max" : 2,
          "avg" : 2.0
        },
        "primaries" : {
          "min" : 1,
          "max" : 1,
          "avg" : 1.0
        },
        "replication" : {
          "min" : 1.0,
          "max" : 1.0,
          "avg" : 1.0
        }
      }
    },
    "docs" : {
      "count" : 902913723,
      "deleted" : 6504918
    },
    "store" : {
      "size_in_bytes" : 1051899555196,
      "reserved_in_bytes" : 0
    },
    "fielddata" : {
      "memory_size_in_bytes" : 12484672,
      "evictions" : 0
    },
    "query_cache" : {
      "memory_size_in_bytes" : 786011017,
      "total_count" : 63703277,
      "hit_count" : 21111114,
      "miss_count" : 42592163,
      "cache_size" : 177408,
      "cache_count" : 703092,
      "evictions" : 525684
    },
    "completion" : {
      "size_in_bytes" : 0
    },
    "segments" : {
      "count" : 19582,
      "memory_in_bytes" : 357376548,
      "terms_memory_in_bytes" : 243363608,
      "stored_fields_memory_in_bytes" : 43324592,
      "term_vectors_memory_in_bytes" : 0,
      "norms_memory_in_bytes" : 34232128,
      "points_memory_in_bytes" : 0,
      "doc_values_memory_in_bytes" : 36456220,
      "index_writer_memory_in_bytes" : 506466738,
      "version_map_memory_in_bytes" : 408317,
      "fixed_bit_set_memory_in_bytes" : 13710720,
      "max_unsafe_auto_id_timestamp" : 1607299206615,
      "file_sizes" : { }
    },
    "mappings" : {
      "field_types" : [
        {
          "name" : "binary",
          "count" : 27,
          "index_count" : 6
        },
        {
          "name" : "boolean",
          "count" : 275,
          "index_count" : 52
        },
        {
          "name" : "byte",
          "count" : 6,
          "index_count" : 6
        },
        {
          "name" : "date",
          "count" : 1537,
          "index_count" : 727
        },
        {
          "name" : "date_nanos",
          "count" : 1,
          "index_count" : 1
        },
        {
          "name" : "date_range",
          "count" : 1,
          "index_count" : 1
        },
        {
          "name" : "double",
          "count" : 10130,
          "index_count" : 664
        },
        {
          "name" : "double_range",
          "count" : 1,
          "index_count" : 1
        },
        {
          "name" : "flattened",
          "count" : 19,
          "index_count" : 3
        },
        {
          "name" : "float",
          "count" : 700,
          "index_count" : 51
        },
        {
          "name" : "float_range",
          "count" : 1,
          "index_count" : 1
        },
        {
          "name" : "geo_point",
          "count" : 25,
          "index_count" : 7
        },
        {
          "name" : "geo_shape",
          "count" : 5,
          "index_count" : 5
        },
        {
          "name" : "half_float",
          "count" : 57,
          "index_count" : 15
        },
        {
          "name" : "integer",
          "count" : 303,
          "index_count" : 34
        },
        {
          "name" : "integer_range",
          "count" : 1,
          "index_count" : 1
        },
        {
          "name" : "ip",
          "count" : 281,
          "index_count" : 229
        },
        {
          "name" : "ip_range",
          "count" : 1,
          "index_count" : 1
        },
        {
          "name" : "keyword",
          "count" : 28054,
          "index_count" : 740
        },
        {
          "name" : "long",
          "count" : 1727,
          "index_count" : 63
        },
        {
          "name" : "long_range",
          "count" : 1,
          "index_count" : 1
        },
        {
          "name" : "nested",
          "count" : 117,
          "index_count" : 33
        },
        {
          "name" : "object",
          "count" : 2641,
          "index_count" : 78
        },
        {
          "name" : "scaled_float",
          "count" : 1,
          "index_count" : 1
        },
        {
          "name" : "shape",
          "count" : 1,
          "index_count" : 1
        },
        {
          "name" : "short",
          "count" : 13,
          "index_count" : 8
        },
        {
          "name" : "text",
          "count" : 20286,
          "index_count" : 729
        }
      ]
    },
    "analysis" : {
      "char_filter_types" : [ ],
      "tokenizer_types" : [ ],
      "filter_types" : [
        {
          "name" : "pattern_capture",
          "count" : 1,
          "index_count" : 1
        }
      ],
      "analyzer_types" : [
        {
          "name" : "custom",
          "count" : 1,
          "index_count" : 1
        }
      ],
      "built_in_char_filters" : [ ],
      "built_in_tokenizers" : [
        {
          "name" : "uax_url_email",
          "count" : 1,
          "index_count" : 1
        }
      ],
      "built_in_filters" : [
        {
          "name" : "lowercase",
          "count" : 1,
          "index_count" : 1
        },
        {
          "name" : "unique",
          "count" : 1,
          "index_count" : 1
        }
      ],
      "built_in_analyzers" : [
        {
          "name" : "whitespace",
          "count" : 7,
          "index_count" : 7
        }
      ]
    }
  },
  "nodes" : {
    "count" : {
      "total" : 5,
      "coordinating_only" : 0,
      "data" : 5,
      "ingest" : 5,
      "master" : 5,
      "ml" : 5,
      "remote_cluster_client" : 5,
      "transform" : 5,
      "voting_only" : 0
    },
    "versions" : [
      "7.9.1"
    ],
    "os" : {
      "available_processors" : 80,
      "allocated_processors" : 80,
      "names" : [
        {
          "name" : "Linux",
          "count" : 5
        }
      ],
      "pretty_names" : [
        {
          "pretty_name" : "CentOS Linux 7 (Core)",
          "count" : 5
        }
      ],
      "mem" : {
        "total_in_bytes" : 340979019776,
        "free_in_bytes" : 5470208000,
        "used_in_bytes" : 335508811776,
        "free_percent" : 2,
        "used_percent" : 98
      }
    },
    "process" : {
      "cpu" : {
        "percent" : 19
      },
      "open_file_descriptors" : {
        "min" : 3140,
        "max" : 3335,
        "avg" : 3247
      }
    },
    "jvm" : {
      "max_uptime_in_millis" : 1880814384,
      "versions" : [
        {
          "version" : "14.0.1",
          "vm_name" : "OpenJDK 64-Bit Server VM",
          "vm_version" : "14.0.1+7",
          "vm_vendor" : "AdoptOpenJDK",
          "bundled_jdk" : true,
          "using_bundled_jdk" : true,
          "count" : 5
        }
      ],
      "mem" : {
        "heap_used_in_bytes" : 49962550880,
        "heap_max_in_bytes" : 150323855360
      },
      "threads" : 1299
    },
    "fs" : {
      "total_in_bytes" : 7925998407680,
      "free_in_bytes" : 6869048258560,
      "available_in_bytes" : 6466311188480
    },
    "plugins" : [ ],
    "network_types" : {
      "transport_types" : {
        "security4" : 5
      },
      "http_types" : {
        "security4" : 5
      }
    },
    "discovery_types" : {
      "zen" : 5
    },
    "packaging_types" : [
      {
        "flavor" : "default",
        "type" : "rpm",
        "count" : 5
      }
    ],
    "ingest" : {
      "number_of_pipelines" : 16,
      "processor_stats" : {
        "conditional" : {
          "count" : 0,
          "failed" : 0,
          "current" : 0,
          "time_in_millis" : 0
        },
        "convert" : {
          "count" : 0,
          "failed" : 0,
          "current" : 0,
          "time_in_millis" : 0
        },
        "date" : {
          "count" : 0,
          "failed" : 0,
          "current" : 0,
          "time_in_millis" : 0
        },
        "dot_expander" : {
          "count" : 0,
          "failed" : 0,
          "current" : 0,
          "time_in_millis" : 0
        },
        "grok" : {
          "count" : 0,
          "failed" : 0,
          "current" : 0,
          "time_in_millis" : 0
        },
        "gsub" : {
          "count" : 0,
          "failed" : 0,
          "current" : 0,
          "time_in_millis" : 0
        },
        "json" : {
          "count" : 0,
          "failed" : 0,
          "current" : 0,
          "time_in_millis" : 0
        },
        "remove" : {
          "count" : 0,
          "failed" : 0,
          "current" : 0,
          "time_in_millis" : 0
        },
        "rename" : {
          "count" : 0,
          "failed" : 0,
          "current" : 0,
          "time_in_millis" : 0
        },
        "script" : {
          "count" : 0,
          "failed" : 0,
          "current" : 0,
          "time_in_millis" : 0
        },
        "split" : {
          "count" : 0,
          "failed" : 0,
          "current" : 0,
          "time_in_millis" : 0
        }
      }
    }
  }
}

Meanwhile, I have deleted the policy and re-created it.
Manually snapshot is working, I will wait to see if it is triggered automatically.
Thanks

I can't see anything in those logs that would explain this, they don't appear to be SLM related. But I don't know the details of how it works, so I might be missing something.

I believe it is one of those issues no one knows about.
I will update if the deletion and re-creating helped in anyway.

By the way, old snapshots are not deleted by the policy as well. I guess it is the same root cause.

After finding out that SLM status is stopped GET /_slm/status
I started it POST /_slm/start

Simple, but not mentioned (clearly) in the documentation.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.