Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rw ui steps macro
Rw step

Go to Data Searchsearch and open the required table.

Rw step

Perform the required operations to get the data you want to use in the chart.

Rw step

Click the gear icon on the toolbar and select Charts → Diagrams → Punch CardPunchcard.

Rw step

Click and drag the column headers to the corresponding fields. This chart requires you to select three fields:

Required field

Data type

Partitioning

Any type but json

Value

float, integer, duration

Grouping colors (optional)

Any type but json

Rw step

The punch card is displayed.

Image RemovedImage Added

Working with punch cards

...

Query

Required field

Column added

Code Block
from demo.ecommerce.data
  group every 5m by statusCode, bytesTransferred, method
  every 5m

Partitioning

srcHoststatuscode

Value

responseTime

Grouping Colors

method

...