You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http://www.elasticsearch.com/products/marvel[Marvel] is a management((("Marvel", "defined"))) and monitoring
31
-
tool for Elasticsearch, which is free for development use. It comes with an
32
-
interactive console called Sense,((("Sense console (Marvel plugin)"))) which makes it easy to talk to
33
-
Elasticsearch directly from your browser.
34
-
35
-
Many of the code examples in the online version of this book include a View in Sense link. When
36
-
clicked, it will open up a working example of the code in the Sense console.
37
-
You do not have to install Marvel, but it will make this book much more
38
-
interactive by allowing you to experiment with the code samples on your local
39
-
Elasticsearch cluster.
40
-
41
-
Marvel is available as a plug-in.((("Marvel", "downloading and installing"))) To download and install it, run this command in the Elasticsearch directory:
Marvel can also be installed using a https://www.elastic.co/guide/en/marvel/1.3/installation.html[manual process] if you don't have internet connectivity.
49
-
50
-
You probably don't want Marvel to monitor your local cluster, so you can
In fact, this is the same format that is used by the ((("Marvel", "Sense console")))((("Sense console (Marvel plugin)", "curl requests in")))Sense console that we
132
-
installed with <<marvel,Marvel>>. If in the online version of this book, you can open and run this code example in
133
-
Sense by clicking the View in Sense link above.
131
+
In fact, this is the same format that is used by the ((( "Sense console")))((("Sense console (Kibana app)", "curl requests in"))) <<sense, Sense console>>. If you're viewing the online version of this book, you can open and run this code example in Sense by clicking the View in Sense link above.
At the very beginning of the book (<<marvel>>), we encouraged you to install
5
-
Marvel,((("Marvel", "monitoring with")))((("clusters", "administration", "Marvel for monitoring"))) a management monitoring tool for Elasticsearch, because it would enable
6
-
interactive code samples throughout the book.
7
-
8
-
If you didn't install Marvel then, we encourage you to install it now. This
9
-
chapter introduces a large number of APIs that emit an even larger number
10
-
of statistics. These stats track everything from heap memory usage and garbage
11
-
collection counts to open file descriptors. These statistics are invaluable
0 commit comments