Replies: 2 comments 2 replies
-
In looking into this further, it seems the z16.04 Kibana dashboards from 2.3.280 are sticking around post-upgrade. That may also be why pivot links aren't working. Is there a simple way to remove all dashboards and visualizations supplied by so-setup without deleting any other saved objects we may have created? Perhaps a tool that will take a saved objects ndjson file, build a heirarchy of objects and a graph of dependencies, then list all dependencies below a specific object to feed to curl? It also looks like most of the 2.4 dashboards and visualizations have the same id values (guids?) as the equivalent 2.3 objects. That would prevent one from just changing labels and merging the two together. Could one simply modify the 2.4 index patterns so the saved objects pull up both old and new data, or have fields changed in the new release and index style? For deleting old 2.3 indices first, so-elasticsearch-indices-delete-delete still lists them and orders them correctly by date, but with the datastream logic in place for 2.4 indices, I think it ignores them, or tries to delete the nonexistent matching datastream. A quick check for a 2.3-style name first (if it starts with 'so-' then just delete it) would allow the script to support both legacy and new index styles. Anyone else trying to handle a migration from 2.3 to 2.4 without losing continuity of data? |
Beta Was this translation helpful? Give feedback.
-
I'm in the exact samb boat. Did you find any answers? I actually tried the 2.3 > 2.4 upgrade in test VMs before the real thing and I had no such problems. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Version
2.4.40
Installation Method
Network installation on Ubuntu
Description
upgrading
Installation Type
Standalone
Location
on-prem with Internet access
Hardware Specs
Exceeds minimum requirements
CPU
32
RAM
128G
Storage for /
250G
Storage for /nsm
2T
Network Traffic Collection
span port
Network Traffic Speeds
Less than 1Gbps
Status
Yes, all services on all nodes are running OK
Salt Status
No, there are no failures
Logs
No, there are no additional clues
Detail
I followed the 2.3 -> 2.4 upgrade instructions from here (loosely; I adapted them for Ubuntu). The upgrade was generally successful, but there are some things I noticed once complete.
FWIW, this is one instance where Ubuntu shines, as all it took was a do-release-upgrade. No need to export the /nsm LV; just a little cleanup of the so-* files, installtmp dir, intca.crt file, and soremote user. I'll post a more detailed process later, if people are interested. I know Ubuntu is not officially supported, but I'm glad it's no longer blocked as an option. The observations below, though, are not related to the underlying OS.
Devs, please consider the following:
Perhaps there is a way to add z2.3 dashboards only if needed, perhaps by running a salt state, and deleting them once they're no longer needed. Or optionally loading them based on a setting in the minion statefile.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions