Thanks for reply @Tish Johnson
So with that GET request /status/properties, what exactly I retrieve? Will it also contain Coordinator static properties?
It is just because I would like to change it set also below configs to there:
druid.coordinator.kill.on = true #turn on periodic kill tasks
druid.coordinator.kill.period # how often to run kill tasks defaults to P1D
Can I make a POST request updating the configs like that?
And If I make the changes there and POST if possible, will Druid be able to run according to new configs automatically?