-
KanBo Installation
- KanBo Installation Guide (Microsoft 365 + Azure)
- KanBo Installation Guide (On-Premises)
- KanBo On-Premises Installation Requirements and Prerequisites
- Creating an X.509 High-Trust Certificate
- Creating and Updating Elastic Cloud Deployment
- Installing Elasticsearch on Windows
- Installing Elasticsearch on Debian
- Creating a Windows Virtual Machine on Azure for Elasticsearch
- Creating a Linux Based Virtual Machine on Azure for Elasticsearch
- KanBo Modern Web Part Installation
- Supported Browsers
- KanBo Setup
-
KanBo Updates
-
Additional Components
- Installing KanBo Teams App
- Installing KanBo Outlook Add-in
- Installing KanBo Mini Application
- Installing Nintex Integration
- Installing Autodesk BIM Plugin
- Configuring UiPath Integration
- Installing and Configuring Power Automate Integration
- KanBo External User Groups (Active Directory Integration)
- User Auto-Provisioning on First Access (SharePoint Plugin)
- SharePoint Profile Synchronization
- Configuring Sync Targets
- SharePoint Site Collection Balancing and Admin Warnings
- Setting Up BIM Sync WebJob
- Configuring OData Integration for Power BI Desktop
- KanBo PowerShell Commandlets
- Direct Sync of SharePoint Lists with KanBo
- Enabling KanBo Email Notifications (Azure)
- Enabling KanBo Email Notifications (On-Premises)
- Enabling OneDrive Integration in KanBo
- Enabling Sending Card Messages as Emails
- Enabling Sending Emails to KanBo (Microsoft 365 + Azure)
- Enabling Sending Emails to KanBo (On-Premises)
- Prometheus and Grafana configuration for KanBo metrics
- Show all articles ( 3 ) Collapse Articles
-
Tips & Tricks
- Configuring Document Opening Behavior in KanBo
- Disabling Sleeping Tabs in Browsers
- Disabling Public Space Creation in KanBo
- Checking Certificate Expiration Dates (On-Premises)
- KanBo License ID
- Checking KanBo Version
- Changing the Help URL in KanBo
- Renewing Microsoft Graph Certificate
- Disabling Profile Picture Sync in Profile Sync Job
- Creating and Customizing Profile Sync WebJob
- Configuring KanBo for Microsoft Azure GCC High Environment
-
Troubleshooting
Updating Elasticsearch on Linux
Table of Contents
To update Elasticsearch on Linux:
- Download the latest Elasticsearch and Kibana packages from the Elastic website:
- Check the repository definition in the article:
- Go to “/etc/apt/sources.list.d” (command
cd /etc/apt/sources.list.d) and check the Elastic repository definition by runningls.
- Delete the present file by running “rm {file name}” (example:
rm elastic-8.x.list). - After removing your file, run
lsagain to check if it is gone. The output should look like this:

- Run the following command from the article:

echo "deb <a href="https://artifacts.elastic.co/packages/8.x/apt">https://artifacts.elastic.co/packages/8.x/apt</a> stable main" |
sudo tee /etc/apt/sources.list.d/elastic-8.x.list
- Make sure you have the whole line copied.
- Run
lsagain and check for the definition.

- Stop the Kibana service, and then stop the Elasticsearch service with these commands:
sudo systemctl stop kibana.service
sudo systemctl stop elasticsearch.service
Always stop Kibana first to avoid creating unnecessary conflicts.
- Run
sudo apt-get updateto load in the updated repository.

- Run
sudo apt upgrade elasticsearchto update Elasticsearch.

- Select Y to continue.
- Do the same with Kibana by running
sudo apt upgrade kibana.

- Select Y to continue.
- You may see a prompt asking about a configuration file.

- Select N for that.
- Now, you can start your services again.

- Go to the address of your Elasticsearch.

- Select Advanced.

- Select Continue to the address.
- Log in using the Elastic superuser account.

- Check the displayed information to confirm that you have the latest stable version of Elastic installed.

You will see your current Elasticsearch version here.
- Go to your Kibana address.
- Log in using the Elastic superuser account.

- To check the version, select the icon shown below in the upper-right corner.

- Stop Kibana by running
sudo systemctl stop kibana.service.
Was this article helpful?
Please, contact us if you have any additional questions.
