Splunk Server - wuyichen24/spring-microservices-in-action GitHub Wiki

Services/Servers send their logs to Splunk
- Eureka Server
- Config Server
- Zuul Server
- Licensing Service
- Organization Service
- Authentication Service
- Specialroutes Service
http://localhost:8000

-
Username:admin
-
Password:adminadmin
-
Manage Splunk server
- Start server:
./splunk start
- Stop server:
./splunk stop
- Restart server:
./splunk restart
- Check server's status:
./splunk status
-
Manage apps
- Add an app:
./splunk create app [appname] -auth <username>:<password>
- Remove an app:
./splunk remove app [appname] -auth <username>:<password>
-
Manage data inputs
- Add a data input
- UDP:
./splunk add udp [portnumber]
- TCP:
./splunk add tcp [portnumber]
- Remove a data input:
- UDP:
./splunk remove udp [portnumber]
- TCP:
./splunk remove tcp [portnumber]
-
Run a command with authentication
- Append
-auth <username>:<password>
at the end of the command.
⚠️ **GitHub.com Fallback** ⚠️