Display Small Multiple Charts

You can compare results for the different values of a field: for example, how many ERRORS, INFO and WARN values for the field loglevel are returned, and display them next to each other in a grid.

  1. From the Search page, type this query in the Query Editor:

    logscale
    groupBy(loglevel)

    This search groups values of field loglevel.

  2. Save your widget as explained at Create Widgets

  3. Click the menu icon on top-right of the widget and select Styling, the Styling panel is displayed on the side of the widget:

    Screenshot showing three radial gauge widgets arranged horizontally displaying ERROR (5.82K in teal), INFO (5.25M in green), and WARN (18K in green) log level counts, with Format panel visible on the right showing configuration options for decimal places, suffix, range, colors, labels, and small multiples settings

    Figure 222. Gauge Chart with Properties Panel - Example 3


  4. Set the properties as desired:

    • Layout → choose Radial Fill type in this example

    • Value → choose the Abbreviated format

    • Range → define the min and max values your widget should display

    • Colors → any number should have the same color

    • Small multiples → the grid should display small multiples in 2 columns