Hello, I am using curl with a complex combination after a long time.
The command: curl -s http://localhost:9200/_snapshot/opensearch-dev/_all/ | jq '.[] | sort_by(.fieldname)' | grep -oE 'snapshot[_]?[0-9]+' The output: snapshot_20240703 snapshot_20240703 snapshot_20240705 snapshot_202407051028 snapshot_202407050847 snapshot_202407051101 snapshot_202407051141 snapshot_202407051142 But there are more snapshots in the same list with name's = 202407090000 , 202407100000 , 202407110000 Original value format = ["snapshot": "202407110000",] The script is unable to display these snapshots in the list. What can be the possible issue? Is it the 4 zero's at the end? Any hints? Thanks. Regards, Amey. _______________________________________________ plug-mail mailing list plug-mail@plug.org.in http://list.plug.org.in/listinfo/plug-mail