No one sees the real me

仮想化PF基盤SE

splunk インスコまで

https://www.splunk.com/ja_jp/download/splunk-enterprise.html

オペレーティングシステムを選択しダウンロードを開始」の項目にある「Linux」をクリックします。

Disk増設(500GBボリューム追加)

[root@naoki_6-5_1 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_naoki6-lv_root
                       14G  2.4G   11G  19% /
tmpfs                 939M     0  939M   0% /dev/shm
/dev/sda1             477M   65M  387M  15% /boot
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# fdisk -l

ディスク /dev/sda: 17.2 GB, 17179869184 バイト
ヘッド 64, セクタ 32, シリンダ 16384
Units = シリンダ数 of 2048 * 512 = 1048576 バイト
セクタサイズ (論理 / 物理): 512 バイト / 512 バイト
I/O size (minimum/optimal): 512 bytes / 512 bytes
ディスク識別子: 0x0000bb2c

デバイス ブート      始点        終点     ブロック   Id  システム
/dev/sda1   *           2         501      512000   83  Linux
パーティション 1 は、シリンダ境界で終わっていません。
/dev/sda2             502       16384    16264192   8e  Linux LVM
パーティション 2 は、シリンダ境界で終わっていません。

ディスク /dev/sdb: 536.9 GB, 536870912000 バイト
ヘッド 255, セクタ 63, シリンダ 65270
Units = シリンダ数 of 16065 * 512 = 8225280 バイト
セクタサイズ (論理 / 物理): 512 バイト / 512 バイト
I/O size (minimum/optimal): 512 bytes / 512 bytes
ディスク識別子: 0xcbfad416

デバイス ブート      始点        終点     ブロック   Id  システム
/dev/sdb3               1       65270   524281243+   5  拡張領域
/dev/sdb5               1       65270   524281212   83  Linux

ディスク /dev/mapper/vg_naoki6-lv_root: 14.9 GB, 14935916544 バイト
ヘッド 255, セクタ 63, シリンダ 1815
Units = シリンダ数 of 16065 * 512 = 8225280 バイト
セクタサイズ (論理 / 物理): 512 バイト / 512 バイト
I/O size (minimum/optimal): 512 bytes / 512 bytes
ディスク識別子: 0x00000000


ディスク /dev/mapper/vg_naoki6-lv_swap: 1715 MB, 1715470336 バイト
ヘッド 255, セクタ 63, シリンダ 208
Units = シリンダ数 of 16065 * 512 = 8225280 バイト
セクタサイズ (論理 / 物理): 512 バイト / 512 バイト
I/O size (minimum/optimal): 512 bytes / 512 bytes
ディスク識別子: 0x00000000

[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# pvcreate /dev/sdb5
  Physical volume "/dev/sdb5" successfully created
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_naoki6-lv_root
                       14G  2.4G   11G  19% /
tmpfs                 939M     0  939M   0% /dev/shm
/dev/sda1             477M   65M  387M  15% /boot
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# mkdir /data
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# pvdisplay
  --- Physical volume ---
  PV Name               /dev/sda2
  VG Name               vg_naoki6
  PV Size               15.51 GiB / not usable 3.00 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              3970
  Free PE               0
  Allocated PE          3970
  PV UUID               3jeMzz-WRT1-E98O-f49k-xsGJ-RqBZ-vWCoJU

  "/dev/sdb5" is a new physical volume of "499.99 GiB"
  --- NEW Physical volume ---
  PV Name               /dev/sdb5
  VG Name
  PV Size               499.99 GiB
  Allocatable           NO
  PE Size               0
  Total PE              0
  Free PE               0
  Allocated PE          0
  PV UUID               bBtXyN-giSZ-fxPq-6pQB-t77m-Z21S-LIdiDD

[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# vgcreate vg_naoki7 /dev/sdb5
  Volume group "vg_naoki7" successfully created
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# vgdisplay
  --- Volume group ---
  VG Name               vg_naoki7
  System ID
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  1
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                0
  Open LV               0
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               499.99 GiB
  PE Size               4.00 MiB
  Total PE              127998
  Alloc PE / Size       0 / 0
  Free  PE / Size       127998 / 499.99 GiB
  VG UUID               nZjfE1-NQ5Z-hmGd-7uQX-Gb2X-pAGU-QkFFfx

  --- Volume group ---
  VG Name               vg_naoki6
  System ID
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  3
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                2
  Open LV               2
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               15.51 GiB
  PE Size               4.00 MiB
  Total PE              3970
  Alloc PE / Size       3970 / 15.51 GiB
  Free  PE / Size       0 / 0
  VG UUID               aAS1l1-3d2r-w7Pz-gWKN-ql8C-wxQg-aWm74f

[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# pvdisplay
  --- Physical volume ---
  PV Name               /dev/sdb5
  VG Name               vg_naoki7
  PV Size               499.99 GiB / not usable 1.37 MiB
  Allocatable           yes
  PE Size               4.00 MiB
  Total PE              127998
  Free PE               127998
  Allocated PE          0
  PV UUID               bBtXyN-giSZ-fxPq-6pQB-t77m-Z21S-LIdiDD

  --- Physical volume ---
  PV Name               /dev/sda2
  VG Name               vg_naoki6
  PV Size               15.51 GiB / not usable 3.00 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              3970
  Free PE               0
  Allocated PE          3970
  PV UUID               3jeMzz-WRT1-E98O-f49k-xsGJ-RqBZ-vWCoJU

[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# mount /dev/sdb5 /data
mount: 未知のファイルシステムタイプ 'LVM2_member'
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# lvdisplay
  --- Logical volume ---
  LV Path                /dev/vg_naoki6/lv_root
  LV Name                lv_root
  VG Name                vg_naoki6
  LV UUID                McM2c1-chU4-Ij1L-aSpM-3ygf-N63X-CTPJe9
  LV Write Access        read/write
  LV Creation host, time naoki6.5, 2018-06-22 03:37:42 +0900
  LV Status              available
  # open                 1
  LV Size                13.91 GiB
  Current LE             3561
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0

  --- Logical volume ---
  LV Path                /dev/vg_naoki6/lv_swap
  LV Name                lv_swap
  VG Name                vg_naoki6
  LV UUID                66y37p-nPzf-CcnO-TyIK-mN9C-0AdY-2MdVxT
  LV Write Access        read/write
  LV Creation host, time naoki6.5, 2018-06-22 03:37:45 +0900
  LV Status              available
  # open                 1
  LV Size                1.60 GiB
  Current LE             409
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1

[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# lvcreate -l 100%FREE -n lv_root2 vg_naoki7
  Logical volume "lv_root2" created.
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# lvdisplay
  --- Logical volume ---
  LV Path                /dev/vg_naoki7/lv_root2
  LV Name                lv_root2
  VG Name                vg_naoki7
  LV UUID                0dhhcM-Eycl-Gjx0-sNqa-PuPp-28CD-kbNc66
  LV Write Access        read/write
  LV Creation host, time naoki_6-5_1, 2018-06-30 03:34:07 +0900
  LV Status              available
  # open                 0
  LV Size                499.99 GiB
  Current LE             127998
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:2

  --- Logical volume ---
  LV Path                /dev/vg_naoki6/lv_root
  LV Name                lv_root
  VG Name                vg_naoki6
  LV UUID                McM2c1-chU4-Ij1L-aSpM-3ygf-N63X-CTPJe9
  LV Write Access        read/write
  LV Creation host, time naoki6.5, 2018-06-22 03:37:42 +0900
  LV Status              available
  # open                 1
  LV Size                13.91 GiB
  Current LE             3561
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0

  --- Logical volume ---
  LV Path                /dev/vg_naoki6/lv_swap
  LV Name                lv_swap
  VG Name                vg_naoki6
  LV UUID                66y37p-nPzf-CcnO-TyIK-mN9C-0AdY-2MdVxT
  LV Write Access        read/write
  LV Creation host, time naoki6.5, 2018-06-22 03:37:45 +0900
  LV Status              available
  # open                 1
  LV Size                1.60 GiB
  Current LE             409
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1

[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# mkfs -t ext3 /dev/vg_naoki7/lv_root2
mke2fs 1.41.12 (17-May-2010)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
32768000 inodes, 131069952 blocks
6553497 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=4294967296
4000 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
        4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
        102400000

Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 37 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# mount /dev/vg_naoki7/lv_root2 /data
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_naoki6-lv_root
                       14G  2.4G   11G  19% /
tmpfs                 939M     0  939M   0% /dev/shm
/dev/sda1             477M   65M  387M  15% /boot
/dev/mapper/vg_naoki7-lv_root2
                      493G  198M  467G   1% /data
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]#

DLした、splunk~.rpmを SCP で送る

[root@naoki_6-5_1 ~]# ll
合計 257964
-rw-------. 1 root root      1435  622 03:43 2018 anaconda-ks.cfg
-rw-r--r--. 1 root root     36519  622 03:43 2018 install.log
-rw-r--r--. 1 root root      7764  622 03:42 2018 install.log.syslog
-rw-r--r--. 1 root root 264099386  630 02:32 2018 splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rpm
[root@naoki_6-5_1 ~]# mv splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rpm /data
[root@naoki_6-5_1 ~]#
[root@naoki_6-5_1 ~]# cd /data
[root@naoki_6-5_1 data]# ls
lost+found  splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rpm
[root@naoki_6-5_1 data]#
[root@naoki_6-5_1 data]# mkdir splunk
[root@naoki_6-5_1 data]#
[root@naoki_6-5_1 data]# mv splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rpm splunk/
[root@naoki_6-5_1 data]# cd splunk/
[root@naoki_6-5_1 splunk]# ls
splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rpm
[root@naoki_6-5_1 splunk]#
[root@naoki_6-5_1 splunk]#
[root@naoki_6-5_1 splunk]# yum install splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rp
読み込んだプラグイン:fastestmirror, security
インストール処理の設定をしています
Loading mirror speeds from cached hostfile
 * base: ftp-srv2.kddilabs.jp
 * extras: ftp-srv2.kddilabs.jp
 * updates: ftp-srv2.kddilabs.jp
パッケージ splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rp は利用できません。
エラー: 何もしません
[root@naoki_6-5_1 splunk]#
[root@naoki_6-5_1 splunk]# yum install splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rpm
読み込んだプラグイン:fastestmirror, security
インストール処理の設定をしています
splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rpm を調べています: splunk-7.1.1-8f0ead9ec3db.x86_64
splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64.rpm をインストール済みとして設定して います
Loading mirror speeds from cached hostfile
 * base: ftp-srv2.kddilabs.jp
 * extras: ftp-srv2.kddilabs.jp
 * updates: ftp-srv2.kddilabs.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> Package splunk.x86_64 0:7.1.1-8f0ead9ec3db will be インストール
--> 依存性解決を終了しました。

依存性を解決しました

================================================================================
 パッケージ
    アーキテクチャ
           バージョン         リポジトリー                                 容量
================================================================================
インストールしています:
 splunk
    x86_64 7.1.1-8f0ead9ec3db /splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64 630 M

トランザクションの要約
================================================================================
インストール         1 パッケージ

合計容量: 630 M
インストール済み容量: 630 M
これでいいですか? [y/N]y
パッケージをダウンロードしています:
rpm_check_debug を実行しています
トランザクションのテストを実行しています
トランザクションのテストを成功しました
トランザクションを実行しています
  インストールしています  : splunk-7.1.1-8f0ead9ec3db.x86_64                1/1
complete
  Verifying               : splunk-7.1.1-8f0ead9ec3db.x86_64                1/1

インストール:
  splunk.x86_64 0:7.1.1-8f0ead9ec3db

完了しました!
[root@naoki_6-5_1 splunk]#
[root@naoki_6-5_1 splunk]#
[root@naoki_6-5_1 splunk]# find / -name splunk
/data/splunk
/opt/splunk
/opt/splunk/bin/splunk
/opt/splunk/share/splunk
/opt/splunk/share/splunk/search_mrsparkle/exposed/img/splunk
/opt/splunk/share/splunk/search_mrsparkle/exposed/js/splunk
/opt/splunk/lib/python2.7/site-packages/splunk
/var/spool/mail/splunk
[root@naoki_6-5_1 splunk]#
[root@naoki_6-5_1 splunk]#
[root@naoki_6-5_1 splunk]# ls /opt/splunk/
README-splunk.txt  lib
bin                license-eula.txt
copyright.txt      openssl
etc                share
ftr                splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64-manifest
include
[root@naoki_6-5_1 splunk]#
[root@naoki_6-5_1 splunk]# /opt/splunk/bin/splunk start
SPLUNK SOFTWARE LICENSE AGREEMENT

THIS SPLUNK SOFTWARE LICENSE AGREEMENT ("AGREEMENT") GOVERNS THE LICENSING,
INSTALLATION AND USE OF SPLUNK SOFTWARE. BY DOWNLOADING AND/OR INSTALLING SPLUNK
SOFTWARE: (A) YOU ARE INDICATING THAT YOU HAVE READ AND UNDERSTAND THIS
AGREEMENT, AND AGREE TO BE LEGALLY BOUND BY IT ON BEHALF OF THE COMPANY,
GOVERNMENT, OR OTHER ENTITY FOR WHICH YOU ARE ACTING (FOR EXAMPLE, AS AN
EMPLOYEE OR GOVERNMENT OFFICIAL) OR, IF THERE IS NO COMPANY, GOVERNMENT OR OTHER
ENTITY FOR WHICH YOU ARE ACTING, ON BEHALF OF YOURSELF AS AN INDIVIDUAL; AND (B)
YOU REPRESENT AND WARRANT THAT YOU HAVE THE AUTHORITY TO ACT ON BEHALF OF AND
BIND SUCH COMPANY, GOVERNMENT OR OTHER ENTITY (IF ANY). WITHOUT LIMITING THE
FOREGOING, YOU (AND YOUR ENTITY, IF ANY) ACKNOWLEDGE THAT BY SUBMITTING AN ORDER
FOR THE SPLUNK SOFTWARE, YOU (AND YOUR ENTITY (IF ANY)) HAVE AGREED TO BE BOUND
BY THIS AGREEMENT. As used in this Agreement, "Splunk," refers to Splunk Inc., a
Delaware corporation, with its principal place of business at 270 Brannan
Street, San Francisco, California 94107, U.S.A.; and "Customer" refers to the
company, government, or other entity on whose behalf you have entered into this
Agreement or, if there is no such entity, you as an individual.

1.      DEFINITIONS. Capitalized terms used but not otherwise defined in this
Agreement have the meanings set forth in Exhibit A.

2.      LICENSE GRANTS
    2.1 Purchased Software. Subject to Customer's compliance with this Agreement
,
including Customer's timely payment of all License Fees, Splunk grants to
Customer a nonexclusive, worldwide, nontransferable, nonsublicensable license
during the applicable Term to install and use the Purchased Software within the
Licensed Capacity solely for Customer's Internal Business Purposes.
    2.2 Evaluation Software. If the applicable Order specifies that any Software
is provided under an evaluation license or a free trial license, then subject to
Customer's compliance with this Agreement, Splunk grants to Customer a
nonexclusive, worldwide, nontransferable, nonsublicensable license during the
applicable Term to install and use the Evaluation Software within the Licensed
Capacity solely for evaluating whether Customer wishes to purchase a commercial
license for such Software. Notwithstanding anything to the contrary in this
Agreement, Splunk does not provide maintenance and support (Section 7), warranty
(Section 10), or indemnification (Section 13) with respect to Evaluation
Software.
    2.3 Test and Development Software.  If the applicable Order specifies that
any Software is provided under a test and development license, then subject to
Customer's compliance with this Agreement, Splunk grants to Customer a
nonexclusive, worldwide, nontransferable, nonsublicensable license during the
applicable Term to install and use the Test and Development Software within the
Licensed Capacity in a non-production system used for software product migration
testing, software product pre-production staging, testing new data sources,
types or use cases, or other non-production use. In no way should the Test and
Development Software be used for any revenue generation, commercial activity or
other productive business or purpose.  Notwithstanding anything to the contrary
in this Agreement, Splunk does not provide warranty (Section 10), or
indemnification (Section 13) with respect to the Test and Development Software.
    2.4 Free Software. Splunk may make certain Software available for license
without charge, and such Free Software may have limited features, functions, or
other limitations of any kind. Subject to Customer's compliance with this
Agreement, Splunk grants to Customer a nonexclusive, worldwide, nontransferable,
nonsublicensable license during the applicable Term to install and use the Free
Software within the Licensed Capacity solely for Customer's Internal Business
Purposes. Notwithstanding anything to the contrary in this Agreement, Splunk
does not provide maintenance and support (Section 7), warranty (Section 10), or
indemnification (Section 13) with respect to Free Software.
    2.5 Content Subscription.  When the applicable Order specifies a Content
Subscription service as elected by Customer, Splunk will deliver or otherwise
make available the applicable Content Subscription service to Customer during
the subscription period, and subject to Customer's compliance with this
Agreement (including Customer's timely payment of all applicable Content
Subscription Fees), Splunk grants to such Customer a nonexclusive, worldwide,
nontransferable, nonsublicensable license during the applicable subscription
period to install and use the subscribed content solely in connection with the
designated Purchased Software and solely for Customer's Internal Business
Purposes.  Such content will be treated as Purchased Software under this
Agreement except that Section 10 (Warranty) will not apply.
    2.6 Splunk Extensions. Subject to Customer's compliance with this Agreement,
including Customer's timely payment of all License Fees (if any), Splunk grants
to Customer a nonexclusive, worldwide, nontransferable, nonsublicensable license
to use Splunk Extensions solely in connection with applicable Software that
Customer has licensed from Splunk, subject to the same limitations and
restrictions (including with respect to Term and Licensed Capacity) that apply
to the Software with which the Splunk Extensions are used. Notwithstanding the
foregoing, if any Splunk Extension is provided to Customer under a separate
license agreement that grants Customer more permissive or broader rights with
respect to such Splunk Extension (e.g., a separate license agreement that is
provided to Customer as part of the download process for such Splunk Extension),
then that separate license agreement, and not this Agreement, will govern
Customer's installation and use of such Splunk Extension (but, for clarity, this
Agreement will apply to all other Splunk Extensions).
    2.7 Customer Extensions. Subject to Customer's compliance with this
Agreement, Splunk grants to Customer a nonexclusive, worldwide, nontransferable,
nonsublicensable license (a) to copy, modify and use the Splunk Developer Tools
solely to develop Extensions for use with the designated Software or Splunk
Extension ("Customer Extensions"), including to support interoperability between
the Software or Splunk Extension and Customer's system or environment and (b) to
distribute the Customer Extensions exclusively for the use with the designated
Software or Splunk Extension.  The foregoing license is subject to the following
conditions: (x) Splunk proprietary legends or notices contained in the Splunk
Developer Tools may not be removed or altered when used in or with the Customer
Extension; and (y) Customer may not make any statement that Customer Extension
is certified (unless it is duly certified by Splunk through the Splunk App
Certification Program) or that its performance is guaranteed by Splunk.
Customer retains title to the Customer Extensions, subject to Splunk's ownership
set forth in Section 5.  If Customer allows end users of Customer Extensions to
modify or distribute the Customer Extensions, Customer shall limit such
modification or distribution to use with the designated Software or Splunk
Extension only, and will flow down the conditions in (x) and (y) above to end
users of Customer Extensions.  Customer agrees to assume full responsibility for
the performance and distribution of Customer Extensions.
    2.8 Open Source Software. Customer acknowledges that certain Software may
contain Open Source Software.  Open Source Software may be identified in the end
user documentation or in a list of the Open Source Software provided to Customer
upon Customer's written request.  Any Open Source Software that is delivered to
Customer as part of Purchased Software, and which may not be taken out of the
Purchased Software or used separately from the Purchased Software is covered by
the warranty, support and indemnification provisions applicable to Purchased
Software. Customer acknowledges that specific terms required by the respective
licensor of the Open Source Software may apply to the use of Open Source
Software, which terms shall be included in the documentation; however, these
terms will not: (a) impose any additional restrictions on Customer's use of the
Software, or (b) negate or amend Splunk's responsibilities with respect to
Purchased Software.

3.      LICENSE RESTRICTIONS. Unless otherwise expressly permitted by Splunk,
Customer will not and Customer has no right to: (a) copy any Splunk Materials
(except as required to run the Software and for reasonable backup purposes); (b)
modify, adapt, or create derivative works of any Splunk Materials; (c) rent,
lease, loan, resell, transfer, sublicense, distribute, disclose or otherwise
provide any Splunk Materials to any third party; (d) decompile, disassemble or
reverse-engineer any Splunk Materials, or determine or attempt to determine any
source code, algorithms, methods or techniques embodied in any Splunk Materials,
except to the extent expressly permitted by applicable law notwithstanding a
contractual prohibition to the contrary; (e) access or use any Disabled
Materials; (f) provide to any third party the results of any benchmark tests or
other evaluation of any Splunk Materials without Splunk's prior written consent;
(g) attempt to disable or circumvent any license key or other technological
mechanisms or measures intended to prevent, limit or control use or copying of,
or access to, any Splunk Materials (including in order to gain access to any
Disabled Materials); (h) remove or obscure any copyright, trademark, patent, or
other proprietary notices, legends or symbols from any Splunk Materials; (i)
exceed the Licensed Capacity or violate other license limitations identified in
Exhibit B or elsewhere in this Agreement; (j) separately use any of the
applicable features and functionalities of the Splunk Materials with external
applications or code not furnished by Splunk or any data not processed by the
Software, except otherwise specifically permitted in the Documentation; (k)
misuse the Software or use the Software for any illegal, harmful, fraudulent, or
offensive purposes; (l) otherwise access or use any Splunk Materials except as
expressly authorized in this Agreement; or (m) encourage or assist any third
party to do any of the foregoing. Customer acknowledges that the Software may be
configured to display warnings, reduce available functionality, and/or cease
functioning if unauthorized or improper use is detected, including if the Term
expires or the Licensed Capacity is reached or exceeded.

4.      SERVICE PROVIDERS. Customer may permit its authorized consultants,
contractors, and agents ("Service Providers") to access and use the Software
solely on Customer's behalf in connection with providing services to Customer,
subject to the terms and conditions of this Agreement. Any such access or use by
a Service Provider will be subject to the same limitations and restrictions that
apply to Customer under this Agreement, and Customer will be jointly and
severally liable for any Service Provider's actions relating to or use of the
Software. For avoidance of doubt, the aggregate use by Customer and all of its
Service Providers must not exceed the Licensed Capacity and nothing in this
Section 4 is intended to or will be deemed to increase any Licensed Capacity.

5.      OWNERSHIP. Splunk, its suppliers and/or licensors own all worldwide righ
t,
title and interest in and to the Splunk Materials, including all related
Intellectual Property Rights. Except for the licenses expressly granted to
Customer in Section 2, Customer will not acquire or claim any right, title or
interest in or to any Splunk Materials or related Intellectual Property Rights,
whether by implication, operation of law or otherwise. Notwithstanding anything
to the contrary, the Software is licensed, not sold, to Customer. To the extent
that Customer provides any Feedback, Customer grants to Splunk a perpetual,
irrevocable, worldwide, nonexclusive, transferable, sublicensable, royalty-free,
fully paid-up right and license to use and commercially exploit the Feedback in
any manner Splunk deems fit.

6.      LICENSE AND SUBSCRIPTION FEES. Customer will pay all license fees set
forth in the Order (the "License Fees") for the Software delivered to Customer
no later than thirty (30) days after the date of Splunk's applicable invoice.
Customer will also pay all content subscription fees as may be applicable to the
Purchased Software, as identified in the Order (the "Content Subscription Fees",
collectively together with License Fees, the "Fees"). Without limitation of
Splunk's other termination rights, if Customer fails to pay the Fees when due,
then Splunk may terminate this Agreement and all licenses granted hereunder by
notice to Customer. All Fees are non-refundable once paid. Any fees and payment
terms for Splunk Extensions not included in the Order will be as set forth on
the download page for such Splunk Extensions.

7.      MAINTENANCE AND SUPPORT. If Customer has purchased support and maintenan
ce
for the Purchased Software as set forth in the Order (the "Support Services"),
then Splunk will provide the level of support and maintenance included in the
Order in accordance with the terms and conditions set forth in Exhibit C.

8.      CONFIGURATION SERVICES. Subject to Customer's payment of applicable fees
,
Splunk will provide the deployment, usage assistance, configuration, and/or
training services (if any) set forth in the Order (the "Professional Services")
in accordance with Splunk's standard professional services terms and conditions
provided at
https://www.splunk.com/en_us/legal/professional-services-agreement.html, which
terms and conditions are hereby incorporated by reference and made a part of
this Agreement.

9.      SOFTWARE VERIFICATION AND AUDIT. At Splunk's request, Customer will
furnish Splunk with a certification signed by Customer's authorized
representative verifying that the Software is being used in accordance with this
Agreement and the applicable Order. Also, if Customer has purchased an offering
that requires usage reporting as identified in the Order, Customer agrees to
provide such reporting pursuant to the requirements set forth by Splunk. Upon at
least ten (10) days' prior written notice to Customer, Splunk may audit
Customer's (and its Service Providers') use of the Software to ensure that
Customer (and such Service Providers) are in compliance with this Agreement and
the applicable Order. Any such audit will be conducted during regular business
hours at Customer's (and/or its Service Providers) facilities, will not
unreasonably interfere with Customer's (or its Service Providers') business and
will comply with Customer's (or its Service Providers') reasonable security
procedures. Customer will (and will ensure that its Service Providers) provide
Splunk with reasonable access to all relevant records and facilities reasonably
necessary to conduct the audit. If an audit reveals that Customer (and/or any
Service Provider) has exceeded the Licensed Capacity or the scope of Customer's
license grant during the period audited, then Splunk will invoice Customer, and
Customer will promptly pay Splunk any underpaid Fees based on Splunk's price
list in effect at the time the audit is completed. If the excess usage exceeds
ten percent (10%) of the Licensed Capacity, then Customer will also pay Splunk's
reasonable costs of conducting the audit. Customer will ensure that its Service
Providers provide Splunk with the access described in this Section 9. This
Section 9 will survive expiration or termination of this Agreement for a period
of three (3) years.

10.     WARRANTY. Splunk warrants that for a period of thirty (30) days from the
Delivery of Purchased Software, the Purchased Software will substantially
perform the material functions described in Splunk's user documentation for such
Purchased Software, when used in accordance with the user documentation. The
sole liability of Splunk (and its Affiliates and suppliers/licensors), and
Customer's sole remedy, for any failure of the Purchased Software to conform to
the foregoing warranty, is for Splunk to do one of the following (at Splunk's
sole option and discretion): (a) modify, or provide an Enhancement for, the
Purchased Software so that it conforms to the foregoing warranty, (b) replace
Customer's copy of the Purchased Software with a copy that conforms to the
foregoing warranty, or (c) terminate the license with respect to the
non-conforming Purchased Software and refund the License Fees paid by Customer
for such non-conforming Purchased Software.  All warranty claims must be made by
written notice from Customer to Splunk on or before the expiration of the
warranty period, as detailed in Section 23.2 below.

11.     WARRANTY DISCLAIMER. EXCEPT AS EXPRESSLY SET FORTH IN SECTION 10 ABOVE,
THE SPLUNK MATERIALS, OPEN SOURCE SOFTWARE, THIRD PARTY CONTENT, SUPPORT
SERVICES AND PROFESSIONAL SERVICES ARE PROVIDED "AS IS" WITH NO WARRANTIES
WHATSOEVER, EXPRESS OR IMPLIED. TO THE FULL EXTENT PERMITTED BY LAW, SPLUNK AND
ITS SUPPLIERS AND LICENSORS DISCLAIM ALL WARRANTIES OTHER THAN AS EXPRESSLY SET
FORTH IN SECTION 10, INCLUDING ANY IMPLIED WARRANTIES OF MERCHANTABILITY,
SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR
QUIET ENJOYMENT, AND ANY WARRANTIES ARISING OUT OF COURSE OF DEALING OR TRADE
USAGE. WITHOUT LIMITATION OF THE GENERALITY OF THE FOREGOING, SPLUNK DOES NOT
WARRANT THAT USE OF THE SOFTWARE OR SPLUNK MATERIALS WILL BE UNINTERRUPTED,
ERROR FREE OR SECURE, OR THAT ALL DEFECTS WILL BE CORRECTED.

12.     LIMITATION OF LIABILITY. TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW
AND NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY OR
LIMITATION OF LIABILITY: (A) SPLUNK AND ITS AFFILIATES, SUBSIDIARIES, OFFICERS,
DIRECTORS, EMPLOYEES, AGENTS, PARTNERS (INCLUDING AUTHORIZED PARTNERS AS DEFINED
IN SECTION 21 BELOW) AND LICENSORS (THE "SPLUNK ENTITIES") WILL NOT BE LIABLE
FOR ANY SPECIAL, INDIRECT, INCIDENTAL, CONSEQUENTIAL OR PUNITIVE DAMAGES
(INCLUDING ANY DAMAGES ARISING FROM LOSS OF USE, LOSS OF DATA, LOST PROFITS,
LOST REVENUE, BUSINESS INTERRUPTION, OR COSTS OF PROCURING SUBSTITUTE SOFTWARE
OR SERVICES) ARISING OUT OF OR RELATING TO THIS AGREEMENT OR THE SUBJECT MATTER
HEREOF; AND (B) SPLUNK ENTITIES' TOTAL CUMULATIVE LIABILITY ARISING OUT OF OR
RELATING TO THIS AGREEMENT OR THE SUBJECT MATTER HEREOF WILL NOT EXCEED THE
AMOUNTS PAID BY CUSTOMER TO SPLUNK FOR THE PURCHASED SOFTWARE IN THE TWELVE (12)
MONTHS PRIOR TO THE EVENT GIVING RISE TO SUCH LIABILITY, IN EACH OF THE
FOREGOING CASES (A) AND (B), REGARDLESS OF WHETHER SUCH LIABILITY ARISES FROM
CONTRACT, INDEMNIFICATION, WARRANTY, TORT (INCLUDING NEGLIGENCE), STRICT
LIABILITY OR OTHERWISE, AND REGARDLESS OF WHETHER SPLUNK HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH LOSS OR DAMAGE. IN ADDITION, CUSTOMER, AND NOT SPLUNK, IS
SOLELY RESPONSIBLE FOR THE ACCURACY, QUALITY AND SECURITY OF CUSTOMER'S DATA AND
FOR MAINTAINING A BACKUP OF ALL SUCH DATA, AND FOR ENSURING THE SECURITY AND
INTEGRITY OF CUSTOMER'S (AND ITS SERVICE PROVIDER'S) DATA, COMPUTERS, NETWORKS
AND SYSTEMS (INCLUDING WITH RESPECT TO PROTECTING AGAINST VIRUSES AND MALWARE).

13.     INDEMNITY. Splunk will defend Customer against any claim, demand, suit o
r
proceeding brought against Customer by a third party alleging that Purchased
Software infringes or misappropriates such third party's Intellectual Property
Rights ("Claim"), and Splunk will pay all damages finally awarded against
Customer by a court of competent jurisdiction as a result of such Claim, subject
to the other terms and conditions of this Agreement. Notwithstanding the
foregoing, Splunk has no obligation to indemnify Customer with respect to: (a)
use of the Purchased Software in a manner that is not permitted under the
Agreement or that is inconsistent with Splunk's applicable user documentation;
(b) modifications to the Splunk Materials made by anyone other than Splunk; (c)
the combination of Software with hardware or software not made by Splunk, or
with third-party services, processes or materials where the infringement or
misappropriation would not occur but for such combination; (d) Customer's
continued use of the Purchased Software or other allegedly infringing activity
after receiving notice of the alleged infringement; or (e) any version of the
Purchased Software that is no longer supported by Splunk ((a) through (e),
collectively, "Excluded Matters"). If an applicable Claim is made or appears
likely to be made, Splunk may, at its option and expense, modify the affected
Purchased Software so that it is noninfringing, or replace it with substantially
functionally equivalent software. If Splunk determines that neither is
reasonably feasible, Splunk may terminate Customer's applicable license and
refund Customer a pro rata refund of the Fees previously paid by Customer, which
will be calculated using the remainder of the license term (beginning with the
date of Splunk's receipt of notice of the applicable Claim), or if the Purchased
Software is licensed under a perpetual license, a refund of Fees previously paid
by Customer, less straight-line depreciation on a three-year basis from the
Delivery of the applicable Software. The obligations set forth in this Section
constitute Customer's sole and exclusive remedy, and Splunk's entire liability,
with respect to any Claims that the Purchased Software infringes any third
party's Intellectual Property Rights. Customer will defend Splunk against any
claim brought against Splunk by a third party arising out of or relating to any
Excluded Matter or any Customer Extension, and Customer will pay all damages
finally awarded against Splunk by a court of competent jurisdiction as a result
of such claim. Each party's indemnity obligations set forth in this Section 13
are conditioned upon the party seeking indemnification (x) providing prompt
written notice to the other party of the applicable claim; (y) giving the
indemnifying party sole control of the defense and/or settlement of the
applicable claim, except that: (i) the indemnified party may participate in the
defense with counsel of its choice at its own expense, and (ii) the indemnifying
party will not agree to any settlement that imposes a material obligation on the
indemnified party without the indemnified party's prior written consent (not to
be unreasonably withheld or delayed), and (z) providing reasonable cooperation
and assistance in the defense and negotiations.

14.     CONFIDENTIAL INFORMATION.
    14.1        Confidential Information. "Confidential Information" means any t
echnical
or business information, ideas, materials, know-how or other subject matter that
is disclosed by one party to the other party that: (a) if disclosed in writing,
is marked "confidential" or "proprietary" at the time of such disclosure; (b) if
disclosed orally, is identified as "confidential" or "proprietary" at the time
of such disclosure, and is summarized in a writing sent by the disclosing party
to the receiving party within thirty (30) days after any such disclosure; or (c)
under the circumstances, a person exercising reasonable business judgment would
understand to be confidential or proprietary. Confidential Information of Splunk
will include the Splunk Materials (including any license keys).
    14.2        Use and Disclosure Restrictions. The party receiving Confidentia
l
Information ("Recipient") agrees: (a) to maintain the Confidential Information
of the party disclosing such information (the "Discloser") in strict confidence;
(b) not to disclose such Confidential Information to any third parties; and (c)
not to use any such Confidential Information for any purpose other than to
exercise its rights or perform its obligations under this Agreement. Recipient
will treat Confidential Information of the Discloser with the same degree of
care as it accords to its own Confidential Information, but in no event with
less than reasonable care. Recipient may disclose the Confidential Information
of Discloser to its directors, officers, employees, and subcontractors
(collectively, "Representatives"), who have a bona fide need to know such
Confidential Information, provided that each such Representative is bound by a
legal obligation as protective of the other party's Confidential Information as
those set forth herein. Recipient's obligations under this Section 14 will
continue in effect for a period of three (3) years from the date of last
disclosure of Confidential Information by Discloser, except that Customer's
obligations under this Section 14 will continue in effect in perpetuity with
respect to Splunk Materials.
    14.3        Exclusions. The obligations of Recipient under Section 14.1 will
 not
apply to any Confidential Information that: (a) is now or thereafter becomes
generally known or available to the public, through no act or omission on the
part of Recipient (or any of its Representatives, Affiliates, or agents) or any
third party subject to any use or disclosure restrictions with respect to such
Confidential Information; (b) was known by or lawfully in the possession of
Recipient, prior to receiving such information from Discloser, without
restriction as to use or disclosure; (c) is rightfully acquired by Recipient
from a third party who has the right to disclose it and who provides it without
restriction as to use or disclosure; or (d) is independently developed by
Recipient without access, use or reference to any Confidential Information of
Discloser.
    14.4        Required Disclosures. The provisions of Section 14.1 will not re
strict
Recipient from disclosing Discloser's Confidential Information to the extent
required by any law enforcement agencies or regulators or compelled by a court
or administrative agency of competent jurisdiction, provided that, to the extent
permissible under law, Recipient uses reasonable efforts to give Discloser
advance notice of such required disclosure as appropriate in order to enable
Discloser to prevent or limit disclosure.
    14.5        Return or Destruction of Confidential Information. Upon terminat
ion of
the Agreement or support and maintenance, Recipient will promptly return to
Discloser or, at Discloser's option, destroy all tangible items and embodiments
containing or consisting of Discloser's Confidential Information and all copies
thereof and provide written certification of such destruction or return by an
authorized person.
    14.6        Injunctive Relief. Recipient agrees that, due to the unique natu
re of
the Confidential Information, the unauthorized disclosure or use of the
Confidential Information will cause irreparable harm and significant injury to
Discloser, the extent of which will be difficult to ascertain and for which
there will be no adequate remedy at law. Accordingly, Recipient agrees that
Discloser, in addition to any other available remedies, will have the right to
an immediate injunction and other equitable relief enjoining any breach or
threatened breach of this Section 14, without the necessity of posting any bond
or other security. Recipient will notify Discloser in writing immediately upon
Recipient's becoming aware of any such breach or threatened breach.

15.     TERM. This Agreement will commence upon Splunk's first Delivery of the
Software specified in the Order (or, Splunk's other initial delivery of the
Software to Customer) and will remain in effect until the expiration of the
applicable Software license term, unless earlier terminated pursuant to Section
16 (the "Term"). For the avoidance of doubt, termination of a license term shall
not affect the term of any other licenses applicable to other Splunk products
and services that Customer has purchased. Further, termination of a Content
Subscription shall not affect the term of the base license applicable to the
Software that Customer has purchased.
    15.1        Purchased Software, etc. Unless otherwise indicated in the Order
, the
Term for Purchased Software, Free Software, Splunk Extensions and Splunk
Developer Tools, if applicable, will continue indefinitely, unless and until
terminated pursuant to Section 16. If the Order indicates a Term of a specific
duration for any of the foregoing, the licenses granted to Customer for such
Purchased Software or Free Software will terminate automatically upon expiration
of such Term. Upon expiration of any Term, the applicable Software will stop
working automatically.
    15.2        Evaluation Software. If Customer is granted a license for Evalua
tion
Software, then the Term for such Evaluation Software will be specified in the
Order or with the license key. If no such term is specified, the Term for
Evaluation Software is thirty (30) days from the date the license key is
delivered. Any license keys provided for Evaluation Software will automatically
expire and cause the Evaluation Software to become non-operational at the end of
the Term. If Customer wishes to use the Evaluation Software after the Term
expires, then Customer must obtain the applicable paid license.

16.     TERMINATION. Either party may terminate this Agreement by written notice
to the other party if the other party materially breaches this Agreement and
does not cure the breach within thirty (30) days of receiving written notice of
the breach pursuant to Section 23.2 below. In addition, Splunk may immediately
terminate this Agreement (in whole or in part, including with respect to any
Term) by written notice to Customer (a) if Customer materially breaches Section
3, and (b) as set forth in Section 6. Splunk may also terminate Customer's
license to any Evaluation Software at any time with or without cause by notice
to Customer. If Customer is the Government, then termination terms and
conditions will be governed by 48 C.F.R. Section 52.212-4. Upon any expiration
or termination of this Agreement, the rights and licenses granted to Customer
hereunder will automatically terminate, and Customer agrees to cease immediately
using the Splunk Materials and to return or destroy all copies of the Splunk
Materials and other Splunk Confidential Information in Customer's possession or
control, and certify in writing the completion of such return or destruction in
accordance with Section14.5. Upon termination of this Agreement, Splunk will
have no obligation to refund any Fees or other amounts received from Customer
during the Term, and notwithstanding any early termination above, Customer shall
still be required to pay all Fees payable under an Order (i.e., no such early
termination shall relieve Customer of its obligations to pay all Fees payable
under an Order) unless otherwise provided in this Agreement. Termination of
Support and Maintenance Terms and Conditions due to Splunk's breach is provided
in Section 3.2 of Exhibit C. Section 1 (Definitions), Section 5 (Ownership),
Section 9 (Software Verification and Audit), Section 11 (Warranty Disclaimer),
Section 12 (Limitation of Liability), Section 13 (Indemnity), Section 14
(Confidentiality), Section 16 (Termination) and Sections 17 (Export) through 23
(General) will survive any expiration or termination of this Agreement.

17.     EXPORT. Customer will comply fully with all relevant export laws and
regulations of the United States and any other country ("Export Laws") where
Customer uses any of the Splunk Materials. Customer certifies that Customer is
not on any of the relevant U.S. government lists of prohibited persons,
including the Treasury Department's List of Specially Designated Nationals and
the Commerce Department's List of Denied Persons or Entity List. Customer
further certifies that Customer will not export, re-export, ship, transfer or
otherwise use the Splunk Materials in any country subject to an embargo or other
sanction by the United States, and that Customer will not use the Splunk
Materials for any purpose prohibited by the Export Laws, including, but not
limited to, nuclear, chemical, missile or biological weapons related end uses.

18.     GOVERNMENT END USER RIGHTS. Customer acknowledges that all Splunk
Materials were developed entirely at private expense and that no part of the
Splunk Materials was first produced in the performance of a government contract.
Customer agrees that all Splunk Materials and any derivatives thereof are
"Commercial Items" as defined in 48 C.F.R. Section 2.101, and if Customer is the
Government, then such use, duplication, reproduction, release, modification,
disclosure or transfer of this commercial product and data, is restricted in
accordance with 48 C.F.R. Section 12.211, 48 C.F.R. Section 12.212, 48 C.F.R.
Section 227.7102-2, and 48 C.F.R. Section 227.7202, as applicable. Consistent
with 48 C.F.R. Section 12.211, 48 C.F.R. Section 12.212, 48 C.F.R. Section
227.7102-1 through 48 C.F.R. Section 227.7102-3, and 48 C.F.R. Sections
227.7202-1 through 227.7202-4, as applicable, the Splunk Materials are licensed
to Government end users (a) only as Commercial Items and (b) with only those
rights as are granted to all other users pursuant to this Agreement and any
related agreement(s), as applicable. Accordingly, Customer will have no rights
in the Splunk Materials except as expressly agreed to in writing by Customer and
Splunk.

19.     PUBLICITY. Customer agrees that Splunk may publish a brief description o
f
Customer's deployment of the Software and identify Customer as a Splunk customer
on any of Splunk's websites, client lists, press releases, and/or other
marketing materials.

20.     THIRD PARTY CONTENT DISCLAIMER. Certain Extensions and other materials
available for download on Splunkbase are developed and/or provided by third
parties ("Third-Party Content"). Splunk makes such Third-Party Content available
for download on Splunkbase as a convenience to its customers, but Splunk neither
controls nor endorses, nor is Splunk responsible for, any Third-Party Content,
including the accuracy, integrity, quality, legality, usefulness or safety of
Third-Party Content. Certain Third-Party Content may, among other things, be
inaccurate, nonfunctional, infringing or dangerous. Nothing in this Agreement or
on Splunkbase will be deemed to be a representation or warranty by Splunk with
respect to any Third-Party Content, even if a particular Extension or other item
of Third-Party Content is identified as "certified" for use with Software.
Splunk has no obligation to monitor Third-Party Content, and Splunk may block or
disable access to any Third-Party Content at any time. In addition, the
availability of any Third-Party Content through Splunkbase does not imply
Splunk's endorsement of, or affiliation with, any provider of such Third-Party
Content, nor does such availability create any legal relationship between
Customer and any such provider. Customer's use of Third-Party Content is at
Customer's own risk and may be subject to any additional terms, conditions and
policies applicable to such Third-Party Content (such as license terms, terms of
service or privacy policies of the providers of such Third-Party Content).

21.     AUTHORIZED PARTNERS. If Customer acquired the Software through an
authorized reseller, partner or OEM of Splunk ("Authorized Partner") then,
notwithstanding anything to the contrary in this Agreement: (a) Customer's use
of the Software is subject to any additional terms in the agreement provided by
the Authorized Partner; (b) Customer agrees to pay the Authorized Partner the
Fees and other applicable fees, and Customer will have no direct Fee payment
obligations to Splunk for such Software; (c) Customer's agreement with the
Authorized Partner is between Customer and the Authorized Partner and is not
binding on Splunk; and (d) Splunk may terminate this Agreement (including
Customer's right to use the Software) if Splunk does not receive payment for
Customer's use of the Software from the Authorized Partner or if Customer
breaches any term of this Agreement. If Customer's warranty and support terms
stated in its agreement with the Authorized Partner are different from those set
forth in this Agreement, then such different terms are solely between Customer
and the Authorized Partner and Splunk will have no obligations to Customer under
this Agreement with respect to such different terms. Except as set forth in the
preceding sentence, if there is any conflict or inconsistency between this
Agreement and Customer's agreement with Authorized Partner, then this Agreement
will control (and will resolve such inconsistency) as between Splunk and
Customer.

22.     CHOICE OF LAW AND DISPUTES. Unless Customer is the Government, this
Agreement will be governed by and construed in accordance with the laws of the
State of California, as if performed wholly within the state and without giving
effect to the conflicts of law principles of any jurisdiction or the United
Nations Convention on Contracts for the International Sale of Goods, the
application of which is expressly excluded. Any legal action or proceeding
arising under this Agreement will be brought exclusively in the federal or state
courts located in San Francisco, California, and the parties hereby consent to
personal jurisdiction and venue therein (except that Splunk may seek injunctive
relief to prevent improper or unauthorized use or disclosure of any Splunk
Materials in any court of competent jurisdiction). If Customer is the
Government, this Agreement will be governed by and interpreted in accordance
with the Contract Disputes Act of 1978, as amended (41 U.S.C. Sections
7101-7109). Failure of the parties to reach agreement on any request for
equitable adjustment, claim, appeal, or action arising under or relating to this
Agreement will be a dispute to be resolved in accordance with the clause at 48
C.F.R Section 52.233-1, which is incorporated in this Agreement by reference.

23.     GENERAL.
    23.1        Purchase Order. Customer's issuance of a purchase order constitu
tes
acceptance of this Agreement notwithstanding anything to the contrary in such
purchase order. If any purchase order contains any terms or conditions that are
different from or additional to the terms and conditions set forth in this
Agreement, then Splunk expressly rejects such different or additional terms and
conditions, and such different or additional terms and conditions will not
become a part of the agreement between the parties notwithstanding any
subsequent acknowledgement, invoice or license key that Splunk may issue.
    23.2        Notices. All notices required or permitted under this Agreement
will be
in writing and delivered in person, by confirmed facsimile transmission, by
overnight delivery service, or by registered or certified mail, postage prepaid
with return receipt requested, and in each instance will be deemed given upon
receipt. All communications will be sent to the addresses set forth in the
applicable Order or to such other address as may be specified by either party to
the other party in accordance with this Section.
    23.3        Assignment. Customer may not assign, delegate or transfer this
Agreement, in whole or in part, by agreement, operation of law or otherwise
without the prior written consent of Splunk. Splunk may assign this Agreement in
whole or in part to an Affiliate or in connection with an internal
reorganization or a merger, acquisition, or sale of all or substantially all of
Splunk's assets to which this Agreement relates. Splunk may also assign its
rights to receive payment due as a result of performance of this Agreement to a
bank, trust company, or other financing institution, including any federal
lending agency in accordance with the Assignment of Claims Act (31 U.S.C.
Section 3727) and may assign this Agreement in accordance with the provisions at
48 C.F.R Section 42.12, as applicable. Any attempt to assign this Agreement
other than as permitted herein will be null and void. Subject to the foregoing,
this Agreement will bind and inure to the benefit of the parties' permitted
successors and assigns.
    23.4        Rights and Remedies. Except as otherwise expressly set forth in
this
Agreement, the rights and remedies of either party as set forth in this
Agreement are not exclusive and are in addition to any other rights and remedies
now or hereafter provided by law or at equity.
    23.5        Waiver; Severability. The waiver by either party of a breach of
or a
default under this Agreement will not be effective unless in writing. The
failure by either party to enforce any provisions of this Agreement will not
constitute a waiver of any other right hereunder or of any subsequent
enforcement of that or any other provisions. If a court of competent
jurisdiction holds any provision of this Agreement invalid or unenforceable, the
remaining provisions of the Agreement will remain in full force and effect, and
the provision affected will be construed so as to be enforceable to the maximum
extent permissible by law.
    23.6        Interpretation. For purposes of interpreting this Agreement, (a)
 unless
the context otherwise requires, the singular includes the plural, and the plural
includes the singular; (b) unless otherwise specifically stated, the words
"herein," "hereof," and "hereunder" and other words of similar import refer to
this Agreement as a whole and not to any particular section or paragraph; (c)
Do you agree with this license? [y/n]: y

This appears to be your first time running this version of Splunk.

An Admin password must be set before installation proceeds.
Password must contain at least:
   * 8 total printable ASCII character(s).
Please enter a new password:
Please confirm new password:
Copying '/opt/splunk/etc/openldap/ldap.conf.default' to '/opt/splunk/etc/openldap/ldap.conf'.
Generating RSA private key, 2048 bit long modulus
..+++
..................................+++
e is 65537 (0x10001)
writing RSA key

Generating RSA private key, 2048 bit long modulus
........+++
.......................+++
e is 65537 (0x10001)
writing RSA key

Moving '/opt/splunk/share/splunk/search_mrsparkle/modules.new' to '/opt/splunk/share/splunk/search_mrsparkle/modules'.

Splunk> Take the sh out of IT.

Checking prerequisites...
        Checking http port [8000]: open
        Checking mgmt port [8089]: open
        Checking appserver port [127.0.0.1:8065]: open
        Checking kvstore port [8191]: open
        Checking configuration...  Done.
                Creating: /opt/splunk/var/lib/splunk
                Creating: /opt/splunk/var/run/splunk
                Creating: /opt/splunk/var/run/splunk/appserver/i18n
                Creating: /opt/splunk/var/run/splunk/appserver/modules/static/css
                Creating: /opt/splunk/var/run/splunk/upload
                Creating: /opt/splunk/var/spool/splunk
                Creating: /opt/splunk/var/spool/dirmoncache
                Creating: /opt/splunk/var/lib/splunk/authDb
                Creating: /opt/splunk/var/lib/splunk/hashDb
New certs have been generated in '/opt/splunk/etc/auth'.
        Checking critical directories...        Done
        Checking indexes...
                Validated: _audit _internal _introspection _telemetry _thefishbucket history main summary
        Done
        Checking filesystem compatibility...  Done
        Checking conf files for problems...
        Done
        Checking default conf files for edits...
        Validating installed files against hashes from '/opt/splunk/splunk-7.1.1-8f0ead9ec3db-linux-2.6-x86_64-manifest'
        All installed files intact.
        Done
All preliminary checks passed.

Starting splunk server daemon (splunkd)...
Generating a 2048 bit RSA private key
.........................................................................+++
......................................................+++
writing new private key to 'privKeySecure.pem'
-----
Signature ok
subject=/CN=naoki_6-5_1/O=SplunkUser
Getting CA Private Key
writing RSA key
Done
                                                           [  OK  ]

Waiting for web server at http://127.0.0.1:8000 to be available... Done


If you get stuck, we're here to help.
Look for answers here: http://docs.splunk.com

The Splunk web interface is at http://naoki_6-5_1:8000

[root@naoki_6-5_1 splunk]#
[root@naoki_6-5_1 splunk]#

-- まずここまで、以後明日