As I list all the rivers in Elasticsearch, I am new to this and add rivers on the fly and I want to do a cleanup. The official documentation does not mention a way to do this.
I think this will do the trick for you, since it _riveris an index, like any other, that can be requested as one. -
_river
curl -XGET http://localhost:9200/_river/_search?q=*
To answer Nate's answer, if you drop the following line into the browser, you will get output that is really readable (note the added "pretty" parameter):
http://localhost:9200/_river/_search?q=*&pretty
Source: https://habr.com/ru/post/1523294/More articles:Как получить по умолчанию маржу принтеров с помощью win32 в python - pythonTwo applications using the same Rails database - ruby | fooobar.comState Variable - Pending / Notification of Race Status - c ++how to get system date using cql query in cassandra - cassandraApplication crashes if the property name starts with a new one - objective-cКак остановить функцию Excel-DNA при вычислении при вводе значений - performanceBest way to populate data in DOM with jQuery and Node - javascriptОбъектный прототип может быть только Object или null в Function.create(native) в node.js - javascriptGoogle Analytics does not track link click events. - javascriptMySQL - combining two queries (UNION?) - sqlAll Articles