Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to upgrade from 23.03 to 23.08? #506

Closed
shahidakhter786 opened this issue Sep 1, 2023 · 6 comments
Closed

How to upgrade from 23.03 to 23.08? #506

shahidakhter786 opened this issue Sep 1, 2023 · 6 comments
Assignees

Comments

@shahidakhter786
Copy link

shahidakhter786 commented Sep 1, 2023

How to upgrade already installed and perfectly running pfelk 23.03 to 23.08?
Elastic+Kibana version 8.8.1
ubuntu 22.04 , used script to install PFELK

@shahidakhter786 shahidakhter786 changed the title How to upgrade from 23.01 to 23.08? How to upgrade from 23.03 to 23.08? Sep 1, 2023
@a3ilson a3ilson self-assigned this Sep 1, 2023
@a3ilson
Copy link
Contributor

a3ilson commented Sep 1, 2023

Merging with #491

To upgrade only the pfelk files from 20.03 to 20.08 (current). Do the following:

  1. Stop logstash
  • systemctl stop logstash.service
  1. Download updated pfelk files
 wget -q https://raw.githubusercontent.com/pfelk/pfelk/main/etc/pfelk/conf.d/02-firewall.pfelk -P /etc/pfelk/conf.d/
 wget -q https://raw.githubusercontent.com/pfelk/pfelk/main/etc/pfelk/conf.d/05-apps.pfelk -P /etc/pfelk/conf.d/
 wget -q https://raw.githubusercontent.com/pfelk/pfelk/main/etc/pfelk/conf.d/30-geoip.pfelk -P /etc/pfelk/conf.d/
 wget -q https://raw.githubusercontent.com/pfelk/pfelk/main/etc/pfelk/conf.d/49-cleanup.pfelk -P /etc/pfelk/conf.d/

 wget -q https://raw.githubusercontent.com/pfelk/pfelk/main/etc/pfelk/patterns/pfelk.grok -P /etc/pfelk/patterns/
  1. Start logstash
  • systemctl start logstash.service

🐙

@a3ilson a3ilson closed this as completed Sep 1, 2023
@shahidakhter786
Copy link
Author

@613377 Thanks for sharing these details. what about elastic and kibana which asks for latest versions to import these dashboards?
Moreover, it's not letting me upgrade elastic and kibana to newer version because whenever i try, it says, it's already a newer version.

@shahidakhter786
Copy link
Author

image

@shahidakhter786
Copy link
Author

No worries. i have upgraded those packages now.

@a3ilson
Copy link
Contributor

a3ilson commented Sep 20, 2023

@shahidakhter786 - you were able to update Elastic/Kibana/Logstash?

Are importing the dashboards still an issue?

@shahidakhter786
Copy link
Author

@613377 Everything is working perfectly fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants