if (line.hasOption('s'))
{
skipReverseDNS = true;
}
elasticSearchLoggerInstance = new ElasticSearchLogger();
log.info("Getting ElasticSearch Transport Client for StatisticsImporterElasticSearch...");
// This is only invoked via terminal, do not use _this_ node as that data storing node.
// Need to get a NodeClient or TransportClient, but definitely do not want to get a local data storing client.