Examples of addLongFields()


Examples of org.graylog2.plugin.Message.addLongFields()

                    msg.strings.get("source"),
                    new DateTime(msg.timestamp, DateTimeZone.UTC)
            );

            event.addStringFields(msg.strings);
            event.addLongFields(msg.longs);
            event.addDoubleFields(msg.doubles);

            return event;
        } catch (IOException e) {
            log.error("Unable to unpack radio message");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.