Uses of Class
org.graylog2.system.stats.elasticsearch.ElasticsearchStats
Packages that use ElasticsearchStats
Package
Description
-
Uses of ElasticsearchStats in org.graylog2.indexer.cluster
Methods in org.graylog2.indexer.cluster that return ElasticsearchStats -
Uses of ElasticsearchStats in org.graylog2.rest.resources.system
Methods in org.graylog2.rest.resources.system that return ElasticsearchStats -
Uses of ElasticsearchStats in org.graylog2.system.stats
Methods in org.graylog2.system.stats that return ElasticsearchStatsModifier and TypeMethodDescriptionabstract ElasticsearchStatsClusterStats.elasticsearchStats()ClusterStatsService.elasticsearchStats()Methods in org.graylog2.system.stats with parameters of type ElasticsearchStatsModifier and TypeMethodDescriptionstatic ClusterStatsClusterStats.create(ElasticsearchStats elasticsearchStats, MongoStats mongoStats, long streamCount, long streamRuleCount, Map<String, Long> streamRuleCountByStream, long userCount, long outputCount, Map<String, Long> outputCountByType, long dashboardCount, long inputCount, long globalInputCount, Map<String, Long> inputCountByType, long extractorCount, Map<Extractor.Type, Long> extractorCountByType) -
Uses of ElasticsearchStats in org.graylog2.system.stats.elasticsearch
Methods in org.graylog2.system.stats.elasticsearch that return ElasticsearchStatsModifier and TypeMethodDescriptionstatic ElasticsearchStatsElasticsearchStats.create(String clusterName, String clusterVersion, HealthStatus status, ClusterHealth clusterHealth, NodesStats nodesStats, IndicesStats indicesStats)