Skip to content

Instantly share code, notes, and snippets.

@YoshihitoAso
Created May 9, 2013 09:05
Show Gist options
  • Select an option

  • Save YoshihitoAso/5546414 to your computer and use it in GitHub Desktop.

Select an option

Save YoshihitoAso/5546414 to your computer and use it in GitHub Desktop.
[Splunk]Amazon Linuxにsplunk enterprise をインストールして使ってみる
▼[Splunk]Amazon Linuxにsplunk enterprise をインストールして使ってみる
ダウンロードサイトはこちら
http://ja.splunk.com/get?r=header
64bit Linux用をtgzファイルのwget用URLを取得する
最新版:splunk-5.0.2-149561-Linux-x86_64.tgz
Linux上で以下のコマンドを実行する。
$ wget -O splunk-5.0.2-149561-Linux-x86_64.tgz 'http://ja.splunk.com/page/download_track?file=5.0.2/splunk/linux/splunk-5.0.2-149561-Linux-x86_64.tgz&ac=get_splunk_download&wget=true&name=wget&typed=releases&elq=7840a81b-3187-4341-9b69-06b4c86f8737'
$ tar xzvf splunk-5.0.2-149561-Linux-i686.tgz
$ cd splunk
$ ./bin/splunk start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment