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
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.