lukojy
(Lukas)
1
Hello, I was wondering if dashboard data is saved in MongoDB? because checking the collections I don’t seem to find it 
→ show collections
access_tokens
alarmcallbackconfigurations
alarmcallbackhistory
alerts
cluster_config
cluster_events
collectors
content_packs
content_packs_installations
event_processor_state
grants
grok_patterns
index_failures
index_field_types
index_ranges
index_sets
inputs
lut_caches
lut_data_adapters
lut_tables
nodes
notifications
outputs
pipeline_processor_pipelines
pipeline_processor_pipelines_streams
pipeline_processor_rules
processing_status
roles
scheduler_triggers
searches
sessions
sidecar_collectors
sidecar_configuration_variables
sidecars
streamrules
streams
system_messages
traffic
users
views
Did you check the views collection?
1 Like
lukojy
(Lukas)
3
thank you, it seems that data of dashboards indeed populated in views
.
But why is it so? We have other GL instance that has dashboards
collection 
If I use mongoexport on views
collection is it safe to say that I have dashboards backup?
What’s the other instance’s version? If it’s anything prior to 4.X, those collections may have changed.
As for the Mongodump, I think you’d be safe that you’ve got backup.
1 Like
lukojy
(Lukas)
5
both running 4.0.5
anyway, I appreciate your help!
system
(system)
Closed
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.