- Monitoring Elasticsearch
- Dan Noble
- 183字
- 2021-07-14 11:10:59
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Now we'll install Marvel on the elasticsearch-marvel-01
."
A block of code is set as follows:
cluster.name: my_elasticsearch_cluster node.name: "elasticsearch-node-01" discovery.zen.ping.multicast.enabled: false discovery.zen.ping.unicast.hosts: ["elasticsearch-node-02", "elasticsearch-node-03"]
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
cluster.name: my_elasticsearch_cluster
node.name: "elasticsearch-node-01"
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: ["elasticsearch-node-02","elasticsearch-node-03"]
Any command-line input or output is written as follows:
# sudo service elasticsearch start
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Apache Oozie Essentials
- jQuery EasyUI網站開發實戰
- Building an RPG with Unity 2018
- Linux命令行與shell腳本編程大全(第4版)
- 算法訓練營:提高篇(全彩版)
- Python深度學習:基于TensorFlow
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Learning Apache Karaf
- MySQL入門很輕松(微課超值版)
- Apache Camel Developer's Cookbook
- PHP 8從入門到精通(視頻教學版)
- Python Linux系統管理與自動化運維
- MongoDB Administrator’s Guide
- Backbone.js Patterns and Best Practices
- Practical Responsive Typography