After restoring the snapshot, the index is not associated with the data stream

Before deleting, the index was associated with a data stream.


After restoring from the snapshot, the data stream was lost.

curl  -X POST "localhost:9200/_snapshot/es-backup-log-analysis/log-analysis-2024.06.13-sflp5oxttgk_gii_6_qohq/_restore" -H 'Content-Type: application/json' -d'
{
  "indices": ".ds-tcc-log-qa-rewe24-2024.06.03-000012",
  "ignore_unavailable": true,
  "include_global_state": false
}'

Snapshot policies

Can you help me with this?