[PLUG] Curl is unable to display all snapshots from the list
Amey
sco1984 at gmail.com
Thu Jul 11 22:13:57 IST 2024
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.
More information about the plug-mail
mailing list