Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit bf442fe

Browse files
author
Lennart Koopmann
committed
proper links to the extractor directory. fixes #773
1 parent 7b8885a commit bf442fe

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

app/views/system/inputs/extractors/export.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1>
1111
</h1>
1212

1313
The extractors of an input can be exported to JSON for importing into other setups
14-
or sharing in the extractor directory on <a href="http://www.graylog2.org/" target="_blank">graylog2.org</a>.
14+
or sharing in the extractor directory on <a href="http://www.graylog2.org/extractors" target="_blank">graylog2.org</a>.
1515
</div>
1616

1717
<div class="row-fluid">

app/views/system/inputs/extractors/importPage.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1>
1111
</h1>
1212

1313
Exported extractors can be imported to an input. All you need is the JSON export of extractors from any other
14-
Graylog2 setup or from the extractor directory on <a href="http://www.graylog2.org/" target="_blank">graylog2.org</a>.
14+
Graylog2 setup or from the extractor directory on <a href="http://www.graylog2.org/extractors" target="_blank">graylog2.org</a>.
1515
</div>
1616

1717
<form action="@routes.ExtractorsController.importExtractors(node.getNodeId, input.getId)" method="POST">

app/views/system/inputs/extractors/manage.scala.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ <h1>
2727
any text data into fields that allow you easy filtering and analysis later on.
2828
Example: Extract the HTTP response code from a log message, transform it to a numeric field and attach it
2929
as <em>http_response_code</em> to the message.
30+
31+
<br />
32+
Make sure to also take a look at the Graylog2 extractor directory on
33+
<a href="http://www.graylog2.org/extractors" target="_blank">graylog2.org</a> for predefined extractor
34+
sets of common devices and software.
3035
</div>
3136

3237
<div class="row-fluid xtrc-select-message">

app/views/system/inputs/index.scala.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ <h1>
2222
Inputs in Cluster
2323
</h1>
2424
Graylog2 nodes accept data via inputs. Launch or terminate as many inputs as you want here.
25+
26+
Your log format is not properly parsed? Take a look at the Graylog2 extractor directory on
27+
<a href="http://www.graylog2.org/extractors" target="_blank">graylog2.org</a>.
2528
</div>
2629
@if(isPermitted(INPUTS_CREATE)) {
2730
<div class="row-fluid input-new">

0 commit comments

Comments
 (0)