Hello there!
Is there a way to track cases in a dashboard?
Like having a panel for:
- open cases
- cases in progress
- pending cases
- new cases
Tried the tutorial:
but i happen not to have the option "add a les" visualization.
Thanks!
Hello there!
Is there a way to track cases in a dashboard?
Like having a panel for:
Tried the tutorial:
but i happen not to have the option "add a les" visualization.
Thanks!
Hi @elasticfran,
The "add lens" feature allows you to add dashboards in Cases. It was introduced in 7.15.
At the moment is not possible to create a dashboard from within Cases. It is in our roadmap to support it in the future. There is a way to do it using the .kibana
system index. Be aware that
the data structures of a system index may not be very "dashboard friendly" and they are subject to change in the future.
Steps:
.kibana_<your_version>
. You don't want to inlude .kibana-task-manager
and .kibana-event-log
@timestamp
or updated_at
as the time field.cases.status
field. For new cases the cases.created_at
field etc.Let me know if you need any help.
Reference: SIEM created and closed cases report - #8 by christos.nasikas
Best,
Christos
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.