This repository was archived by the owner on Jan 8, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments