Hello,
On Thu, 11 Jul 2024 at 18:43, Amey 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:
> snapsh
On Fri, 12 Jul 2024 at 07:14, Kaustubh Gadkari
wrote:
>
>
>
> > On Jul 11, 2024, at 9:43 AM, Amey via plug-mail
> > 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/ |