Class HostBasedLogstashIndexer<T extends AbstractLogstashIndexerDao>

    • Constructor Detail

      • HostBasedLogstashIndexer

        public HostBasedLogstashIndexer()
    • Method Detail

      • getHost

        public String getHost()
        Returns the host for connecting to the indexer.
        Returns:
        Host of the indexer
      • setHost

        @DataBoundSetter
        public void setHost​(String host)
        Sets the host for connecting to the indexer.
        Parameters:
        host - host to connect to.
      • getPort

        public int getPort()
        Returns the port for connecting to the indexer.
        Returns:
        Port of the indexer
      • setPort

        @DataBoundSetter
        public void setPort​(int port)
        Sets the port used for connecting to the indexer
        Parameters:
        port - The port of the indexer
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object