Good morning everybody.
As, due to my job, I will have to get a Production ES environment in the future, I decided to create a testing ES environment at home.
This environment has three multi-role node. The three of them are master nodes, and as I didn't change any of the role option in their respectives Elasticsearch.yml files, I guess that all of them are data nodes aswell, (they all store shards and documents), they all are also cordinatoors and ingest nodes.
I though that this was the best approach as I couldn't count with much RAM and storage, but soon I will have extra hardware resources, so I'm recosidering to convert my three multi-role servers into masternodes dedicated server. I will create also at least a couple of data nodes aswell.
The point here is that I've been using and setting up filebeat and metric beat, which means that I've already uploaded some index templates and created ingesting index to/in those master servers. My indices are rotating on daily basis and they get removed when they are older than seven days. So I guess that once I've got my data dedicated servers the indices will be created in the dataservers as soon as my masterserver stop being dataservers too. Also, after a week, those indices that remained at that point in the dedicated master servers will dissappear.
But there are other indices which purpose are unknown to me and they make me worry.
If I go to Kibana -> Index Management I can find the following indices:
.items-default-000001
.lists-default-000001
metrics-endpoint.metadata_current_default
The following 'Data Streams':
filebeat-8.2.1
metricbeat-8.2.1
The following 'Index templates':
ecs-logstash
filebeat-8.2.1
ilm-history
logs
logs-endpoint.alerts
logs-endpoint.events.file
logs-endpoint.events.library
logs-endpoint.events.network
logs-endpoint.events.process
logs-endpoint.events.registry
logs-endpoint.events.security
metricbeat-8.2.1
metrics
metrics-endpoint.metadata
metrics-endpoint.metrics
metrics-endpoint.policy
metrics-metadata-current
metrics-metadata-united
synthetics
And also a good number of Component templates.
So that are my goals. Could please someone advise me about what should I have into consideration?. I'm sure I'm missing key things.
Thank you in advance.
Carlos T.