Configuration Item | Description |
Basic Info | Chart Name: Set the display name of the table, which can be left empty. |
Coordinate axis | X-axis Display: Show/hide X-axis. Y-axis Position: Configure the display position of the Y-axis. |
Legend | Show or hide the legend. |
Standard configuration | |
Interaction event | Support clicking the numbers in the chart to trigger interactive events, such as jumping to the set URL address, opening the search analysis page, opening the dashboard page, adding filter conditions, etc. For details, see Interaction Event. |
Configuration Item | Description |
X-axis Field | Select the field corresponding to the X-axis of the heatmap. By default, a field of the string data type is selected. If no such field is available, you must manually specify a field. |
Y-axis Field | Select the field corresponding to the Y-axis of the heatmap. By default, a field of the string data type is selected. If no such field is available, you must manually specify a field. |
Metric Field | Numerical field. Select the field corresponding to the heatmap tile. By default, a field of the number data type is selected. If no such field is available, you must manually specify a field. |
Configuration Item | Description |
Chart Style | Counts: Setting the display and hide of heatmap block value tags. The value is hidden by default. |
* | select histogram(__TIMESTAMP__,interval 1 hour) as time,isp,round(avg( "request_time" ),1) as "request_time" group by time,isp order by time limit 10000

* | select url,prov, count(*) as count group by url,prov order by count desc limit 1000

Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários