Skip to content

Commit

Permalink
Merge pull request elastic#885 from electrical/repo_docs
Browse files Browse the repository at this point in the history
Adding repo doc
  • Loading branch information
jordansissel committed Dec 18, 2013
2 parents b722949 + dbca807 commit 6fa6acd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ layout: content_right
<h3> for users </h3>
<ul>
<li> <a href="https://download.elasticsearch.org/logstash/logstash/logstash-%VERSION%-flatjar.jar"> download logstash %VERSION% </a> </li>
<li> <a href="repositories">Repositories</a> </li>
<li> <a href="configuration"> configuration file overview </a> </li>
<li> <a href="configuration#conditionals">conditionals</a> </li>
<li> <a href="configuration#fieldreferences">referring to fields [like][this]</a> </li>
Expand Down
35 changes: 35 additions & 0 deletions docs/repositories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: repositories - logstash
layout: content_right
---
# LogStash repositories

We also have Logstash available als APT and YUM repositories.

Our public signing key can be found [here](http://packages.elasticsearch.org/GPG-KEY-elasticsearch)

## Apt based distributions

Add the key:

wget -O - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | apt-key add -

Add the repo to /etc/apt/sources.list

deb http://packages.elasticsearch.org/logstash/1.3/debian stable main


## YUM based distributions

Add the key:

rpm --import http://packages.elasticsearch.org/GPG-KEY-elasticsearch

Add the repo to /etc/yum.repos.d/ directory

[logstash-1.3]
name=logstash repository for 1.3.x packages
baseurl=http://packages.elasticsearch.org/logstash/1.3/centos
gpgcheck=1
gpgkey=http://packages.elasticsearch.org/GPG-KEY-elasticsearch
enabled=1

0 comments on commit 6fa6acd

Please sign in to comment.