Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Updating dashboards and documentation (#70)
Browse files Browse the repository at this point in the history
* Updating dashboards and documentation pending Query_url fix elastic/kibana#63924
Fixing formatting
Typo Fix
  • Loading branch information
duncan-ncc authored Jul 16, 2020
1 parent 09d3734 commit 6065152
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Chapter 4 Files/dashboards v0.3.0.ndjson

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion docs/chapter4.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ In a web browser, navigate to ```https:\\your_Linux_server``` and authenticate w

First you will need to create an index. If you would like to use the pre-made dashboards, the import process creates the index for you.

The dashboard and visualisation objects are contained within a NDJSON file (previously JSON) and can be easily imported by clicking ‘Management’ -> ‘Saved Objects’. Please follow the steps in Figure 1, and the NDJSON files are located in [Chapter 4 Files\dashboard 'version'.ndjson](/Chapter%204%20Files/).
The dashboard and visualisation objects are contained within a NDJSON file (previously JSON) and can be easily imported
***IMPORTANT: You must open the dashboard file (in notepad or similar) and use find and replace to change all instances of "ChangeThisDomain" to your kibana URL:***
* If you use a hostname to access kibana then it should be ```https://kibanahostname.example.com\``` where kibanahostname.example.com is your kibana DNS name
* If you use an ip to access kibana ```https://127.0.0.1\``` where 127.0.0.1 is the ip of your kibana

You can now import the dashboards by clicking ‘Management’ -> ‘Saved Objects’. Please follow the steps in Figure 1, and the NDJSON files are located in [Chapter 4 Files\dashboard 'version'.ndjson](/Chapter%204%20Files/).


![Importing Objects](import.png)
Expand Down

0 comments on commit 6065152

Please sign in to comment.