but this fails with:
{"error":"no handler found for uri [/api/saved_objects/index-pattern/a492d940-9407-11e9-bb2b-65c8f6e0978d?overwrite=true] and method [POST]"}
Where can I find the definition of the "attributes" object, so I can see what properties it has and how they should be set...
Sorry, but this documentation is so basic, it tells me nothing I need to know... All I can find from this document is that attributes has a title property...
Am I even able to pass a fields property in a create object call..? If so what does it look like?
Is the example above correct..?
Why is the above failing with a "no handler" error.
Is the payload incorrect..
At the moment I'm just guessing at what is wrong...
i need exactly the same info. The docs are of no use at best. I shouldn't have to search through the code in order to get such a basic answer.
As well, I create index with documents from logstash. I want to do visual after they have been created. Kibana does not create a useful index unless you manually select it and specify the timestamp format via kibana index management. How can I do this via REST?
I understand Peter and agree the documentation can be improved, it is possibly lacking information since it is still listed as experimental, let's see what @joshdover thinks and how we can help.
Josh,
Maybe i need to open another thread to get answers to my questions ? I'm using 7.1.
No security , no mods whatsover to installation.
As well, I create index with documents from logstash. I want to do visual after they have been created. Kibana does not create a useful index unless you manually select it and specify the timestamp format via kibana index management. How can I do this via REST?
Ah I think I just figured it out. It appears you're sending this request to Elasticsearch rather than Kibana. (localhost:5601 if running locally).
If you're using the Console app in the Kibana Dev Tools, this tool can only send requests to Elasticsearch. You'll need to use another way of sending requests other than Console.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.