How to install Splunk on CentOS

0 votes
How to install Splunk on CentOS?
Feb 27, 2019 in DevOps Tools by Alia
2,001 views

1 answer to this question.

0 votes

Hey Alia, 

Follow these steps to install Splunk on CentOS:

$ groupadd splunk
$ useradd -d /opt/splunk -m -g splunk splunk
$ su - splunk
$ id
$ getconf LONG_BIT

Create a Splunk account and download the Splunk software from their official website.

$ tar -xvf splunk-6.4.0-f2c836328108-Linux-x86_64.tgz
$ cp -rp splunk/* /opt/splunk/
$ chown -R splunk: /opt/splunk/

Install Splunk

$ su - splunk
$ cd bin/
$ ./splunk start --accept-license

Access the web-page at http://localhost:8000 

Master Splunk and harness the power of your data – Enroll in our Splunk Course now!

answered Feb 27, 2019 by Anvit

Related Questions In DevOps Tools

0 votes
1 answer

How to install Saltstack on CentOS?

Hey @Dipti, follow these steps to install ...READ MORE

answered Feb 27, 2019 in DevOps Tools by Avinash
1,100 views
0 votes
1 answer

How do I install Splunk on Windows?

Hi haseeb, you can install Splunk Enterprise ...READ MORE

answered Feb 28, 2019 in DevOps Tools by Kalgi
942 views
+2 votes
0 answers

How do I install Maven on CentOS?

I went through below menetioned tutorial https://www.edureka.co/community/38761/how-do-i-install-maven-on-centos but somehow ...READ MORE

Dec 27, 2019 in DevOps Tools by Manoj
• 140 points
488 views
0 votes
1 answer

How to install Logstash in CentOS/RHEL?

Hi@akhtar, To install Logstash on the system, you ...READ MORE

answered Jun 17, 2020 in DevOps Tools by MD
• 95,440 points
3,881 views
0 votes
1 answer

How do I set variable if a specific package version is installed in CFEngine?

Here is what you can do.Just use packagesmatching to ...READ MORE

answered Jul 12, 2018 in Other DevOps Questions by Atul
• 10,240 points
967 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,520 views
0 votes
1 answer

How to install Nagios on CentOS?

Follow these steps: Install the required packages yum install ...READ MORE

answered Feb 27, 2019 in DevOps Tools by Avinash
717 views
0 votes
1 answer

How do i install splunk on ubuntu?

Hey @Dipti, follow these steps to install ...READ MORE

answered Feb 27, 2019 in DevOps Tools by Kalgi
709 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP