Adding repo doc

This commit is contained in:
Richard Pijnenburg 2013-12-18 14:55:16 +01:00
parent b722949128
commit dbca807423
2 changed files with 36 additions and 0 deletions

View file

@ -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>

35
docs/repositories.md Normal file
View file

@ -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