|
|
@@ -36,7 +36,7 @@ import java.util.stream.Collectors;
|
|
|
@Slf4j
|
|
|
@Service
|
|
|
public class NginxLogService {
|
|
|
- private final String indexName = "nginx_log1";
|
|
|
+ private final String indexName = "nginx_log";
|
|
|
private final String dateTimeFormat = "yyyy-MM-dd HH:mm:ss";
|
|
|
private final String timeZone = "+08:00";
|
|
|
private final NginxLogDocument nginxLogDocument;
|