forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* More tutorial edits This updates the on prem instructions with a step that installs the GeoIP and UA plugins in ES. It also makes the on-prem steps more consistent with the cloud instructions which results in less redundancy in the code. * Show config step for all variants * More DRY in the tutorial content * Updated screenshot for apache_logs
- Loading branch information
Showing
10 changed files
with
168 additions
and
215 deletions.
There are no files selected for viewing
51 changes: 0 additions & 51 deletions
51
src/core_plugins/kibana/common/tutorials/filebeat_cloud_instructions.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 0 additions & 54 deletions
54
src/core_plugins/kibana/common/tutorials/filebeat_onprem_cloud_instructions.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,2 @@ | ||
export const FILEBEAT_ONPREM_CLOUD_INSTRUCTIONS = { | ||
CONFIG: { | ||
OSX: { | ||
title: 'Edit the configuration', | ||
textPre: 'Modify `filebeat.yml` to set the connection information:', | ||
commands: [ | ||
'setup.kibana:', | ||
' host: "<<kibana-host>>:5601"', | ||
'output.elasticsearch:', | ||
' hosts: ["<es_url>:9200"]', | ||
' username: "elastic"', | ||
' password: "<password>"' | ||
], | ||
textPost: 'Where `<password>` is the password of the `elastic` user.' | ||
}, | ||
DEB: { | ||
title: 'Edit the configuration', | ||
textPre: 'Modify `/etc/filebeat/filebeat.yml` to set the connection information:', | ||
commands: [ | ||
'setup.kibana:', | ||
' host: "<<kibana-host>>:5601"', | ||
'output.elasticsearch:', | ||
' hosts: ["<es_url>:9200"]', | ||
' username: "elastic"', | ||
' password: "<password>"' | ||
], | ||
textPost: 'Where `<password>` is the password of the `elastic` user.' | ||
}, | ||
RPM: { | ||
title: 'Edit the configuration', | ||
textPre: 'Modify `/etc/filebeat/filebeat.yml` to set the connection information:', | ||
commands: [ | ||
'setup.kibana:', | ||
' host: "<<kibana-host>>:5601"', | ||
'output.elasticsearch:', | ||
' hosts: ["<es_url>:9200"]', | ||
' username: "elastic"', | ||
' password: "<password>"' | ||
], | ||
textPost: 'Where `<password>` is the password of the `elastic` user.' | ||
}, | ||
WINDOWS: { | ||
title: 'Edit the configuration', | ||
textPre: 'Modify `C:\\Program Files\\Filebeat\\filebeat.yml` to set the connection information:', | ||
commands: [ | ||
'setup.kibana:', | ||
' host: "<<kibana-host>>:5601"', | ||
'output.elasticsearch:', | ||
' hosts: ["<es_url>:9200"]', | ||
' username: "elastic"', | ||
' password: "<password>"' | ||
], | ||
textPost: 'Where `<password>` is the password of the `elastic` user.' | ||
} | ||
} | ||
}; |
Binary file removed
BIN
-400 KB
...ore_plugins/kibana/public/home/tutorial_resources/apacheLogs/kibana-apache2.png
Binary file not shown.
Binary file added
BIN
+843 KB
src/core_plugins/kibana/public/home/tutorial_resources/apache_logs/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.