Hi all!
I would like to create a map in Kibana via REST API.
I must provide JSON body in POST request to do it, but it includes some unclear fields and there are no corresponding explanations in Kibana documentation.
Please explain to me what is:
- id of layerListJSON object? should I create this object somehow in advance? what type does this object have?
- layerListJSON->sourceDescriptor object and its id ? should I create this object somehow in advance? what type does this object have?
many thanks!