Hi everybody, i’m trying to write a script talking with opendistro and i need to write a curl in order to create an index pattern. I tried several solutions, but the one that seems to work gives me an index-pattern that is visibile in index-pattern’s list but when i try to click on it, i can only see an empty page.
Also if you have multi tenant enable you probably don’t want to create the new index pattern in the .kibana-index but instead in the tenant specific index.
Thx to answer my question! Figured out that something was wrong with the uri path I found online. For the ones who will look at this topic, i’m going to post the old wrong curl followed by the right one with the fix applied.