- Splunk 7.x Quick Start Guide
- James H. Baxter
- 117字
- 2021-06-10 19:04:58
User–group – environment settings
You will want to run Splunk as the splunk user, and the installation rpm should have created the splunk user and group, but let's check to make sure: typing the command cut -d: -f1 /etc/passwd will display a list of local users. If splunk isn't in the list, create this user and group with the adduser splunk and groupadd splunk commands.
You should be able to change the user to splunk: su - splunk. Then, ensure that the $SPLUNK_HOME
environment variable is set: cd $SPLUNK_HOME
Typing pwd should reveal that you're now in the /opt/splunk directory.
推薦閱讀
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- 基于LabWindows/CVI的虛擬儀器設計與應用
- IoT Penetration Testing Cookbook
- Maya 2012從入門到精通
- Apache Spark Deep Learning Cookbook
- 機器人編程實戰
- 高維聚類知識發現關鍵技術研究及應用
- 大數據驅動的機械裝備智能運維理論及應用
- PostgreSQL 10 Administration Cookbook
- 網絡管理工具實用詳解
- 工業自動化技術實訓指導
- 在實戰中成長:C++開發之路
- 計算機組成與操作系統
- 會聲會影X4中文版從入門到精通
- Serverless Design Patterns and Best Practices