IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: How To Upgrade the CB-Event-Forwarder

EDR: How To Upgrade the CB-Event-Forwarder

Environment

  • EDR: All Supported Versions
  • Event Forwarder:  All Supported Versions

Objective

How to upgrade the CB-Event-Forwarder

Resolution

  1. Backup the existing configuration:
mkdir /root/cb-event-forwarder_bak && cp /etc/cb/integrations/event-forwarder/* /root/cb-event-forwarder_bak/
ls /root/cb-event-forwarder_bak/
  cb-event-forwarder.conf  cb-event-forwarder.conf.bak
  1. Run the command to upgrade:
yum -y update cb-event-forwarder
  1. Restart the CB Event Forwarder service to ensure the changes are pushed through, run the commands based on the OS version:
  • CentOS 6.x
service cb-event-forwarder stop
service cb-event-forwarder start
  • CentOS 7.x/8.x
systemctl stop cb-event-forwarder
systemctl start cb-event-forwarder

Additional Notes

If a repo error is faced during the upgrade, the CBOpenSource repo may need to be reinstalled:
EDR : Error getting repository data for CbOpenSource while upgrading Event Forwarder

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎12-26-2018
Views:
1620
Contributors