Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docker-elk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
段孔乐
docker-elk
Commits
fe6432bc
Unverified
Commit
fe6432bc
authored
Feb 11, 2020
by
Antoine Cotten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide short instructions to create index pattern
Fixes #464
parent
69abb4a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
README.md
README.md
+8
-3
No files found.
README.md
View file @
fe6432bc
...
...
@@ -201,10 +201,14 @@ When Kibana launches for the first time, it is not configured with any index pat
#### Via the Kibana web UI
> :information_source: You need to inject data into Logstash before being able to configure a Logstash index pattern via
the Kibana web UI.
Then all you have to do is hit the
*Create*
button.
the Kibana web UI.
Refer to
[
Connect Kibana with Elasticsearch
][
connect-kibana
]
for detailed instructions about the index pattern
configuration.
Navigate to the _Discover_ view of Kibana from the left sidebar. You will be prompted to create an index pattern. Enter
`logstash-*`
to match Logstash indices then, on the next page, select
`@timestamp`
as the time filter field. Finally,
click _Create index pattern_ and return to the _Discover_ view to inspect your log entries.
Refer to
[
Connect Kibana with Elasticsearch
][
connect-kibana
]
and
[
Creating an index pattern
][
index-pattern
]
for detailed
instructions about the index pattern configuration.
#### On the command line
...
...
@@ -390,6 +394,7 @@ instead of `elasticsearch`.
[
sec-tutorial
]:
https://www.elastic.co/guide/en/elastic-stack-overview/current/security-getting-started.html
[
connect-kibana
]:
https://www.elastic.co/guide/en/kibana/current/connect-to-elasticsearch.html
[
index-pattern
]:
https://www.elastic.co/guide/en/kibana/current/index-patterns.html
[
config-es
]:
./elasticsearch/config/elasticsearch.yml
[
config-kbn
]:
./kibana/config/kibana.yml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment