Skip to content

Commit 2cb88e9

Browse files
Add files via upload
1 parent e07b782 commit 2cb88e9

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

ELK Stack.pptx

4.29 MB
Binary file not shown.

Splunk.pptx

7.85 MB
Binary file not shown.

splunk installation.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
-----Splunk Installation on Centos
2+
1. wget -O splunk-8.1.2-545206cc9f70-Linux-x86_64.tgz 'https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version=8.1.2&product=splunk&filename=splunk-8.1.2-545206cc9f70-Linux-x86_64.tgz&wget=true'
3+
2. groupadd splunk
4+
3. useradd -d /opt/splunk -m -g splunk splunk
5+
4. tar -xvzf splunk-8.1.2-545206cc9f70-Linux-x86_64.tgz -C /opt
6+
5. chown -R splunk: /opt/splunk
7+
6. su - splunk
8+
7. cd /opt/splunk/bin
9+
8. ./splunk start --accept-license
10+
9. localhost:8000 to access the splunk

0 commit comments

Comments
 (0)