Replies: 1 comment 5 replies
-
Typically if the search nodes have different disks, HDD v. SSD, the Keep an eye on the amount of data going on the 20TB nodes and adjust your warm setting to keep them from filling up past watermark settings. If they are all the same size, you would still adjust to move the data to the warm nodes. For the 50TB nodes, set data_warm and data_cold, unless you are going to separate the data tiers, then assign the appropriate role to the node. To assist in data retention and searching, also look at ILM actions to extend the data https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-actions.html For example, shrink and force merge. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hopefully someone can point me in the right direction for this one.
I have 5 search nodes that are approximately 50TB each and I'm looking to divide hot, warm, and cold storage roles to potentially increase efficiency when querying the data. What would be the best way to tackle this? Do all the nodes need to have the same storage capacity as the original search nodes 50TB each? I'm wanting to add 4 additional search nodes with the specifications below. Would this work? Should the warm nodes be larger then the hot nodes? Should the colder nodes be larger then everything since it will store data for longer?
Any guidance would be great. Thank you in advance.
Example:
ILM
Overall Retention between search nodes: 80%
Existing - Search Node 1 : 50TB Role: data_hot & data_content
Existing - Search Node 2 : 50TB Role: data_hot & data_content
Existing - Search Node 3 : 50TB Role: data_hot & data_content
Existing - Search Node 4 : 50TB Role: data_hot & data_content
New - Search Node 5 : 50TB Role: data_hot & data_content
New - Search Node 6 : 20TB Role: data_warm
New - Search Node 7 : 20TB Role: data_warm
New - Search Node 8 : 20TB Role: data_cold
Beta Was this translation helpful? Give feedback.
All reactions