Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pfelk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
pfelk
Commits
d9cb1f9e
Unverified
Commit
d9cb1f9e
authored
May 5, 2019
by
a3ilson
Committed by
GitHub
May 5, 2019
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
Updated to ELK 7+ Update Java to 11
parent
88e96660
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
View file @
d9cb1f9e
...
...
@@ -23,9 +23,9 @@ wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add
sudo apt-get install apt-transport-https
```
### 4. Add Elasticsearch|Logstash|Kibana Repositories (version
6
+)
### 4. Add Elasticsearch|Logstash|Kibana Repositories (version
7
+)
```
echo "deb https://artifacts.elastic.co/packages/
6
.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-
6
.x.list
echo "deb https://artifacts.elastic.co/packages/
7
.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-
7
.x.list
```
### 5. Update
...
...
@@ -33,20 +33,20 @@ echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee
sudo apt-get update
```
### 6. Install Java
8
### 6. Install Java
11
```
sudo apt install oracle-java11-installer
```
# Install
-
Elasticsearch v
6.6
+ | Kibana v
6.6
+ | Logstash v
6.6
+
-
Elasticsearch v
7
+ | Kibana v
7
+ | Logstash v
7
+
### 8. Install Elasticsearch|Kibana|Logstash
```
sudo apt-get install elasticsearch && sudo apt-get install kibana && sudo apt-get install logstash
```
# Configure Kibana|v
6.6
+
# Configure Kibana|v
7
+
### 9. Configure Kibana
```
...
...
@@ -59,7 +59,7 @@ server.port: 5601
server.host: "0.0.0.0"
```
# Configure Logstash|v
6.6
+
# Configure Logstash|v
7
+
### 11. Change Directory
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment