Commit graph

718 commits

Author SHA1 Message Date
Richard Pijnenburg
a6c7a69b5e Fix for default codec. Based on PR #1829
Fixes #1741
2014-10-27 16:28:59 +00:00
Richard Pijnenburg
26ddecf05d Minor doc fixes
Fixes #1741
2014-10-27 16:28:59 +00:00
Richard Pijnenburg
d5a2214d8e [DOCS] Add index page generation for each plugin type
Fixes #1741
2014-10-27 16:28:58 +00:00
Richard Pijnenburg
b8b05ebde7 Add Plugin docs in ascii format
Fixes #1741
2014-10-27 16:28:58 +00:00
Richard Pijnenburg
253b15f589 Initial commit for creating plugin documentation into asciidoc
Fixes #1741
2014-10-27 16:28:58 +00:00
Jordan Sissel
d59b5dd951 Fix typo.
Fixes #1927

Fixes #1928
2014-10-21 16:05:40 +00:00
Kurt Hurtado
8d4a769772 Merge branch 'doc/asciidoc/static' 2014-10-14 17:26:20 -07:00
Kurt Hurtado
eef2687c62 incorporate @wibaa feedback 2014-10-14 15:17:10 -07:00
Kurt Hurtado
ac45c438dc CTRL-C Enter is OK too
Fixes #1767
2014-09-27 06:05:25 +00:00
Kurt Hurtado
26a27f2e2f specify ctrl-d to halt pipeline
Fixes #1767
2014-09-27 06:05:25 +00:00
Kurt Hurtado
a08f60c270 adding converted static asciidocs 2014-09-04 09:44:31 -07:00
wickeddoc
56dbbff8a8 String has to be surrounded by quotes 2014-09-02 16:38:38 -07:00
Chris Martin
da147dba1e fix typos: elasticearch -> elasticsearch 2014-08-07 03:03:08 -04:00
Jordan Sissel
0d18814d02 Reference github issues now.
Hosted Jira (logstash.jira.com) is currently busted because we have
exceeded the maximum number of users that platform can accomodate
(according to Atlassian support). Until that is resolved, let's point
everyone at github issues instead.

