Hi, everyone:smiley: I want to know the difference...
# getting-started
f
Hi, everyone😃 I want to know the difference between platform and platform instance in elasticsearch. I find this comment “The instance of the platform that all assets produced by this recipe belong to”.
b
ES index usually refer to dataset. platform instance is when you have different physical instances of ES
f
Thanks a lot. Is it recommended to create a dataset for each index?
b
Yes! Platform == ElasticSearch, Platform Instance == ElasticSearch instance deployed at some specific location (e.g. if you have multiple es clusters deployed, 1 for each)
b
I have a bunch of daily indexes that is created using a template, am contemplating what is the best way to show as a single dataset, instead of showing all 365 datasets.