On Fri, 12 Jul 2024 at 07:14, Kaustubh Gadkari <kaustubh.gadk...@gmail.com> wrote: > > > > > On Jul 11, 2024, at 9:43 AM, Amey via plug-mail <plug-mail@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?
After I hit the command, the output is of approx 50 lines [static] in my Ubuntu terminal. Think of an output of docker images that gets displayed in the Linux terminal when we use the curl command. > > Kaustubh > > > > > Regards, > > Amey. > > _______________________________________________ > > plug-mail mailing list > > plug-mail@plug.org.in > > http://list.plug.org.in/listinfo/plug-mail > _______________________________________________ plug-mail mailing list plug-mail@plug.org.in http://list.plug.org.in/listinfo/plug-mail