[PLUG] Curl is unable to display all snapshots from the list

Kaustubh Gadkari kaustubh.gadkari at gmail.com
Fri Jul 12 10:44:28 IST 2024



> On Jul 11, 2024, at 9:43 AM, Amey via plug-mail <plug-mail at plug.org.in> wrote:
> 
> 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.

Any chance there is paging going on at the API?

Kaustubh

> 
> Regards,
> Amey.
> _______________________________________________
> plug-mail mailing list
> plug-mail at plug.org.in
> http://list.plug.org.in/listinfo/plug-mail



More information about the plug-mail mailing list