Kibana: Format of serialized json in URL for embedding

Created on 25 Mar 2016  路  1Comment  路  Source: elastic/kibana

Hello,

I need to form embedding link in my app by myself. All availbale data I can retrive from ".kibana" index. But I don't understand format of embedding link. It looks like some escaped variant of json for URL.

Is this some popular format and if where any java code that already can do serialization of json in this format?

Maybe you can drop link to external lib that already can form embedding link like Kibana does.

Here is example link:

http://localhost:5601/app/kibana#/dashboard/test_dashboard_2?_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-15m,mode:quick,to:now))&_a=(filters:!(),options:(darkTheme:!f),panels:!((col:1,id:test-visualization,panelIndex:1,row:1,size_x:3,size_y:2,type:visualization)),query:(query_string:(analyze_wildcard:!t,query:'*')),title:test_dashboard_2,uiState:())

Thanks.

Most helpful comment

The format is called RISON https://github.com/Nanonid/rison

>All comments

The format is called RISON https://github.com/Nanonid/rison

Was this page helpful?
0 / 5 - 0 ratings