// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`parses data containing exception 1`] = `"[o.e.n.Node] [qEfPPg8] starting ..."`; exports[`parses data containing exception 2`] = ` "[o.e.b.OpenSearchUncaughtExceptionHandler] [] uncaught exception in thread [main] org.opensearch.bootstrap.StartupException: BindHttpException; nested: BindException[Address already in use]; at org.opensearch.bootstrap.OpenSearch.init(OpenSearch.java:125) ~[opensearch-7.0.0.jar:7.0.0-alpha1-SNAPSHOT] Caused by: org.opensearch.http.BindHttpException: Failed to bind to [9200] at org.opensearch.http.netty4.Netty4HttpServerTransport.bindAddress(Netty4HttpServerTransport.java:408) ~[?:?] at org.opensearch.http.netty4.Netty4HttpServerTransport.createBoundHttpAddress(Netty4HttpServerTransport.java:309) ~[?:?] ... 13 more Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) ~[?:?] at java.lang.Thread.run(Thread.java:844) [?:?]" `; exports[`parses data containing exception 3`] = `"[o.e.g.GatewayService] [qEfPPg8] recovered [0] indices into cluster_state"`; exports[`parses multiple lines 1`] = `"[o.e.p.PluginsService] [qEfPPg8] loaded plugin [osd-security]"`; exports[`parses multiple lines 2`] = `"[o.e.p.PluginsService] [qEfPPg8] loaded plugin [osd-watcher]"`; exports[`parses single line 1`] = `"[o.e.p.PluginsService] [qEfPPg8] loaded module [lang-expression]"`;