Versions:
- OpenSearch 2.7
Issue:
I have to create a navigation bar inside of the Dashboard. It should append the selected
section to the Dashboard.
For example: Winlog activity is clicked, Winlog activity related visualizations are being rendered below the navigation bar. If I click Traffic, then all visualizations below navigation bar should be replaced by Traffic section.
Currently I have created everything in one dashboard divided by sections. I used markdown to render the section names.
How can I create navigation bar to meet my objectives?
Thank you for your time.