Uninstalling the Jenkins App

App Uninstall

To uninstall the Jenkins app from your Observe workspace, follow the instructions located at Apps page.

Delete the created datastream token as well. For token deletion, see Manage datastreams and token page.

Fluent Bit Uninstall

Note

This completely removes Fluent Bit and any additional configurations you may have added outside of Observe. Please be sure you want to remove this before proceeding.

Uninstall on Amazon Linux 2 with the following commands:

sudo service td-agent-bit stop
sudo yum erase td-agent-bit -y
sudo rm /etc/yum.repos.d/td-agent-bit.repo
sudo rm /etc/td-agent-bit/observe-jenkins.conf

Uninstall on Amazon Linux 2023 with the following commands:

sudo service fluent-bit stop
sudo yum erase fluent-bit -y
sudo rm /etc/yum.repos.d/fluent-bit.repo
sudo rm /etc/fluent-bit/observe-jenkins.conf

Uninstall on Ubuntu 20.04 with the following commands:

sudo service td-agent-bit stop
sudo apt-get remove td-agent-bit -y
sudo rm /etc/td-agent-bit/observe-jenkins.conf

Uninstall on CentOS with following commands:

sudo service td-agent-bit stop
sudo yum erase td-agent-bit -y
sudo rm /etc/yum.repos.d/td-agent-bit.repo

Statistics Gatherer Plugin for Jenkins Uninstall

Uninstall or disable the Statistics Gatherer plugin for Jenkins. For more information on removing and disabling Jenkins plugins, please see the wiki.