Canvas Functions

Firstly I'd like to suggest an option for seriesStyle "stack" function to be able to be sorted Ascending or Descending.

Secondly I can't get the tail or head function to work in a data table. The code below works fine without these functions but as soon as I try to use either the query returns no data (eg. tail counter=10). I am using version 6.6.2.

filters
| essql
query="SELECT "@timestamp" AS Time, message AS Message, host AS Hostname
FROM "logstash*"
WHERE "severity-num" <= 4 AND host <> '172.18.1.251' AND syslogtag <> '%ASA-4-106023:' "
| table
font={font family="'Open Sans', Helvetica, Arial, sans-serif" size=12 align="left" color="#FFFFFF" weight="normal" underline=false italic=false} perPage=12 paginate=false showHeader=true
| render

FYI you posted this in #elasticsearch and used the graph tag. I've moved it for you and added a more accurate tag :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.