- Splunk 7.x Quick Start Guide
- James H. Baxter
- 266字
- 2021-06-10 19:04:57
Installing Splunk on Linux
You can get Splunk Enterprise for Linux on the Splunk website, starting at this URL: https://www.splunk.com/en_us/download/splunk-enterprise.html.
Create a free account with Splunk from this page, or log in if you already have one. On the Choose Your Download page, click the tab for the operating system (Linux, in this case), and select one of the packaging options—.deb, .tgz, or .rpm. We will choose an .rpm for this example, as the OS is Red Hat Enterprise Linux (RHEL) Server release 7.5 (obtained by typing cat /etc/redhat-release in a Terminal).
Clicking the Download button next to .rpm will start a download process, but it also reveals a link you can click to download the rpm using the command line (wget) – we'll use this option. Clicking the link opens a message box where you can copy the wget command (in this case, your exact filename of the rpm will vary, depending on the version of Splunk you're downloading):
wget -O splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rpm 'https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64andplatform=linuxandversion=7.1.1andproduct=splunkandfilename=splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rpmandwget=true'
Logged in with a Terminal as root on your Linux server, from any directory (I used /root), paste the preceding command and press Enter. If you get an error message command not found, you'll need to install wget by typing yum install wget -y.
After verifying that rpm downloaded successfully, install it:
rpm -i splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rpm
The rpm will install Splunk in the /opt/splunk directory, and all files should have the owner and group as Splunk. That's it!
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- Canvas LMS Course Design
- 火格局的時空變異及其在電網防火中的應用
- 機器學習與大數據技術
- 深度學習中的圖像分類與對抗技術
- Mastering Elastic Stack
- 永磁同步電動機變頻調速系統及其控制(第2版)
- Extending Ansible
- 工業機器人入門實用教程
- Python語言從入門到精通
- Mastering SQL Server 2014 Data Mining
- 實戰突擊
- Mastercam X5應用技能基本功特訓
- Oracle Blockchain Quick Start Guide
- Arduino創意機器人入門:基于ArduBlock(第2版)