- Splunk 7.x Quick Start Guide
- James H. Baxter
- 221字
- 2021-06-10 19:04:51
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The rpm will install Splunk in the /opt/splunk directory"
A block of code is set as follows:
index=<index> <filter> <"text string to match">
| command1 <arguments>
| command2 <arguments>
| visualization commands & arguments
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
hot bucket (files being written to)
/opt/splunk/var/lib/splunk/myindex/db/hot_v1_41
warm bucket (closed for writing, searchable)
/opt/splunk/var/lib/splunk/myindex/db/db_1530043376_1529957920_40/
cold bucket (searchable, may reside on different storage)
/opt/splunk/var/lib/splunk/myindex/colddb/db_1508276979_1508276438_0/
Any command-line input or output is written as follows:
$ sudo su - splunk don't forget this step!
$ cd $SPLUNK_HOME/bin
$ ./splunk start --accept-license
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "You can now click Settings | Fields | Field extractions and view the list of all the field extractions, including the one you just created."
- Oracle SOA Governance 11g Implementation
- Cinema 4D R13 Cookbook
- 輕松學(xué)Java
- 精通Excel VBA
- 統(tǒng)計(jì)學(xué)習(xí)理論與方法:R語(yǔ)言版
- 項(xiàng)目管理成功利器Project 2007全程解析
- Hadoop應(yīng)用開發(fā)基礎(chǔ)
- R Machine Learning Projects
- Learning Linux Shell Scripting
- Xilinx FPGA高級(jí)設(shè)計(jì)及應(yīng)用
- 機(jī)器學(xué)習(xí)案例分析(基于Python語(yǔ)言)
- Hands-On Geospatial Analysis with R and QGIS
- Getting Started with Tableau 2019.2
- 傳感技術(shù)基礎(chǔ)與技能實(shí)訓(xùn)
- fastText Quick Start Guide