Multiselect Dropdown for monthly,quaterly and yearly filter

I'm facing a challenge with visualizing data in Kibana over extended periods. Currently, the global filter allows me to view data for the last 6 months or the last quarter, but for example I need to plot a bar chart specifically for quarterly reports of the year 2019, while having almost 10 years of data.

Is there a way to achieve a monthly, quarterly, half-yearly concept dropdown that facilitates visualizing data for specific years beyond the default time frames provided by the global filter? Your insights and guidance on this matter would be greatly appreciated.

To create a multi-select dropdown for monthly, quarterly, and yearly filters in Kibana, you can preprocess your data to include fields for year, quarter, and month. Then use the Controls visualization in Kibana to create dropdowns based on these fields, allowing users to filter dashboard data accordingly. While Kibana doesn't directly support time-based dropdowns, this approach offers a practical workaround.

1 Like

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