Widget Query Functions
LogScale's query functions take a set of events, parameters, or configurations; and produce, reduce, or modify values within that set, or within the events themselves within the query pipeline.
Table: Widget Query Functions
Function | Implied Argument | Availability | Description |
---|---|---|---|
sankey(source, target, [weight]) | sankey | Produces data compatible with Sankey widget. | |
table(fields, [limit], [order], [reverse], [sortby], [type]) | fields | Used to create a widget to present the data in a table. | |
timeChart([buckets], [function], [limit], [minSpan], [series], [span], [timezone], [unit]) | series | Used to draw a linechart where the x-axis is time. | |
worldMap([ip], [lat], [lon], [magnitude], [precision]) | worldmap | Used to produce data compatible with the World Map widget. |