Skip to content

Instantly share code, notes, and snippets.

@xSAVIKx
Last active January 15, 2017 20:10
Show Gist options
  • Save xSAVIKx/f23043c23b9fbb3daa72224af989afd1 to your computer and use it in GitHub Desktop.
Save xSAVIKx/f23043c23b9fbb3daa72224af989afd1 to your computer and use it in GitHub Desktop.
Logstash IDEA configuration
<filetype binary="false" description="Logstash Config" name="Logstash Config">
<highlighting>
<options>
<option name="LINE_COMMENT" value="#" />
<option name="COMMENT_START" value="" />
<option name="COMMENT_END" value="" />
<option name="HEX_PREFIX" value="" />
<option name="NUM_POSTFIXES" value="" />
<option name="HAS_BRACES" value="true" />
<option name="HAS_BRACKETS" value="true" />
<option name="HAS_PARENS" value="true" />
<option name="HAS_STRING_ESCAPES" value="true" />
</options>
<keywords keywords="beats;date;elasticsearch;else;file;filter;geoip;grok;if;in;input;mutate;output;ruby;stdout;match;csv" ignore_case="true" />
</highlighting>
<extensionMap>
<mapping pattern="input_*.conf" />
<mapping pattern="output_*.conf" />
<mapping pattern="filter_*.conf" />
</extensionMap>
</filetype>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment