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
better-orange-49102
06/06/2022, 5:59 AM
ES index usually refer to dataset. platform instance is when you have different physical instances of ES
f
flat-shoe-26745
06/06/2022, 6:08 AM
Thanks a lot. Is it recommended to create a dataset for each index?
b
big-carpet-38439
06/06/2022, 5:04 PM
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
better-orange-49102
06/07/2022, 12:41 AM
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.