(aggregation-terms field & options)
Construct aggregation using terms.
Construct aggregation using terms.
(chart-with-parameter parameter-name parameter-value)
Define parameter for chart
Define parameter for chart
(get-document-id visualization)
Creates string that could be used as ElasticSearch document id. Parameter 'visualization' could be string - will be slugified to replace invalid characters search map - (produced by clibana.visualization/visualization) from which its title will be taken and slugified
Creates string that could be used as ElasticSearch document id. Parameter 'visualization' could be string - will be slugified to replace invalid characters search map - (produced by clibana.visualization/visualization) from which its title will be taken and slugified
(visualization title & decorations)
Construct document describing visualization
Construct document describing visualization
(with-area-chart & decorations)
Construct area plot
Construct area plot
(with-bar-chart & decorations)
Construct histogram bar plot
Construct histogram bar plot
(with-data-table & decorations)
Construct data table
Construct data table
(with-description description)
Give your visualization some human readable description.
Give your visualization some human readable description.
(with-line-chart & decorations)
Construct line plot
Construct line plot
(with-markdown & decorations)
Construct markdown component
Construct markdown component
(with-metric-chart & decorations)
Construct metric
Construct metric
(with-options & options)
Specify sequence of options to drive shape of the result document.
Specify sequence of options to drive shape of the result document.
(with-pie-chart & decorations)
Construct pie plot
Construct pie plot
(with-saved-search search)
In visualization, use stored search. Parameter 'search' could be either string or search structure (from clibana.search/search). The id will be produced with get-document-id.
In visualization, use stored search. Parameter 'search' could be either string or search structure (from clibana.search/search). The id will be produced with get-document-id.
(with-search index & decorations)
Use in-place created search.
Parameters:
index Name of the index-pattern that the query will be executed on. Note that the index pattern shall exists.
decorations Calls of (with-...) functions that decorate the search further.
Use in-place created search. Parameters: + index Name of the index-pattern that the query will be executed on. Note that the index pattern shall exists. + decorations Calls of (with-...) functions that decorate the search further.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close