Here you can find the source of randomIndexName()
private static String randomIndexName()
//package com.java2s; // Splunk Inc. licenses this file public class Main { private static String randomIndexName() { return "index-" + System.currentTimeMillis(); }//w ww.java2 s. co m }