Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
More instances of Elasticsearch vs. Elastic
Browse files Browse the repository at this point in the history
Some changes here too.

Fixes elastic#3014
  • Loading branch information
untergeek authored and jordansissel committed Apr 14, 2015
1 parent 543bc56 commit 8afce18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/asciidoc/static/include/pluginbody.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,8 @@ Gem::Specification.new do |s|
s.summary = "This {plugintype} does x, y, z in Logstash"
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
s.authors = ["Elasticsearch"]
s.email = 'info@elasticsearch.com'
s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
s.email = 'info@elastic.co'
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
s.require_paths = ["lib"]
# Files
Expand All @@ -853,7 +853,7 @@ It is appropriate to change these values to fit your plugin. In particular,
you are ready to publish your plugin.

Logstash and all its plugins are licensed under
https://github.com/elasticsearch/logstash/blob/master/LICENSE[Apache License, version 2 ("ALv2")].
https://github.com/elastic/logstash/blob/master/LICENSE[Apache License, version 2 ("ALv2")].
If you make your plugin publicly available via http://rubygems.org[RubyGems.org],
please make sure to have this line in your gemspec:

Expand Down Expand Up @@ -1014,14 +1014,14 @@ this case, `0.1.0`.
==== Test installation
You should test install your plugin into a clean installation of Logstash.
Download the latest version from the
http://www.elasticsearch.org/overview/logstash/download/[Logstash downloads page].
https://www.elastic.co/downloads/logstash/[Logstash downloads page].

. Untar and cd in to the directory:
+
[source,sh]
[subs="attributes"]
----------------------------------
curl -O http://download.elasticsearch.org/logstash/logstash/logstash-{logstash_version}.tar.gz
curl -O https://download.elastic.co/logstash/logstash/logstash-{logstash_version}.tar.gz
tar xzvf logstash-{logstash_version}.tar.gz
cd logstash-{logstash_version}
----------------------------------
Expand Down

0 comments on commit 8afce18

Please sign in to comment.