CentOS setup :
1. Download CentOS minimal from mirrors at
http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1511.iso
2. Perform regular installation using iso file.
3. Setup network commands tools by executing :
yum install net-tool
4. Update all the packages using command :
yum update
5. Download splunk rpm from below site. You may need to create account .
https://www.splunk.com/en_us/download/splunk-enterprise.html
6. Install splunk by executing command :
rpm -ivh
7. This package will be installed at path /opt/splunk
8. Start splunk by executing below command
/opt/splunk/bin/splunk start
9. Accept the License and type y --> this is only for the first time.
10. Execute the below command to open port 8000 so that splunk can be accessed from outside
firewall-cmd --zone=public --add-port=80/tcp --permanent
firewall-cmd --reload
firewall-cmd --zone=public --add-port=80/tcp --permanent
firewall-cmd --reload
11. Verify the setting :
iptables-save | grep 80
Output should match like :
-A IN_public_allow -p tcp -m tcp --dport 8000 -m conntrack --ctstate NEW -j ACCEPT
12. Try accessing splunk console URL from outside
3 comments:
Awesome blog great stuff is there thanks for sharing.
Know more about Splunk Tutorial
Splunk Online Training
I really appreciate the information shared above. It’s of great help. If someone wants to learn Online (Virtual) instructor lead live training in Splunk TECHNOLOGY, kindly contact us http://www.maxmunus.com/contact
MaxMunus Offer World Class Virtual Instructor-led training on TECHNOLOGY. We have industry expert trainer. We provide Training Material and Software Support. MaxMunus has successfully conducted 100000+ pieces of training in India, USA, UK, Australia, Switzerland, Qatar, Saudi Arabia, Bangladesh, Bahrain and UAE etc.
For Demo Contact us.
Pratik Shekhar
MaxMunus
E-mail: pratik@maxmunus.com
Ph:(0) +91 9066268701
http://www.maxmunus.com/
really cool post, highly informative and professionally written and I am glad to be a visitor of this perfect blog, thank you for this rare info!
splunk training in hyderabad
servicenow training in hyderabad
Post a Comment