Skip to content

Commit

Permalink
Merge pull request #12 from berglh/master
Browse files Browse the repository at this point in the history
Updating to Kibana 4.1.4
  • Loading branch information
marcbachmann committed Jan 6, 2016
2 parents a5b485a + 0acdfb4 commit 7bec8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update -q && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl

ENV KIBANA_VERSION 4.1.2-linux-x64
ENV KIBANA_VERSION 4.1.4-linux-x64
RUN curl -s https://download.elastic.co/kibana/kibana/kibana-$KIBANA_VERSION.tar.gz | tar xz -C /tmp
RUN mv /tmp/kibana-* /app

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Available Kibana Versions:
`4.0.1`
`4.0.2`
`4.1.0`
`4.1.1`, `latest`
`4.1.1`
`4.1.4`, `latest`

## Run
To connect to an elasticsearch server on the docker host, run this:
Expand Down

0 comments on commit 7bec8f7

Please sign in to comment.