Skip to content

Instantly share code, notes, and snippets.

@d34dh0r53
Created August 15, 2016 16:34
Show Gist options
  • Save d34dh0r53/68b19fcb59a1a87d4cb94d0b2e37a093 to your computer and use it in GitHub Desktop.
Save d34dh0r53/68b19fcb59a1a87d4cb94d0b2e37a093 to your computer and use it in GitHub Desktop.
ELK Upgrade Tasks

#ELK Upgrade Tasks

These are things we need to do and think about during an RPC L->M upgrade to ensure that the new ELK stack is up and running with existing data.

Beaver Removal

  • PIP package removal
  • Files left on the filesystem removal
  • Force log rotation so ensure that filebeats picks up a new, hopefully empty logfile

Logstash Upgrade

  • Upgrade of package
  • Upgrade of filters

Elasticsearch Upgrade

  • Create new ES container and install latest version
  • Migrate data from existing container
  • Verify data migration
  • Remove legacy container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment