lib/scalyr/constants.rb in logstash-output-scalyr-0.1.26.beta vs lib/scalyr/constants.rb in logstash-output-scalyr-0.2.0.beta

- old
+ new

@@ -1,2 +1,5 @@ # encoding: utf-8 -PLUGIN_VERSION = "v0.1.26.beta" +PLUGIN_VERSION = "v0.2.0.beta" + +# Special event level attribute name which can be used for setting event level serverHost attribute +EVENT_LEVEL_SERVER_HOST_ATTRIBUTE_NAME = '__origServerHost'