How to start Splunk after installing

15,432

The idea that the current version of Splunk create a user in your system named splunk with home directory is /opt/splunk

Thus :

1. Log-in as splunk :

sudo su - splunk;

2. Check the current directory after log-in :

  pwd;
  # must be : /opt/splunk , if so , proceed

3. Start the daemon :

   bin/splunk start
   # you will asked to agree the license =>  agree if you want to start daemon 

4. Waiting for the following message :

Waiting for web server at http://127.0.0.1:8000 to be available.. Done

The Splunk web interface is at http://localhost:8000

Share:
15,432

Related videos on Youtube

Abdennour TOUMI
Author by

Abdennour TOUMI

Instructor of Course Run Kubernetes on AWS with EKS. Certified: πŸ₯‡ CKA - Kuberntes administrator k8s πŸ₯‡ CKAD - Kuberntes App Dev k8s πŸ₯‡ AWS DevOps Engineer - Professional devops aws πŸ₯‡ Professional Cloud Architect - Google Cloud google-cloud-platform πŸ₯‡ AWS Solutions Architect - Professional architecture aws πŸ₯‡ Red HAT Certified in Ansible Automation ansible devops πŸ₯‡ Red HAT Certified in Openshift Administration ocp πŸ₯‡ Red HAT Certified in Openshift App Development ocp πŸ₯‡ Red HAT Certified Engineer redhat πŸ… AWS Solutions Architect - Associate architecture πŸ… AWS SysOps Administrator - Associate aws πŸ… AWS Developer - Associate aws πŸ… Linux Professional Institute (LPIC-1) linux πŸ… Professional ReactJS Developer (Udacity Nanadegreee) react frontend πŸ… Fullstack web Developer (Udacity Nanadegreee) python flaskrest Top 1 Stackoverflow reputation in my country Tunisia since 2017 Read more about me: in.abdennoor.com

Updated on September 18, 2022

Comments

  • Abdennour TOUMI
    Abdennour TOUMI almost 2 years

    I search on this issue in many websites , however , if i found , i found tuto related to old versions :

    In fact , Installing is done successfully :

     sudo dpkg -i splunk-6.3.1-linux-2.6-amd64.deb
    

    However , i don't know how start it ?