mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Adding repo doc
This commit is contained in:
parent
b722949128
commit
dbca807423
2 changed files with 36 additions and 0 deletions
|
@ -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
35
docs/repositories.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue