Wazuh Plugin for kibana 7.17.x version - kibana

I'm trying to install wazuh on kibana. But i found proble where my kibana version is not compatible with wazuh latest version (7.14.x) based on this repo https://github.com/wazuh/wazuh-kibana-app. Is there wazuh plugin for kibana 7.17.2 version?

Hope you're doing well.
Here you can find more information about compatibility between Wazuh and Kibana.
At this moment, there's no compatible version of Wazuh plugin for the Kibana version you have.
The solution here is downgrading Kibana to the latest working version, which is 7.14.2. It will properly work with Wazuh Plugin 7.14.2 and Wazuh 4.2.5.
Regards,
Alexis.

Related

How to upgrade R on CentOS

I am running version 3.6 of R on CentOS (CentOS Linux release 7.9.2009 (Core)). Is there a simple way to upgrade R to the latest version and upgrade all the installed libraries?
EPEL repository on my machine is epel-release-7-13.noarch and by default, it installs version 3.6 of R.
I was referring to the following post -https://stackoverflow.com/questions/1401904/painless-way-to-install-a-new-version-of-r but the package installr is only available for Windows.
There is another post (How to upgrade R in ubuntu?) that describes how to upgrade R on Ubuntu, however some of these commands do not work on CentOS.
I am sure there must be a painless way to upgrade R in CentOS.
I think this post may help you:
How can I install the newest version of R (currently 4.0.0) on CentOS?
At this point, I'm sure you've solved the problem, but perhaps this will help others.
Official centOS instructions are located here:
https://cran.r-project.org/bin/linux/fedora
With centOS, there's not an easy solution, but this may be the best you can find on the topic.

Install Microsoft R server

How we can Download & install Microsoft R Server in Ubuntu 14.04 using terminal.The link to Microsoft R documentation is given below.
https://msdn.microsoft.com/en-us/microsoft-r/
and the link to download it is as follows.
https://my.visualstudio.com/Downloads?PId=1962
Thanks
To view what platforms are supported by MRS please visit https://msdn.microsoft.com/en-us/microsoft-r/rserver-install-supported-platforms
Ubuntu 14.04 and 16.04 are supported platforms from version 9.0.1 on. The link which you provided is for version 8.0.5.
To download version 9.0.1 for Ubuntu, you must sign up for Visual Studio Dev Essentials here: https://www.visualstudio.com/dev-essentials/
After you have registered, please download "Microsoft R Server 9.0.1 for Linux (x64) - (English)" from https://my.visualstudio.com/Downloads?q=Microsoft%20R
You can follow the install guide for version 9.0.1 here: https://msdn.microsoft.com/en-us/microsoft-r/rserver-install-linux-server
This is the same link which you provided, and will always be updated with the latest version install guide, older version guides will be broken off into their own pages.

installing a previous version of Cloudera

When I try to install a previous version of Cloudera with all packages(Cloudera Manager, CDH with all applications and so forth) through install manager binary always installs the lastest version of Cloudera (now 5.8) even if the manager installer bin was found in the Cloudera 5.4 directory in the repository. I want to install Cloudera 5.4. For that, I have found Cloudera 5.4 RPMs in the repository to install manually in RHEL but when I install them, yum finds dependency errors with the database and daemon packages perhaps because of a previous failure in the installation. Because of this I think this is not the best manner of install Cloudera 5.4. Anyone that knows how to install a previous version of Cloudera or have installed or have experience in that or can give me some advise on how to install it? Thanks!
While, I'm not clear on why you would want an older version of CM, you can adjust your cloudera-manager.repo file to point to the specific version you want. Something like this:
[cloudera-manager]
name = Cloudera Manager, Version 5.4.10
baseurl = https://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.4.10/
gpgkey = https://archive.cloudera.com/redhat/cdh/RPM-GPG-KEY-cloudera
gpgcheck = 1

Ruby:passenger + nginx : How to install redmine

I try to install Redmine 3.0.4 in Ubuntu. I follow this guide:
https://www.phusionpassenger.com/documentation/Users%20guide%20Nginx.html#install_on_debian_ubuntu
but it still can not get it to work.
There is an error when I execute bundle install:
root#ubuntu:/home/hnb/redmine# bundle install
Redmine requires Bundler 1.5.0 or higher (you're using 1.3.5).
Please update with 'gem update bundler'.
I tried to perform the steps described in this StackOverflow question but didn't not work.
Finally , I install the install package - bitnami Redmine.
Here is the link : https://bitnami.com/stack/redmine.

Upgrading CDH from 4.2.1 to CDH 4.3 without using cloudera manager

I had install CDH 4.2.1 manually without using cloudera manager using the installation guide on http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH4/4.2.0/PDF/CDH4-Installation-Guide.pdf site.
Now i want to upgrade the version from 4.2.1 to 4.3 without using cloudera manager.Can anyone guide me to do this.
First of all, Cloudera Manager makes CDH installation and upgrades so much easier. It's worth installing for that reason alone (and it's included in the free Cloudera Standard package).
As you've already done a manual install however, a manual upgrade is the only realistic option -- this doc explains how.
For upgrading CDH 4.2.1 to CDH 4.3 manually , you need to consider updating the different services running on cluster.
The parcels or packages you have downloaded while installations is of 4.2.1. In other words we can say these supports only 4.2.1 , so need to download rpm or packages of different services install it manually in your system. I have updated my system from CDH 3 to CDH 4.8.
It's running in my case . Enjoy :)

Resources