Skip to content

Commit

Permalink
Merge pull request elastic#228 from ruflin/doc-screenshot-update
Browse files Browse the repository at this point in the history
Update docs and image to match new index name pattern
  • Loading branch information
tsg committed Sep 4, 2015
2 parents a162679 + 9011ec1 commit a733200
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ _testmain.go
last_run

*.test
.DS_Store
4 changes: 2 additions & 2 deletions docs/gettingstarted.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,13 @@ it from the `config/kibana.yml` file.
Now point your browser to port 5601 and you should see the Kibana web
interface.
The first thing you need to do is to configure the index pattern. In
The first thing you need to do is to configure the index pattern. Select *Use event times to create index names*, in
the *Index name or pattern* field enter `[packetbeat-]YYYY.MM.DD` and for the *Time-field
name* select `timestamp`.
image:./images/kibana-index-pattern.png[Kibana index pattern]
If after you configure the `[packetbeat-]YYYY.MM.DD` index pattern Kibana still says
If after you selected *Use event times to create index names* and configured the `[packetbeat-]YYYY.MM.DD` index pattern Kibana still says
_Unable to fetch mapping. Do you have indices matching the pattern?_, it means
that Packetbeat hasn't yet written any data into Elasticsearch. Make sure that
some traffic was running on your servers and that Packetbeat could see it.
Expand Down
Binary file modified docs/images/kibana-index-pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a733200

Please sign in to comment.