• Publicity: Public Only All

kibana-procs.tcl

This is an experimental implementation of an integration of kibana panels via a reverse proxy

This file defines the following Objects and Classes: ::xowiki::includelet::kibana[i]

Location:
packages/xowiki/tcl/kibana-procs.tcl
Author:
Gustaf Neumann

Procedures in this file

Detailed information

Class ::xowiki::includelet::kibana (public)

 ::xowiki::IncludeletClass ::xowiki::includelet::kibana[i] [ -from from ] \
    [ -to to ] [ -hash hash ] [ -width width ] [ -height height ]

Include a Kibana chart identified by the provided hash

Switches:
-from
(optional)
start of time window (default now-24h)
-to
(optional)
end of time window (default now-)
-hash
(optional)
hash of the included visualization
-width
(optional)
width of included content
-height
(optional)
height of included content

Partial Call Graph (max 5 caller/called nodes):
%3 _ _ (public) ad_get_signed_cookie ad_get_signed_cookie (public) ad_set_signed_cookie ad_set_signed_cookie (public) nsf::object::alloc nsf::object::alloc nsf::relation::set nsf::relation::set Class ::xowiki::includelet::kibana Class ::xowiki::includelet::kibana Class ::xowiki::includelet::kibana->_ Class ::xowiki::includelet::kibana->ad_get_signed_cookie Class ::xowiki::includelet::kibana->ad_set_signed_cookie Class ::xowiki::includelet::kibana->nsf::object::alloc Class ::xowiki::includelet::kibana->nsf::relation::set

Testcases:
No testcase defined.

xowiki::kibana_backend_reply (public)

 xowiki::kibana_backend_reply [ -url url ] \
    [ -replyHeaders replyHeaders ] [ -status status ]

Rewrite backend reply

Switches:
-url
(optional)
-replyHeaders
(optional)
-status
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

xowiki::kibana_url_rewrite (public)

 xowiki::kibana_url_rewrite [ -target target ] [ -url url ] \
    [ -query query ]

Rewrite default url_rewrite_callback

Switches:
-target
(optional)
-url
(optional)
-query
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
[ show source ]