|
@@ -34,7 +34,7 @@ public class EsUtils {
|
|
|
public static final String INDEX_NAME = "java_demo_index";
|
|
|
public static final String TYPE_NAME = "java_demo_type";
|
|
|
//sql查询es _xpack/sql?format=json
|
|
|
- public static String Host="http://192.168.50.34:9200/";
|
|
|
+ public static String Host="http://192.168.50.32:9200/";
|
|
|
|
|
|
private static RestHighLevelClient client;
|
|
|
|