zoukankan      html  css  js  c++  java
  • Redhat系统部署安装Splunk

     一、下载安装包

    可以从国内网站进入:http://10data.com/splunk/

    下载前需要注册一个splunk账号,注册后便可以提供下载,安装包名称:splunklight-6.5.1-f74036626f0c-linux-2.6-x86_64.rpm

    二、安装splunk

    Install Splunk Light using the RPM package
    To follow these installation instructions, replace splunk_package_name.rpm with the name of the installer package you downloaded.
    
    1. Run the rpm command.
    
    Use the folllowing to install Splunk Light into the default directory.
    
     rpm -i splunk_package_name.rpm
    Use --prefix to select another installation directory.
    
     rpm -i --prefix=/opt/new_directory splunk_package_name.rpm
    2. Start Splunk Light.
    
     splunk start --accept-license
    3. (Optional) To boot-start Splunk Light, add the following to /etc/init.d.
    
    ./splunk start --accept-license
    ./splunk enable boot-start
  • 相关阅读:
    html5语法
    Addthis使用
    css font-weight原理
    css3 background
    jquery对标签属性操作
    给textarea添加背景图
    label的for属性
    css3 text-shadow
    z-index堆叠规则
    css3 @font-face
  • 原文地址:https://www.cnblogs.com/tdcqma/p/6208677.html
Copyright © 2011-2022 走看看