Viewing X-Pack information

X-Pack provides an API which we can use to view its information. It provides us with the build details, license details, and the details of each component of X-Pack.

To view the information using console in the Kibana UI, the command will be as follows:

GET /_xpack

It will give us the following response:

{ "build": { "hash": "821d294", "date": "2016-12-06T13:09:18.057Z" }, "license": { "uid": "e065e495-3fb4-4cb5-8233-263074ee57e7", "type": "trial", "mode": "trial", "status": "active", "expiry_date_in_millis": 1485882488285 }, "features": { "graph": { "description": "Graph Data Exploration for the Elastic Stack", "available": true, "enabled": true }, "monitoring": { "description": "Monitoring for the Elastic Stack", "available": ...

Get Mastering Elastic Stack now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.