1. Search Nav. Color (based Splunk 6.0)
    - $SPLUNK_HOME$/etc/apps/search/default/data/ui/nav/default.xml
    - <nav search_view="search" color="#COLOR">

2. Search-bar
    - $SPLUNK_HOME$/share/splunk/search_mrsparkle/exposed/css/pages/search-bootstrap.min.css
    - ".search-bar-primary" 항목의 color 변경
       + Wrapper
          Default => #5c9732
          Light => #65a637
          Dark => #4e802a
       + Button
          Default => #7db44d
          Light => #95ca5f
          Dark => #599331
       + Button Border
          Default => #8cca5f
          Top => #629331
          Bottom => #36591e
       + Border
          Default => #426d24





Posted by fckorea
,

0. Splunk File Download !!!

1. Splunk Daemon Stop ($SPLUNK_HOME$/bin/splunk stop)

2. New Splunk Install !!!
    2-1. ".gz" 파일의 경우 압축해제로 덮어씌움
    2-2. ".rpm" 파일의 경우 "rpm -U" 옵션을 통해 업그레이드 함
    2-3. ".dmg" 파일의 경우 더블클릭하여 설치 함

3. Splunk Daemon Start ($SPLUNK_HOME$/bin/splunk start)


'Splunk Manual > Installation' 카테고리의 다른 글

Splunk Install  (0) 2014.02.20
Posted by fckorea
,

Windows => 자동설치 파일(.msi)을 통해 설치


Linux => ".gz" 파일을 다운 받아 압축 해제


Mac => ".dmg" 파일을 다운 받아 설치



'Splunk Manual > Installation' 카테고리의 다른 글

Splunk Upgrade  (0) 2014.02.20
Posted by fckorea
,