In oculus' configuration file, there is a part for 'Skyline':
skyline:
host: ""
port: 6379
listener_port: 2024
metric_prefix: "metrics"
I am not sure if I understand them right:
'port' : this one is for redis server running for skyline
'listener_port': this is port for skyline horizon which receives data from carbon-relay
'metrick_prefix' : this one should use the same one as "FULL_NAMESPACE = " in skyline's settings.py configuration file
Are they all right ?
And there is a 'index' part in the elasticsearch part of the conf file with default value 'mini', shall I just keep it? Or change it to other value?
Hi there,
In oculus' configuration file, there is a part for 'Skyline': skyline: host: "" port: 6379 listener_port: 2024 metric_prefix: "metrics"
I am not sure if I understand them right: 'port' : this one is for redis server running for skyline 'listener_port': this is port for skyline horizon which receives data from carbon-relay 'metrick_prefix' : this one should use the same one as "FULL_NAMESPACE = " in skyline's settings.py configuration file
Are they all right ?
And there is a 'index' part in the elasticsearch part of the conf file with default value 'mini', shall I just keep it? Or change it to other value?