mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* Move /shorten to /api/shorten_url * better API test assertions * add API documenation * use async await * import dependencies instead of pass in
11 lines
450 B
Text
11 lines
450 B
Text
[[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[]
|