kibana/docs/api/url-shortening.asciidoc
Nathan Reese 7485f4edab
Move /shorten to /api/shorten_url (#21808) (#21860)
* Move /shorten to /api/shorten_url

* better API test assertions

* add API documenation

* use async await

* import dependencies instead of pass in
2018-08-09 17:11:01 -06:00

12 lines
450 B
Plaintext

[[url-shortening-api]]
== URL Shortening API
Kibana URLs contain the state of the application making them very long and cumbersome.
Internet Explorer has URL length restrictions, and some wiki and markup parsers don't do well with the full-length version of the Kibana URL.
The short URLs enabled by this API are designed to make sharing Kibana URLs easier.
* <<url-shortening-api-api-shorten-url>>
include::url_shortening/shorten_url.asciidoc[]