parameters.put(TTL, "10");
fixture = new ElasticSearchSink();
fixture.configure(new Context(parameters));
InetSocketTransportAddress[] expected = { new InetSocketTransportAddress(
"10.5.5.27", DEFAULT_PORT) };
assertEquals("testing-cluster-name", fixture.getClusterName());
assertEquals("testing-index-name", fixture.getIndexName());
assertEquals("testing-index-type", fixture.getIndexType());