closes #1508
2014-07-07 23:19:49 +00:00
Jordan Sissel
054c1b4366 Correct hash syntax 2014-04-29 11:35:18 -07:00
Colin Surprenant
86ca8a3791 replace bluecloth with kramdown pure-ruby markdown parser 2014-04-03 13:59:44 -04:00
Kurt Hurtado
3e9df26af0 Merge pull request #1151 from GregMefford/docfix_json_lines
Doc-fix for json_lines codec
2014-03-26 18:06:38 -07:00
James Turnbull
83c0b7a6a3 Fixed broken link 2014-03-23 00:55:21 -04:00
Jordan Sissel
e8c5861a2b Use %VERSION% placeholder 2014-03-19 18:52:19 -07:00
Jordan Sissel
405b51eb4d Add link to release notes and changelog 2014-03-19 22:51:41 +00:00
Jordan Sissel
a7122addd9 Release/upgrade notes for 1.4.0 2014-03-19 22:41:16 +00:00
Jordan Sissel
32adaed1d3 Remove unused docs 2014-03-19 13:22:21 -07:00
Jordan Sissel
2ab6b5cfe8 Hack the version major by hand for now until we automate it. 2014-03-12 18:00:39 -07:00
Greg Mefford
ffe8166288 json_lines codec documentation is special since it isn't used with the file input.
Also fixed formatting issues with the config examples in the synopsis section.
2014-03-06 00:22:02 -05:00
Colin Surprenant
6ed923f0cf log files path into /tmp, added missing mutate + replace statements 2014-02-24 19:00:54 -05:00
James Turnbull
99f6dee78f Fixed some issues in the tutorial
* Fixed a code formatting issue
* Consistently capitalized Logstash
2014-02-19 13:08:48 -05:00
Aaron Mildenstein
3a04b150fa Added contrib plugin link on doc page. 2014-02-19 11:16:07 -06:00
Jordan Sissel
45a7b3d0ef - remove references to 'jar' 2014-02-19 07:39:19 -08:00
James Turnbull
89c06016ec Fixed docs to reflect bin/logstash and other minor edits 2014-02-19 09:01:23 -05:00
Jordan Sissel
25d5f919c2 Update links from flatjar to tar.gz 2014-02-19 06:37:46 +00:00
Jordan Sissel
381411d955 Reference bin/logstash for how to run logstash.
Also include %VERSION% instead of a literal version number so that
the docs building process can inject the correct version.
2014-02-14 16:46:54 -08:00
Jordan Sissel
15f4828d80 Update tutorial links to use the new getting-started one
Also did some small copy editing for style.
2014-02-14 16:46:35 -08:00
Jordan Sissel
1556d1aaa1 Merge pull request #1070 from jordansissel/prep-for-beta
Preparations for 1.4.0.beta1
2014-02-14 16:32:55 -08:00
Jordan Sissel
f8d68559ca remove unused links
the links were placeholders to links to the sample configs, but after
a discussion between myself and kurtado, we decided it was fine to
have users copy+paste the configs.
2014-02-14 16:07:54 -08:00
Jordan Sissel
0fd7dbfc70 Remove 'blah' links 2014-02-14 13:14:02 -08:00
Leandro Moreira
ade20db60d Updating verbosity flags
Encouraging new users to use --verbose/debug instead of -v -vv
2014-02-14 16:39:35 -02:00
Jordan Sissel
7a0be0274b Remove old tutorials now replaced by Kurt's new one. 2014-02-13 01:08:17 -08:00
Jordan Sissel
d4713f86c3 Copy edit a bit. Try to make it clear the intent and usage 2014-02-13 00:48:52 -08:00
Jordan Sissel
dca315d841 Call it 'contrib plugins'
Because the 'vs' part was rather adversarial. There's nothing against
contrib plugins. It's just a new thing! :)
2014-02-13 00:48:09 -08:00
Jordan Sissel
75c9564616 Preparing for 1.4.0 beta1
- Add 'release.sh' to build docs + packages
- Bump version
- Update docs generator to be 'contrib'-plugin aware
2014-02-12 23:58:16 -08:00
Aaron Mildenstein
6339f8523f Added manual method clarifications + URL 2014-02-12 18:26:30 -06:00
Aaron Mildenstein
3f7a83f351 Added plugin (only for contrib right now) installation script
Updated docs.
2014-02-12 18:20:41 -06:00
Aaron Mildenstein
004a939b8f Quick updates. 2014-02-12 13:58:24 -06:00
Aaron Mildenstein
70fc0fcd99 First draft of core/contrib doc. 2014-02-11 17:50:13 -06:00
Kurt Hurtado
96f84a6615 Merge pull request #1045 from kurtado/tutorial
LS<->ES version note, attempt at sane headings
2014-02-10 13:30:42 -08:00
Kurt Hurtado
25f232d4bc version note, attempt at sane headings 2014-02-10 13:27:23 -08:00
Kurt Hurtado
b5f3728fdb Merge pull request #1044 from kurtado/tutorial
die head ist der kopf
2014-02-10 12:19:07 -08:00
Kurt Hurtado
138df4b0d6 die head ist der kopf 2014-02-10 12:18:14 -08:00
Jordan Sissel
edfde16c78 Merge pull request #1031 from kurtado/tutorial
update version, configs
2014-02-06 15:30:33 -08:00
Fred Reimer
8ae0fcf3c7 Fixed wording for clearer documentation, replaced filter with output
for more realistic example.

Conflicts:
	docs/configuration.md

(Cherry-pick from #977)
2014-02-04 14:05:34 -08:00