Hello everyone,
I am using a terraform provider “phillbaker/elasticsearch” for creating index patterns in kibana. The provider seems to work fine, but doesnot support the functionality to create index pattern in a different kibana space.
It only creates it in the default kibana space, which I don’t want.
Does anyone know any other provider to achieve this solution?
I have researched a lot of providers, but unable to find a proper solution.
Or else does anyone know how I can change this existing provider to add the functionality to create index pattern in a separate kibana space?
I lack knowledge in Go and unable to understand the provider configuration on Github properly.
Many thanks!!!