Running Nagios Log Server with 1 instance
Posted: Fri Dec 02, 2016 9:05 am
Hi,
I need to understand the impact of running only 1 instance.
For the moment the cluster has the yellow status.
curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"cluster_name" : "346c080f-96a6-4bf3-aab7-337cd0e3b771",
"status" : "yellow",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 1216,
"active_shards" : 1216,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 1216,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0
}
We plan to buy another instance next year. Do you have some advice for me?
As an example if we store 200G of data in 1 year and we want to add a new instance. What happening in that case.
Thank you!
I need to understand the impact of running only 1 instance.
For the moment the cluster has the yellow status.
curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"cluster_name" : "346c080f-96a6-4bf3-aab7-337cd0e3b771",
"status" : "yellow",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 1216,
"active_shards" : 1216,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 1216,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0
}
We plan to buy another instance next year. Do you have some advice for me?
As an example if we store 200G of data in 1 year and we want to add a new instance. What happening in that case.
Thank you!