🔧Configure Hive
Before we stat the configurations of the hive we want to make sure that hive user and group has access to certain file path.

As we can see now root has access to the hive directory. we need to change that. In order to change that you can use below command
Then you can use the above command again to verify the status.

Now we are good to go for configure the hive configuration files.
The hive configuration files located under the,
Use below command to edit the configuration file.

When you scroll down you can find the database and index configurations. This is what we need to configure. We have to remove the default host name IP and add the hive VM IP.
Here I have replace the 127.0.0.1 in to my IP 192.168.200.200.

Also you have to change the Cassandra cluster name here as well as the host name under the index search below. please make sure to add the same cluster name as we configured in Cassandra cluster.

Then you scroll down you can find the application based URL which is pointing to the local host. I'll change it to my usual IP of the VM 192.168.200.200

That’s all… now we have to save the configuration file and exit from the text editor.
Now we can start the hive as well as the enable the hive.

Now lets go and check the service status of the hive.
As you can see it is active and running

If all good then we can try to access the hive web interface using the IP address and the port number. in my case 192.168.200.200:9000


Now we have done with the hive configuration and will move to the Wazuh and configure that.
Last updated