Kibana canvas filter

What is alternative for "level, rownum" in Kibana sql??

I need to build my filter like:

select
 (case LEVEL
  when 1 then 'xyz'
  when 2 then 'xzt'
...
end) as D,
select
 (case LEVEL
  when 1 then '1'
  when 2 then '2'
...
end) as R

Thanks,
Pat

Unfortunately, I think there's no alternative for row id in essql.

Ok, thank You. I think it could be new feature in Kibana SQL.

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