NodeLogScraper

monitor.NodeLogScraper
@Singleton
final class NodeLogScraper(elasticsearchLogIndexer: ElasticsearchLogIndexer) extends LazyStructuredLogging

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def scrapeNode(nodeIdentity: NodeIdentity, offset: Long): Try[IndexOperation]

Scrape log data from a node, index it in Elasticsearch, and return the next log offset.

Scrape log data from a node, index it in Elasticsearch, and return the next log offset.

Value parameters

nodeIdentity

which node to scrape.

offset

where in the log to start scraping.

Attributes