File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/ingest-common/src/main/java/org/elasticsearch/ingest/common Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ final class CefParser {
277277
278278 /**
279279 * List of allowed timestamp formats for CEF spec v27, see: Appendix A: Date Formats
280- * <a href="https://www.microfocus.com/documentation/arcsight/arcsight-smartconnectors-24.2/pdfdoc/cef-implementation-standard/cef-implementation-standard.pdf">documentation</a>
280+ * <a href="https://web.archive.org/web/20240925170528/http:// www.microfocus.com/documentation/arcsight/arcsight-smartconnectors-24.2/pdfdoc/cef-implementation-standard/cef-implementation-standard.pdf">documentation</a>
281281 */
282282 private static final List <DateTimeFormatter > TIME_FORMATS = Stream .of (
283283 "MMM dd HH:mm:ss.SSS zzz" ,
You can’t perform that action at this time.
0 commit comments