public class LogstashFraction extends Object implements org.wildfly.swarm.spi.api.Fraction<LogstashFraction>
| Constructor and Description |
|---|
LogstashFraction() |
LogstashFraction(String nodeKey,
String nodeValue) |
| Modifier and Type | Method and Description |
|---|---|
static org.wildfly.swarm.spi.api.Fraction |
createDefaultLogstashFraction() |
Properties |
formatterProperties() |
String |
hostname() |
LogstashFraction |
hostname(String hostname) |
org.wildfly.swarm.config.logging.Level |
level() |
LogstashFraction |
level(org.wildfly.swarm.config.logging.Level level) |
LogstashFraction |
metadata(String key,
String value) |
int |
port() |
LogstashFraction |
port(int port) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyDefaultspublic static org.wildfly.swarm.spi.api.Fraction createDefaultLogstashFraction()
public LogstashFraction level(org.wildfly.swarm.config.logging.Level level)
public org.wildfly.swarm.config.logging.Level level()
public LogstashFraction hostname(String hostname)
public String hostname()
public LogstashFraction port(int port)
public int port()
public Properties formatterProperties()
public LogstashFraction metadata(String key, String value)
Copyright © 2016 JBoss by Red Hat. All rights reserved.