You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2019/05/21 05:39:00 UTC

[jira] [Updated] (SOLR-13484) autoscaling/diagnostics APIshould be able to give diagnostics output from config pasted as a payload

     [ https://issues.apache.org/jira/browse/SOLR-13484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-13484:
------------------------------
    Description: 
There are cases where users would want to get the diagnostics from autoscaling configuration sent as a payload . T
{code:javascript}
curl -X POST -H 'Content-type:application/json'  -d '{
"cluster-policy": [
  {"replica": "#EQUAL", "shard": "#EACH", "sysprop.zone": ["east", "west"]}
  ]
}' http://localhost:8983/api/cluster/autoscaling/diagnostics
{code}

  was:
There are cases where users would want to get the diagnostics from autoscaling configuration sent as a payload . T

curl -X POST -H 'Content-type:application/json'  -d '{
"cluster-policy": [
  {"replica": "#EQUAL", "shard": "#EACH", "sysprop.zone": ["east", "west"]}
  ]
}' http://localhost:8983/api/cluster/autoscaling/diagnostics


> autoscaling/diagnostics APIshould be able to give diagnostics output from config pasted as a payload
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-13484
>                 URL: https://issues.apache.org/jira/browse/SOLR-13484
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>
> There are cases where users would want to get the diagnostics from autoscaling configuration sent as a payload . T
> {code:javascript}
> curl -X POST -H 'Content-type:application/json'  -d '{
> "cluster-policy": [
>   {"replica": "#EQUAL", "shard": "#EACH", "sysprop.zone": ["east", "west"]}
>   ]
> }' http://localhost:8983/api/cluster/autoscaling/diagnostics
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org