Class LogstashDao

    • Constructor Detail

      • LogstashDao

        public LogstashDao​(String logstashHostString,
                           int logstashPortInt)
    • Method Detail

      • push

        public void push​(String data)
                  throws IOException
        Description copied from interface: LogstashIndexerDao
        Sends the log data to the Logstash indexer.
        Parameters:
        data - The serialized data, not null
        Throws:
        IOException - The data is not written to the server