Skip to content

Commit

Permalink
improve plugin descriptor name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Koopmann committed Jul 16, 2015
1 parent b35364c commit 07d4d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/graylog/splunk/output/SplunkOutput.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public ConfigurationRequest getRequestedConfiguration() {

public static class Descriptor extends MessageOutput.Descriptor {
public Descriptor() {
super("Splunk", false, "", "Writes messages to your Splunk installation via UDP or TCP.");
super("Splunk Output", false, "", "Writes messages to your Splunk installation via UDP or TCP.");
}
}

Expand Down

0 comments on commit 07d4d4a

Please sign in to comment.