You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now you have to know the river name for the remote config to get its status. I would like to request to use a wild card on the status.
This could be extended to all other commands ( stop, restart, fullupdate, incrementalupdate)
currently you use to see all rivers:
curl -XGET localhost:9200/_jira_river/list
then
curl -XGET localhost:9200/_river/my_jira_river/_mgm_jr/state
As of now you have to know the river name for the remote config to get its status. I would like to request to use a wild card on the status.
This could be extended to all other commands ( stop, restart, fullupdate, incrementalupdate)
currently you use to see all rivers:
curl -XGET localhost:9200/_jira_river/list
then
curl -XGET localhost:9200/_river/my_jira_river/_mgm_jr/state
Propose:
curl -XGET localhost:9200/_river/*/_mgm_jr/state
The text was updated successfully, but these errors were encountered: