Commit graph

176 commits

Author SHA1 Message Date
Jordan Sissel
bf50e05985 Point link at my puppetconf talk 2013-01-02 16:21:31 -08:00
Jordan Sissel
9be443b538 - fix url to point at dreamobjects
- remove dreamforce references
2013-01-02 16:13:30 -08:00
Jordan Sissel
8be85f6dc3 - link to releases hosted on dreamobjects
- clean up intro on simple getting started
2013-01-02 16:11:46 -08:00
Jordan Sissel
d2649ce139 - only do string conversion on symbols (config :some_symbol).
This keeps support for regexp configs until I finally remove that.
2013-01-02 16:00:51 -08:00
Jordan Sissel
8a2708045a - make common settings like filter 'remove_tag' use the literal plugin
name instead of the text "myfilter" in examples.
2013-01-02 15:40:51 -08:00
Jordan Sissel
44245ff869 - try to clarify 'one of these things' 2013-01-02 14:54:40 -08:00
Jordan Sissel
c745c1b2c3 Fix class discovery for Threadables 2013-01-02 14:54:40 -08:00
Jordan Sissel
97debf3c5e - merge doc strings with attributes properly 2013-01-02 01:14:33 -08:00
Jordan Sissel
b151ec7d98 - deprecate flags 2013-01-02 01:10:11 -08:00
Jordan Sissel
1d4d4c137a - grab the config from the class itself 2013-01-02 01:09:54 -08:00
Jordan Sissel
f58a99e66e - clear comments when starting to parse 2013-01-02 00:37:26 -08:00
Jordan Sissel
f26ef0af4f - call them attributes
- call 'setting_name' simply 'name'
2013-01-01 17:18:22 -08:00
Jordan Sissel
8cbb10bb4a - 'eval' wasn't working well on 'config :foo ...' lines that used
in-scope constants/variables.

  Switched to using monkeypatching the 'config' method instead.

  There's still slight bugs, like the 'charset'  on all inputs has no
  validation nor default listed.
2013-01-01 17:18:22 -08:00
James Turnbull
967553ccd0 Fixed typo in jar -uf command line 2012-12-31 17:09:13 -05:00
James Turnbull
9bde79c62d Updated flags list to include full list. 2012-12-24 12:47:22 -05:00
Jordan Sissel
d20d8a6737 - add missing redis flag for extra logging (Pointed out by Georgi Pachov
on the mailing list)
2012-12-21 09:47:47 -08:00
Jordan Sissel
34c6185239 - use the correct attribute for format 2012-12-11 01:23:46 -08:00
James Turnbull
b73630c3d4 * Updated --config command line flag to include -f shortcut 2012-12-05 23:43:26 -05:00
Jordan Sissel
ca057bc175 Remove weird unicode spacing 2012-11-13 15:53:07 -08:00
Jordan Sissel
925317f8ed link to dreamobjects now 2012-11-10 07:33:28 +00:00
Jordan Sissel
dc200a94c4 - Add "unsupported" plugin status
- Mark both amqp plugins as 'unsupported'. Seeking a maintainer for
  both the code and the community support for these plugins.
2012-11-07 16:50:48 -08:00
Jordan Sissel
6a827f8a62 - use more recent puppetconf presentation 2012-11-05 16:41:25 -08:00
Jordan Sissel
b51a9e3bd6 Use -vv 2012-10-26 10:27:58 -07:00
Eric Veiras Galisson
d296e986d8 typo fix: the centralized tutorial uses Redis now 2012-08-17 17:31:43 +02:00
Jordan Sissel
05d80fafea Document comment feature 2012-08-16 11:53:23 -07:00
Jordan Sissel
7f0884b52f Fix default displays again 2012-08-10 23:23:26 -07:00
Jordan Sissel
2e459d550a Fix nil vs false values for defaults 2012-08-10 23:06:51 -07:00
Jordan Sissel
e037b16e00 - Add notes about the -f flag supporting directory and wildcard paths as
well. (Reported by timbunce)
2012-07-31 10:26:15 -07:00
Pete Fritchman
2337670652 markdown fixup 2012-07-16 22:08:49 -04:00
Pete Fritchman
2632f1ede9 handle threadable and multi-line arrays 2012-07-16 06:43:35 -04:00
Jordan Sissel
3d53b5f739 Add note about multicast possibly causing early newbie stumbling 2012-07-16 01:32:08 -07:00
Pete Fritchman
8a5ab153b6 Merge pull request #167 from wiibaa/LOGSTASH-338
Small correction to tutorials + Proposal of graphical overview for the centralized config
2012-07-06 08:51:17 -07:00
wiibaa
12283c0e1b Using correct markdown syntax for links 2012-07-03 21:31:27 +02:00
wiibaa
40c5b240bf Adding an graphical overview of the centralized config.
You can open the xml with www.diagram.ly to change or re-export the png
2012-07-03 09:12:13 +02:00
wiibaa
f1b19abc3b Adding link to grok filter 2012-07-03 08:57:02 +02:00
wiibaa
05c46d90e7 Wrapping curl url with quote for correct execution 2012-07-03 08:56:59 +02:00
wiibaa
b1f9560529 Fixing link to elasticsearch output doc reference for version 2012-07-03 08:56:56 +02:00
wiibaa
8338c59e4d Correcting link to configuration from getting started standalone 2012-07-03 08:56:53 +02:00
John E. Vincent
373a210f4d updating centralized setup to use Redis instead of AMQP 2012-07-02 13:39:46 -04:00
John E. Vincent
7c10696373 small typos in simple start 2012-07-02 10:18:41 -04:00
John E. Vincent
b73c7324f9 updating the 'simple' guide 2012-07-02 02:53:37 -04:00
John E. Vincent
b73f1f7935 remove old and confusing reference to libgrok. 2012-06-08 10:20:16 -03:00
John E. Vincent
cb06fc0d84 updating zeromq tutorial to reflect reality 2012-02-22 14:52:03 -05:00
Jordan Sissel
290f5f21ca - fix link 2012-02-10 19:40:18 -08:00
John E. Vincent
21e0472344 start of a zeromq tutorial 2012-02-05 01:29:24 -05:00
Jordan Sissel
f06f58c949 - remove notes about building the gem 2012-02-01 17:38:38 -08:00
Jordan Sissel
4bc19e1892 - remove rubygem pointers; I have yanked every version of logstash from
rubygems.org so there is no need to include 'gem install' directions.

  Context:
    * https://gist.github.com/1720432
    * https://gist.github.com/1720739
2012-02-01 17:12:42 -08:00
Jordan Sissel
c742ba8864 Merge commit 'b929cdf' into v1.1.0-pending-release
Conflicts:
	lib/logstash/inputs/amqp.rb
	lib/logstash/outputs/amqp.rb
2012-01-30 23:11:48 -08:00
Jordan Sissel
7b7762c948 - fix formatting 2012-01-30 16:54:17 -05:00
Jordan Sissel
e017087e8f - rename plugin status "unstable" to "beta" so as to imply less in the
word alone.
2012-01-30 12:30:19 -08:00