Unable to remove Default data view

“I have multiple data views for different dashboards, but the default data view keeps loading even for dashboards where it’s not used. I want to remove the default data view—how can I do that?”

ELK stack version: 8.16.1

Hello @mittal_rawal

Welcome to the Community!!

Can you please share any screenshot or more details for the issue described above?

Generally we have dataviews in multiple spaces & in each space we have 1 default dataview which can be updated using below navigation-option :

So in your case the issue is not clear.

Thanks!!

yes,

my query is can we keep default dataview as null?

Hello @mittal_rawal

I believe we cannot set the default dataview as null.

But below is the WA which can be used if you want to keep it as null =>

Create a null index (PUT /index_null)
Create a dataview null => index_null
Make this dataview as default

Now while loading Discover it will use this dataview :

Thanks!!