Guest User

Untitled

a guest
May 29th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 394.00 KB | None | 0 0
  1. [2025-05-29T13:06:24,194][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna8624123425594409876.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna8624123425594409876.tmp: failed to map segment from shared object
  3. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  4. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  5. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  6. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  7. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  8. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  9. at java.lang.System.load(System.java:1970) ~[?:?]
  10. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  11. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  12. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  13. at java.lang.Class.forName0(Native Method) ~[?:?]
  14. at java.lang.Class.forName(Class.java:375) ~[?:?]
  15. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  16. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  17. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  18. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  19. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  20. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  21. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  22. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  23. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  24. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  25. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  26. [2025-05-29T13:06:24,198][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  27. [2025-05-29T13:06:24,198][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  28. [2025-05-29T13:06:24,199][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  29. [2025-05-29T13:06:24,200][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  30. [2025-05-29T13:06:24,200][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  31. [2025-05-29T13:06:24,200][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  32. [2025-05-29T13:06:24,339][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  33. [2025-05-29T13:06:24,339][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  34. [2025-05-29T13:06:24,341][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  35. [2025-05-29T13:06:24,341][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[183291], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  36. [2025-05-29T13:06:24,341][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  37. [2025-05-29T13:06:25,427][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  38. [2025-05-29T13:06:25,427][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  39. [2025-05-29T13:06:25,427][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  40. [2025-05-29T13:06:25,427][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  41. [2025-05-29T13:06:25,427][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  42. [2025-05-29T13:06:25,428][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  43. [2025-05-29T13:06:25,428][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  44. [2025-05-29T13:06:25,428][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  45. [2025-05-29T13:06:25,428][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  46. [2025-05-29T13:06:25,428][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  47. [2025-05-29T13:06:25,428][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  48. [2025-05-29T13:06:25,428][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  49. [2025-05-29T13:06:25,428][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  50. [2025-05-29T13:06:25,428][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  51. [2025-05-29T13:06:25,428][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  52. [2025-05-29T13:06:25,428][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  53. [2025-05-29T13:06:25,429][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  54. [2025-05-29T13:06:25,429][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  55. [2025-05-29T13:06:25,429][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  56. [2025-05-29T13:06:25,429][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  57. [2025-05-29T13:06:25,429][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  58. [2025-05-29T13:06:25,429][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  59. [2025-05-29T13:06:25,429][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  60. [2025-05-29T13:06:25,429][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  61. [2025-05-29T13:06:25,429][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  62. [2025-05-29T13:06:25,429][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  63. [2025-05-29T13:06:25,430][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  64. [2025-05-29T13:06:25,430][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  65. [2025-05-29T13:06:25,430][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  66. [2025-05-29T13:06:25,430][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  67. [2025-05-29T13:06:25,567][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  68. [2025-05-29T13:06:27,644][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  69. [2025-05-29T13:06:27,845][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/183409] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  70. [2025-05-29T13:06:28,074][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  71. [2025-05-29T13:06:28,217][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  72. [2025-05-29T13:06:28,689][INFO ][o.e.n.Node ] [es0] initialized
  73. [2025-05-29T13:06:28,689][INFO ][o.e.n.Node ] [es0] starting ...
  74. [2025-05-29T13:06:28,771][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  75. [2025-05-29T13:06:28,782][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  76. [2025-05-29T13:06:28,786][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  77. [1] bootstrap checks failed
  78. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  79. [2025-05-29T13:06:28,789][INFO ][o.e.n.Node ] [es0] stopping ...
  80. [2025-05-29T13:06:40,054][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  81. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna6910595302236184809.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna6910595302236184809.tmp: failed to map segment from shared object
  82. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  83. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  84. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  85. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  86. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  87. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  88. at java.lang.System.load(System.java:1970) ~[?:?]
  89. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  90. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  91. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  92. at java.lang.Class.forName0(Native Method) ~[?:?]
  93. at java.lang.Class.forName(Class.java:375) ~[?:?]
  94. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  95. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  96. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  97. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  98. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  99. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  100. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  101. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  102. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  103. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  104. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  105. [2025-05-29T13:06:40,059][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  106. [2025-05-29T13:06:40,059][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  107. [2025-05-29T13:06:40,059][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  108. [2025-05-29T13:06:40,060][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  109. [2025-05-29T13:06:40,060][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  110. [2025-05-29T13:06:40,060][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  111. [2025-05-29T13:06:40,236][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  112. [2025-05-29T13:06:40,237][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  113. [2025-05-29T13:06:40,238][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  114. [2025-05-29T13:06:40,239][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[183455], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  115. [2025-05-29T13:06:40,239][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  116. [2025-05-29T13:06:41,310][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  117. [2025-05-29T13:06:41,310][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  118. [2025-05-29T13:06:41,310][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  119. [2025-05-29T13:06:41,311][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  120. [2025-05-29T13:06:41,311][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  121. [2025-05-29T13:06:41,311][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  122. [2025-05-29T13:06:41,311][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  123. [2025-05-29T13:06:41,311][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  124. [2025-05-29T13:06:41,311][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  125. [2025-05-29T13:06:41,311][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  126. [2025-05-29T13:06:41,311][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  127. [2025-05-29T13:06:41,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  128. [2025-05-29T13:06:41,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  129. [2025-05-29T13:06:41,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  130. [2025-05-29T13:06:41,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  131. [2025-05-29T13:06:41,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  132. [2025-05-29T13:06:41,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  133. [2025-05-29T13:06:41,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  134. [2025-05-29T13:06:41,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  135. [2025-05-29T13:06:41,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  136. [2025-05-29T13:06:41,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  137. [2025-05-29T13:06:41,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  138. [2025-05-29T13:06:41,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  139. [2025-05-29T13:06:41,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  140. [2025-05-29T13:06:41,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  141. [2025-05-29T13:06:41,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  142. [2025-05-29T13:06:41,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  143. [2025-05-29T13:06:41,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  144. [2025-05-29T13:06:41,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  145. [2025-05-29T13:06:41,314][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  146. [2025-05-29T13:06:41,457][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  147. [2025-05-29T13:06:43,482][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  148. [2025-05-29T13:06:43,674][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/183543] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  149. [2025-05-29T13:06:43,893][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  150. [2025-05-29T13:06:44,021][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  151. [2025-05-29T13:06:44,470][INFO ][o.e.n.Node ] [es0] initialized
  152. [2025-05-29T13:06:44,471][INFO ][o.e.n.Node ] [es0] starting ...
  153. [2025-05-29T13:06:44,548][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  154. [2025-05-29T13:06:44,557][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  155. [2025-05-29T13:06:44,561][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  156. [1] bootstrap checks failed
  157. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  158. [2025-05-29T13:06:44,563][INFO ][o.e.n.Node ] [es0] stopping ...
  159. [2025-05-29T13:06:55,796][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  160. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna11205669488586882485.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna11205669488586882485.tmp: failed to map segment from shared object
  161. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  162. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  163. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  164. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  165. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  166. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  167. at java.lang.System.load(System.java:1970) ~[?:?]
  168. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  169. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  170. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  171. at java.lang.Class.forName0(Native Method) ~[?:?]
  172. at java.lang.Class.forName(Class.java:375) ~[?:?]
  173. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  174. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  175. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  176. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  177. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  178. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  179. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  180. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  181. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  182. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  183. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  184. [2025-05-29T13:06:55,800][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  185. [2025-05-29T13:06:55,800][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  186. [2025-05-29T13:06:55,801][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  187. [2025-05-29T13:06:55,801][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  188. [2025-05-29T13:06:55,802][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  189. [2025-05-29T13:06:55,802][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  190. [2025-05-29T13:06:55,935][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  191. [2025-05-29T13:06:55,936][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  192. [2025-05-29T13:06:55,937][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  193. [2025-05-29T13:06:55,937][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[183589], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  194. [2025-05-29T13:06:55,938][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  195. [2025-05-29T13:06:56,935][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  196. [2025-05-29T13:06:56,935][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  197. [2025-05-29T13:06:56,935][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  198. [2025-05-29T13:06:56,935][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  199. [2025-05-29T13:06:56,935][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  200. [2025-05-29T13:06:56,935][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  201. [2025-05-29T13:06:56,936][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  202. [2025-05-29T13:06:56,936][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  203. [2025-05-29T13:06:56,936][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  204. [2025-05-29T13:06:56,936][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  205. [2025-05-29T13:06:56,936][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  206. [2025-05-29T13:06:56,936][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  207. [2025-05-29T13:06:56,936][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  208. [2025-05-29T13:06:56,937][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  209. [2025-05-29T13:06:56,937][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  210. [2025-05-29T13:06:56,937][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  211. [2025-05-29T13:06:56,937][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  212. [2025-05-29T13:06:56,937][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  213. [2025-05-29T13:06:56,937][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  214. [2025-05-29T13:06:56,937][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  215. [2025-05-29T13:06:56,937][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  216. [2025-05-29T13:06:56,937][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  217. [2025-05-29T13:06:56,938][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  218. [2025-05-29T13:06:56,938][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  219. [2025-05-29T13:06:56,938][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  220. [2025-05-29T13:06:56,938][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  221. [2025-05-29T13:06:56,938][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  222. [2025-05-29T13:06:56,938][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  223. [2025-05-29T13:06:56,938][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  224. [2025-05-29T13:06:56,939][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  225. [2025-05-29T13:06:57,088][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  226. [2025-05-29T13:06:59,125][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  227. [2025-05-29T13:06:59,315][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/183676] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  228. [2025-05-29T13:06:59,535][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  229. [2025-05-29T13:06:59,654][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  230. [2025-05-29T13:07:00,096][INFO ][o.e.n.Node ] [es0] initialized
  231. [2025-05-29T13:07:00,096][INFO ][o.e.n.Node ] [es0] starting ...
  232. [2025-05-29T13:07:00,171][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  233. [2025-05-29T13:07:00,180][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  234. [2025-05-29T13:07:00,183][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  235. [1] bootstrap checks failed
  236. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  237. [2025-05-29T13:07:00,186][INFO ][o.e.n.Node ] [es0] stopping ...
  238. [2025-05-29T13:07:11,550][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  239. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna14454439330509212664.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna14454439330509212664.tmp: failed to map segment from shared object
  240. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  241. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  242. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  243. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  244. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  245. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  246. at java.lang.System.load(System.java:1970) ~[?:?]
  247. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  248. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  249. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  250. at java.lang.Class.forName0(Native Method) ~[?:?]
  251. at java.lang.Class.forName(Class.java:375) ~[?:?]
  252. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  253. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  254. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  255. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  256. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  257. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  258. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  259. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  260. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  261. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  262. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  263. [2025-05-29T13:07:11,555][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  264. [2025-05-29T13:07:11,555][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  265. [2025-05-29T13:07:11,555][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  266. [2025-05-29T13:07:11,556][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  267. [2025-05-29T13:07:11,556][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  268. [2025-05-29T13:07:11,556][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  269. [2025-05-29T13:07:11,706][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  270. [2025-05-29T13:07:11,707][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  271. [2025-05-29T13:07:11,708][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  272. [2025-05-29T13:07:11,708][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[183724], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  273. [2025-05-29T13:07:11,709][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  274. [2025-05-29T13:07:12,730][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  275. [2025-05-29T13:07:12,730][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  276. [2025-05-29T13:07:12,731][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  277. [2025-05-29T13:07:12,731][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  278. [2025-05-29T13:07:12,731][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  279. [2025-05-29T13:07:12,731][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  280. [2025-05-29T13:07:12,731][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  281. [2025-05-29T13:07:12,731][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  282. [2025-05-29T13:07:12,732][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  283. [2025-05-29T13:07:12,732][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  284. [2025-05-29T13:07:12,732][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  285. [2025-05-29T13:07:12,732][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  286. [2025-05-29T13:07:12,732][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  287. [2025-05-29T13:07:12,732][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  288. [2025-05-29T13:07:12,732][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  289. [2025-05-29T13:07:12,733][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  290. [2025-05-29T13:07:12,733][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  291. [2025-05-29T13:07:12,733][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  292. [2025-05-29T13:07:12,733][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  293. [2025-05-29T13:07:12,733][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  294. [2025-05-29T13:07:12,733][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  295. [2025-05-29T13:07:12,733][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  296. [2025-05-29T13:07:12,733][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  297. [2025-05-29T13:07:12,734][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  298. [2025-05-29T13:07:12,734][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  299. [2025-05-29T13:07:12,734][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  300. [2025-05-29T13:07:12,734][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  301. [2025-05-29T13:07:12,734][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  302. [2025-05-29T13:07:12,734][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  303. [2025-05-29T13:07:12,735][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  304. [2025-05-29T13:07:12,883][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  305. [2025-05-29T13:07:14,910][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  306. [2025-05-29T13:07:15,091][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/183811] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  307. [2025-05-29T13:07:15,309][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  308. [2025-05-29T13:07:15,427][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  309. [2025-05-29T13:07:15,854][INFO ][o.e.n.Node ] [es0] initialized
  310. [2025-05-29T13:07:15,855][INFO ][o.e.n.Node ] [es0] starting ...
  311. [2025-05-29T13:07:15,929][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  312. [2025-05-29T13:07:15,938][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  313. [2025-05-29T13:07:15,941][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  314. [1] bootstrap checks failed
  315. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  316. [2025-05-29T13:07:15,944][INFO ][o.e.n.Node ] [es0] stopping ...
  317. [2025-05-29T13:07:27,278][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  318. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna12370036836233305943.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna12370036836233305943.tmp: failed to map segment from shared object
  319. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  320. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  321. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  322. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  323. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  324. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  325. at java.lang.System.load(System.java:1970) ~[?:?]
  326. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  327. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  328. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  329. at java.lang.Class.forName0(Native Method) ~[?:?]
  330. at java.lang.Class.forName(Class.java:375) ~[?:?]
  331. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  332. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  333. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  334. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  335. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  336. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  337. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  338. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  339. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  340. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  341. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  342. [2025-05-29T13:07:27,283][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  343. [2025-05-29T13:07:27,284][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  344. [2025-05-29T13:07:27,284][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  345. [2025-05-29T13:07:27,285][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  346. [2025-05-29T13:07:27,285][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  347. [2025-05-29T13:07:27,285][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  348. [2025-05-29T13:07:27,429][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  349. [2025-05-29T13:07:27,429][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  350. [2025-05-29T13:07:27,431][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  351. [2025-05-29T13:07:27,431][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[183856], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  352. [2025-05-29T13:07:27,431][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  353. [2025-05-29T13:07:28,384][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  354. [2025-05-29T13:07:28,385][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  355. [2025-05-29T13:07:28,385][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  356. [2025-05-29T13:07:28,385][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  357. [2025-05-29T13:07:28,385][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  358. [2025-05-29T13:07:28,385][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  359. [2025-05-29T13:07:28,385][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  360. [2025-05-29T13:07:28,385][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  361. [2025-05-29T13:07:28,385][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  362. [2025-05-29T13:07:28,386][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  363. [2025-05-29T13:07:28,386][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  364. [2025-05-29T13:07:28,386][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  365. [2025-05-29T13:07:28,386][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  366. [2025-05-29T13:07:28,386][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  367. [2025-05-29T13:07:28,386][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  368. [2025-05-29T13:07:28,386][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  369. [2025-05-29T13:07:28,386][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  370. [2025-05-29T13:07:28,387][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  371. [2025-05-29T13:07:28,387][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  372. [2025-05-29T13:07:28,387][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  373. [2025-05-29T13:07:28,387][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  374. [2025-05-29T13:07:28,387][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  375. [2025-05-29T13:07:28,387][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  376. [2025-05-29T13:07:28,387][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  377. [2025-05-29T13:07:28,387][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  378. [2025-05-29T13:07:28,387][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  379. [2025-05-29T13:07:28,388][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  380. [2025-05-29T13:07:28,388][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  381. [2025-05-29T13:07:28,388][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  382. [2025-05-29T13:07:28,388][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  383. [2025-05-29T13:07:28,532][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  384. [2025-05-29T13:07:30,521][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  385. [2025-05-29T13:07:30,703][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/183943] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  386. [2025-05-29T13:07:30,913][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  387. [2025-05-29T13:07:31,028][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  388. [2025-05-29T13:07:31,472][INFO ][o.e.n.Node ] [es0] initialized
  389. [2025-05-29T13:07:31,472][INFO ][o.e.n.Node ] [es0] starting ...
  390. [2025-05-29T13:07:31,547][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  391. [2025-05-29T13:07:31,556][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  392. [2025-05-29T13:07:31,559][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  393. [1] bootstrap checks failed
  394. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  395. [2025-05-29T13:07:31,561][INFO ][o.e.n.Node ] [es0] stopping ...
  396. [2025-05-29T13:07:42,777][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  397. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna2269489237311287888.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna2269489237311287888.tmp: failed to map segment from shared object
  398. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  399. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  400. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  401. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  402. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  403. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  404. at java.lang.System.load(System.java:1970) ~[?:?]
  405. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  406. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  407. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  408. at java.lang.Class.forName0(Native Method) ~[?:?]
  409. at java.lang.Class.forName(Class.java:375) ~[?:?]
  410. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  411. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  412. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  413. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  414. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  415. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  416. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  417. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  418. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  419. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  420. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  421. [2025-05-29T13:07:42,782][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  422. [2025-05-29T13:07:42,782][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  423. [2025-05-29T13:07:42,782][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  424. [2025-05-29T13:07:42,783][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  425. [2025-05-29T13:07:42,784][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  426. [2025-05-29T13:07:42,784][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  427. [2025-05-29T13:07:42,918][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  428. [2025-05-29T13:07:42,919][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  429. [2025-05-29T13:07:42,920][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  430. [2025-05-29T13:07:42,921][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[183992], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  431. [2025-05-29T13:07:42,921][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  432. [2025-05-29T13:07:43,920][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  433. [2025-05-29T13:07:43,920][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  434. [2025-05-29T13:07:43,920][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  435. [2025-05-29T13:07:43,920][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  436. [2025-05-29T13:07:43,921][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  437. [2025-05-29T13:07:43,921][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  438. [2025-05-29T13:07:43,921][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  439. [2025-05-29T13:07:43,921][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  440. [2025-05-29T13:07:43,921][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  441. [2025-05-29T13:07:43,921][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  442. [2025-05-29T13:07:43,921][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  443. [2025-05-29T13:07:43,922][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  444. [2025-05-29T13:07:43,922][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  445. [2025-05-29T13:07:43,922][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  446. [2025-05-29T13:07:43,922][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  447. [2025-05-29T13:07:43,922][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  448. [2025-05-29T13:07:43,922][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  449. [2025-05-29T13:07:43,922][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  450. [2025-05-29T13:07:43,923][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  451. [2025-05-29T13:07:43,923][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  452. [2025-05-29T13:07:43,923][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  453. [2025-05-29T13:07:43,923][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  454. [2025-05-29T13:07:43,923][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  455. [2025-05-29T13:07:43,923][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  456. [2025-05-29T13:07:43,923][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  457. [2025-05-29T13:07:43,923][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  458. [2025-05-29T13:07:43,924][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  459. [2025-05-29T13:07:43,924][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  460. [2025-05-29T13:07:43,924][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  461. [2025-05-29T13:07:43,924][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  462. [2025-05-29T13:07:44,064][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  463. [2025-05-29T13:07:46,091][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  464. [2025-05-29T13:07:46,274][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/184079] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  465. [2025-05-29T13:07:46,492][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  466. [2025-05-29T13:07:46,607][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  467. [2025-05-29T13:07:47,046][INFO ][o.e.n.Node ] [es0] initialized
  468. [2025-05-29T13:07:47,047][INFO ][o.e.n.Node ] [es0] starting ...
  469. [2025-05-29T13:07:47,120][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  470. [2025-05-29T13:07:47,129][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  471. [2025-05-29T13:07:47,133][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  472. [1] bootstrap checks failed
  473. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  474. [2025-05-29T13:07:47,135][INFO ][o.e.n.Node ] [es0] stopping ...
  475. [2025-05-29T13:07:58,279][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  476. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna13044983845218885786.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna13044983845218885786.tmp: failed to map segment from shared object
  477. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  478. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  479. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  480. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  481. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  482. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  483. at java.lang.System.load(System.java:1970) ~[?:?]
  484. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  485. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  486. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  487. at java.lang.Class.forName0(Native Method) ~[?:?]
  488. at java.lang.Class.forName(Class.java:375) ~[?:?]
  489. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  490. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  491. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  492. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  493. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  494. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  495. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  496. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  497. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  498. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  499. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  500. [2025-05-29T13:07:58,285][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  501. [2025-05-29T13:07:58,285][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  502. [2025-05-29T13:07:58,286][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  503. [2025-05-29T13:07:58,286][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  504. [2025-05-29T13:07:58,287][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  505. [2025-05-29T13:07:58,287][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  506. [2025-05-29T13:07:58,468][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  507. [2025-05-29T13:07:58,468][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  508. [2025-05-29T13:07:58,470][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  509. [2025-05-29T13:07:58,470][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[184126], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  510. [2025-05-29T13:07:58,470][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  511. [2025-05-29T13:07:59,418][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  512. [2025-05-29T13:07:59,419][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  513. [2025-05-29T13:07:59,419][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  514. [2025-05-29T13:07:59,419][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  515. [2025-05-29T13:07:59,419][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  516. [2025-05-29T13:07:59,419][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  517. [2025-05-29T13:07:59,419][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  518. [2025-05-29T13:07:59,419][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  519. [2025-05-29T13:07:59,420][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  520. [2025-05-29T13:07:59,420][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  521. [2025-05-29T13:07:59,420][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  522. [2025-05-29T13:07:59,420][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  523. [2025-05-29T13:07:59,420][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  524. [2025-05-29T13:07:59,420][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  525. [2025-05-29T13:07:59,420][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  526. [2025-05-29T13:07:59,420][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  527. [2025-05-29T13:07:59,421][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  528. [2025-05-29T13:07:59,421][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  529. [2025-05-29T13:07:59,421][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  530. [2025-05-29T13:07:59,421][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  531. [2025-05-29T13:07:59,421][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  532. [2025-05-29T13:07:59,421][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  533. [2025-05-29T13:07:59,421][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  534. [2025-05-29T13:07:59,421][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  535. [2025-05-29T13:07:59,421][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  536. [2025-05-29T13:07:59,422][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  537. [2025-05-29T13:07:59,422][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  538. [2025-05-29T13:07:59,422][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  539. [2025-05-29T13:07:59,422][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  540. [2025-05-29T13:07:59,422][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  541. [2025-05-29T13:07:59,568][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  542. [2025-05-29T13:08:01,615][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  543. [2025-05-29T13:08:01,808][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/184213] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  544. [2025-05-29T13:08:02,021][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  545. [2025-05-29T13:08:02,147][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  546. [2025-05-29T13:08:02,587][INFO ][o.e.n.Node ] [es0] initialized
  547. [2025-05-29T13:08:02,588][INFO ][o.e.n.Node ] [es0] starting ...
  548. [2025-05-29T13:08:02,661][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  549. [2025-05-29T13:08:02,671][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  550. [2025-05-29T13:08:02,676][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  551. [1] bootstrap checks failed
  552. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  553. [2025-05-29T13:08:02,679][INFO ][o.e.n.Node ] [es0] stopping ...
  554. [2025-05-29T13:08:14,024][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  555. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna5128108637576685388.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna5128108637576685388.tmp: failed to map segment from shared object
  556. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  557. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  558. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  559. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  560. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  561. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  562. at java.lang.System.load(System.java:1970) ~[?:?]
  563. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  564. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  565. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  566. at java.lang.Class.forName0(Native Method) ~[?:?]
  567. at java.lang.Class.forName(Class.java:375) ~[?:?]
  568. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  569. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  570. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  571. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  572. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  573. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  574. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  575. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  576. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  577. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  578. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  579. [2025-05-29T13:08:14,029][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  580. [2025-05-29T13:08:14,029][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  581. [2025-05-29T13:08:14,029][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  582. [2025-05-29T13:08:14,030][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  583. [2025-05-29T13:08:14,031][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  584. [2025-05-29T13:08:14,031][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  585. [2025-05-29T13:08:14,168][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  586. [2025-05-29T13:08:14,168][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  587. [2025-05-29T13:08:14,170][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  588. [2025-05-29T13:08:14,171][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[184262], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  589. [2025-05-29T13:08:14,171][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  590. [2025-05-29T13:08:15,115][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  591. [2025-05-29T13:08:15,115][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  592. [2025-05-29T13:08:15,115][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  593. [2025-05-29T13:08:15,115][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  594. [2025-05-29T13:08:15,115][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  595. [2025-05-29T13:08:15,116][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  596. [2025-05-29T13:08:15,116][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  597. [2025-05-29T13:08:15,116][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  598. [2025-05-29T13:08:15,116][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  599. [2025-05-29T13:08:15,116][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  600. [2025-05-29T13:08:15,116][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  601. [2025-05-29T13:08:15,116][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  602. [2025-05-29T13:08:15,116][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  603. [2025-05-29T13:08:15,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  604. [2025-05-29T13:08:15,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  605. [2025-05-29T13:08:15,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  606. [2025-05-29T13:08:15,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  607. [2025-05-29T13:08:15,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  608. [2025-05-29T13:08:15,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  609. [2025-05-29T13:08:15,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  610. [2025-05-29T13:08:15,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  611. [2025-05-29T13:08:15,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  612. [2025-05-29T13:08:15,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  613. [2025-05-29T13:08:15,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  614. [2025-05-29T13:08:15,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  615. [2025-05-29T13:08:15,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  616. [2025-05-29T13:08:15,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  617. [2025-05-29T13:08:15,119][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  618. [2025-05-29T13:08:15,119][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  619. [2025-05-29T13:08:15,119][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  620. [2025-05-29T13:08:15,274][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  621. [2025-05-29T13:08:17,374][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  622. [2025-05-29T13:08:17,558][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/184349] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  623. [2025-05-29T13:08:17,769][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  624. [2025-05-29T13:08:17,888][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  625. [2025-05-29T13:08:18,329][INFO ][o.e.n.Node ] [es0] initialized
  626. [2025-05-29T13:08:18,329][INFO ][o.e.n.Node ] [es0] starting ...
  627. [2025-05-29T13:08:18,404][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  628. [2025-05-29T13:08:18,412][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  629. [2025-05-29T13:08:18,416][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  630. [1] bootstrap checks failed
  631. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  632. [2025-05-29T13:08:18,418][INFO ][o.e.n.Node ] [es0] stopping ...
  633. [2025-05-29T13:08:29,542][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  634. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna15907377739859923307.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna15907377739859923307.tmp: failed to map segment from shared object
  635. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  636. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  637. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  638. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  639. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  640. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  641. at java.lang.System.load(System.java:1970) ~[?:?]
  642. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  643. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  644. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  645. at java.lang.Class.forName0(Native Method) ~[?:?]
  646. at java.lang.Class.forName(Class.java:375) ~[?:?]
  647. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  648. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  649. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  650. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  651. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  652. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  653. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  654. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  655. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  656. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  657. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  658. [2025-05-29T13:08:29,547][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  659. [2025-05-29T13:08:29,547][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  660. [2025-05-29T13:08:29,548][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  661. [2025-05-29T13:08:29,549][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  662. [2025-05-29T13:08:29,549][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  663. [2025-05-29T13:08:29,549][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  664. [2025-05-29T13:08:29,717][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  665. [2025-05-29T13:08:29,717][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  666. [2025-05-29T13:08:29,719][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  667. [2025-05-29T13:08:29,719][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[184394], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  668. [2025-05-29T13:08:29,719][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  669. [2025-05-29T13:08:30,704][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  670. [2025-05-29T13:08:30,704][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  671. [2025-05-29T13:08:30,704][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  672. [2025-05-29T13:08:30,705][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  673. [2025-05-29T13:08:30,705][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  674. [2025-05-29T13:08:30,705][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  675. [2025-05-29T13:08:30,705][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  676. [2025-05-29T13:08:30,705][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  677. [2025-05-29T13:08:30,705][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  678. [2025-05-29T13:08:30,705][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  679. [2025-05-29T13:08:30,706][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  680. [2025-05-29T13:08:30,706][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  681. [2025-05-29T13:08:30,706][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  682. [2025-05-29T13:08:30,706][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  683. [2025-05-29T13:08:30,706][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  684. [2025-05-29T13:08:30,706][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  685. [2025-05-29T13:08:30,706][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  686. [2025-05-29T13:08:30,707][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  687. [2025-05-29T13:08:30,707][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  688. [2025-05-29T13:08:30,707][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  689. [2025-05-29T13:08:30,707][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  690. [2025-05-29T13:08:30,707][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  691. [2025-05-29T13:08:30,707][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  692. [2025-05-29T13:08:30,707][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  693. [2025-05-29T13:08:30,708][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  694. [2025-05-29T13:08:30,708][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  695. [2025-05-29T13:08:30,708][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  696. [2025-05-29T13:08:30,708][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  697. [2025-05-29T13:08:30,708][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  698. [2025-05-29T13:08:30,708][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  699. [2025-05-29T13:08:30,850][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  700. [2025-05-29T13:08:32,868][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  701. [2025-05-29T13:08:33,050][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/184482] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  702. [2025-05-29T13:08:33,268][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  703. [2025-05-29T13:08:33,382][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  704. [2025-05-29T13:08:33,816][INFO ][o.e.n.Node ] [es0] initialized
  705. [2025-05-29T13:08:33,816][INFO ][o.e.n.Node ] [es0] starting ...
  706. [2025-05-29T13:08:33,892][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  707. [2025-05-29T13:08:33,901][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  708. [2025-05-29T13:08:33,905][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  709. [1] bootstrap checks failed
  710. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  711. [2025-05-29T13:08:33,907][INFO ][o.e.n.Node ] [es0] stopping ...
  712. [2025-05-29T13:08:45,026][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  713. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna17207164840333745130.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna17207164840333745130.tmp: failed to map segment from shared object
  714. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  715. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  716. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  717. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  718. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  719. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  720. at java.lang.System.load(System.java:1970) ~[?:?]
  721. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  722. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  723. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  724. at java.lang.Class.forName0(Native Method) ~[?:?]
  725. at java.lang.Class.forName(Class.java:375) ~[?:?]
  726. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  727. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  728. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  729. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  730. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  731. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  732. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  733. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  734. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  735. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  736. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  737. [2025-05-29T13:08:45,031][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  738. [2025-05-29T13:08:45,032][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  739. [2025-05-29T13:08:45,032][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  740. [2025-05-29T13:08:45,033][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  741. [2025-05-29T13:08:45,033][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  742. [2025-05-29T13:08:45,033][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  743. [2025-05-29T13:08:45,192][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  744. [2025-05-29T13:08:45,193][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  745. [2025-05-29T13:08:45,194][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  746. [2025-05-29T13:08:45,194][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[184529], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  747. [2025-05-29T13:08:45,195][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  748. [2025-05-29T13:08:46,208][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  749. [2025-05-29T13:08:46,208][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  750. [2025-05-29T13:08:46,208][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  751. [2025-05-29T13:08:46,208][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  752. [2025-05-29T13:08:46,208][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  753. [2025-05-29T13:08:46,208][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  754. [2025-05-29T13:08:46,209][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  755. [2025-05-29T13:08:46,209][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  756. [2025-05-29T13:08:46,209][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  757. [2025-05-29T13:08:46,209][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  758. [2025-05-29T13:08:46,209][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  759. [2025-05-29T13:08:46,209][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  760. [2025-05-29T13:08:46,209][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  761. [2025-05-29T13:08:46,209][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  762. [2025-05-29T13:08:46,210][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  763. [2025-05-29T13:08:46,210][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  764. [2025-05-29T13:08:46,210][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  765. [2025-05-29T13:08:46,210][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  766. [2025-05-29T13:08:46,210][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  767. [2025-05-29T13:08:46,210][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  768. [2025-05-29T13:08:46,210][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  769. [2025-05-29T13:08:46,210][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  770. [2025-05-29T13:08:46,211][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  771. [2025-05-29T13:08:46,211][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  772. [2025-05-29T13:08:46,211][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  773. [2025-05-29T13:08:46,211][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  774. [2025-05-29T13:08:46,211][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  775. [2025-05-29T13:08:46,211][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  776. [2025-05-29T13:08:46,211][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  777. [2025-05-29T13:08:46,212][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  778. [2025-05-29T13:08:46,351][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  779. [2025-05-29T13:08:48,486][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  780. [2025-05-29T13:08:48,666][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/184616] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  781. [2025-05-29T13:08:48,880][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  782. [2025-05-29T13:08:48,995][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  783. [2025-05-29T13:08:49,435][INFO ][o.e.n.Node ] [es0] initialized
  784. [2025-05-29T13:08:49,436][INFO ][o.e.n.Node ] [es0] starting ...
  785. [2025-05-29T13:08:49,512][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  786. [2025-05-29T13:08:49,521][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  787. [2025-05-29T13:08:49,525][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  788. [1] bootstrap checks failed
  789. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  790. [2025-05-29T13:08:49,527][INFO ][o.e.n.Node ] [es0] stopping ...
  791. [2025-05-29T13:09:00,817][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  792. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna4686032332107420541.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna4686032332107420541.tmp: failed to map segment from shared object
  793. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  794. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  795. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  796. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  797. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  798. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  799. at java.lang.System.load(System.java:1970) ~[?:?]
  800. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  801. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  802. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  803. at java.lang.Class.forName0(Native Method) ~[?:?]
  804. at java.lang.Class.forName(Class.java:375) ~[?:?]
  805. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  806. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  807. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  808. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  809. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  810. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  811. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  812. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  813. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  814. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  815. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  816. [2025-05-29T13:09:00,821][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  817. [2025-05-29T13:09:00,821][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  818. [2025-05-29T13:09:00,822][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  819. [2025-05-29T13:09:00,823][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  820. [2025-05-29T13:09:00,823][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  821. [2025-05-29T13:09:00,823][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  822. [2025-05-29T13:09:00,962][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  823. [2025-05-29T13:09:00,963][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  824. [2025-05-29T13:09:00,964][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  825. [2025-05-29T13:09:00,965][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[184661], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  826. [2025-05-29T13:09:00,965][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  827. [2025-05-29T13:09:01,960][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  828. [2025-05-29T13:09:01,961][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  829. [2025-05-29T13:09:01,961][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  830. [2025-05-29T13:09:01,961][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  831. [2025-05-29T13:09:01,961][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  832. [2025-05-29T13:09:01,961][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  833. [2025-05-29T13:09:01,961][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  834. [2025-05-29T13:09:01,961][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  835. [2025-05-29T13:09:01,961][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  836. [2025-05-29T13:09:01,962][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  837. [2025-05-29T13:09:01,962][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  838. [2025-05-29T13:09:01,962][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  839. [2025-05-29T13:09:01,962][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  840. [2025-05-29T13:09:01,962][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  841. [2025-05-29T13:09:01,962][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  842. [2025-05-29T13:09:01,962][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  843. [2025-05-29T13:09:01,963][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  844. [2025-05-29T13:09:01,963][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  845. [2025-05-29T13:09:01,963][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  846. [2025-05-29T13:09:01,963][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  847. [2025-05-29T13:09:01,963][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  848. [2025-05-29T13:09:01,963][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  849. [2025-05-29T13:09:01,963][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  850. [2025-05-29T13:09:01,964][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  851. [2025-05-29T13:09:01,964][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  852. [2025-05-29T13:09:01,964][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  853. [2025-05-29T13:09:01,964][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  854. [2025-05-29T13:09:01,964][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  855. [2025-05-29T13:09:01,964][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  856. [2025-05-29T13:09:01,965][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  857. [2025-05-29T13:09:02,107][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  858. [2025-05-29T13:09:04,124][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  859. [2025-05-29T13:09:04,327][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/184748] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  860. [2025-05-29T13:09:04,551][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  861. [2025-05-29T13:09:04,673][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  862. [2025-05-29T13:09:05,112][INFO ][o.e.n.Node ] [es0] initialized
  863. [2025-05-29T13:09:05,113][INFO ][o.e.n.Node ] [es0] starting ...
  864. [2025-05-29T13:09:05,188][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  865. [2025-05-29T13:09:05,196][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  866. [2025-05-29T13:09:05,200][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  867. [1] bootstrap checks failed
  868. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  869. [2025-05-29T13:09:05,203][INFO ][o.e.n.Node ] [es0] stopping ...
  870. [2025-05-29T13:09:16,533][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  871. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna3166393438803161222.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna3166393438803161222.tmp: failed to map segment from shared object
  872. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  873. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  874. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  875. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  876. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  877. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  878. at java.lang.System.load(System.java:1970) ~[?:?]
  879. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  880. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  881. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  882. at java.lang.Class.forName0(Native Method) ~[?:?]
  883. at java.lang.Class.forName(Class.java:375) ~[?:?]
  884. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  885. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  886. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  887. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  888. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  889. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  890. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  891. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  892. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  893. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  894. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  895. [2025-05-29T13:09:16,538][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  896. [2025-05-29T13:09:16,538][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  897. [2025-05-29T13:09:16,538][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  898. [2025-05-29T13:09:16,539][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  899. [2025-05-29T13:09:16,539][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  900. [2025-05-29T13:09:16,540][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  901. [2025-05-29T13:09:16,675][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  902. [2025-05-29T13:09:16,676][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  903. [2025-05-29T13:09:16,677][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  904. [2025-05-29T13:09:16,677][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[184795], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  905. [2025-05-29T13:09:16,677][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  906. [2025-05-29T13:09:17,686][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  907. [2025-05-29T13:09:17,686][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  908. [2025-05-29T13:09:17,686][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  909. [2025-05-29T13:09:17,686][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  910. [2025-05-29T13:09:17,686][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  911. [2025-05-29T13:09:17,686][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  912. [2025-05-29T13:09:17,686][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  913. [2025-05-29T13:09:17,687][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  914. [2025-05-29T13:09:17,687][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  915. [2025-05-29T13:09:17,687][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  916. [2025-05-29T13:09:17,687][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  917. [2025-05-29T13:09:17,687][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  918. [2025-05-29T13:09:17,687][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  919. [2025-05-29T13:09:17,687][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  920. [2025-05-29T13:09:17,687][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  921. [2025-05-29T13:09:17,687][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  922. [2025-05-29T13:09:17,688][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  923. [2025-05-29T13:09:17,688][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  924. [2025-05-29T13:09:17,688][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  925. [2025-05-29T13:09:17,688][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  926. [2025-05-29T13:09:17,688][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  927. [2025-05-29T13:09:17,688][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  928. [2025-05-29T13:09:17,688][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  929. [2025-05-29T13:09:17,688][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  930. [2025-05-29T13:09:17,689][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  931. [2025-05-29T13:09:17,689][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  932. [2025-05-29T13:09:17,689][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  933. [2025-05-29T13:09:17,689][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  934. [2025-05-29T13:09:17,689][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  935. [2025-05-29T13:09:17,689][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  936. [2025-05-29T13:09:17,823][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  937. [2025-05-29T13:09:19,810][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  938. [2025-05-29T13:09:19,996][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/184884] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  939. [2025-05-29T13:09:20,214][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  940. [2025-05-29T13:09:20,333][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  941. [2025-05-29T13:09:20,769][INFO ][o.e.n.Node ] [es0] initialized
  942. [2025-05-29T13:09:20,769][INFO ][o.e.n.Node ] [es0] starting ...
  943. [2025-05-29T13:09:20,844][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  944. [2025-05-29T13:09:20,854][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  945. [2025-05-29T13:09:20,858][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  946. [1] bootstrap checks failed
  947. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  948. [2025-05-29T13:09:20,861][INFO ][o.e.n.Node ] [es0] stopping ...
  949. [2025-05-29T13:09:32,041][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  950. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna3876533679266216705.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna3876533679266216705.tmp: failed to map segment from shared object
  951. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  952. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  953. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  954. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  955. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  956. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  957. at java.lang.System.load(System.java:1970) ~[?:?]
  958. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  959. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  960. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  961. at java.lang.Class.forName0(Native Method) ~[?:?]
  962. at java.lang.Class.forName(Class.java:375) ~[?:?]
  963. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  964. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  965. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  966. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  967. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  968. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  969. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  970. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  971. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  972. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  973. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  974. [2025-05-29T13:09:32,046][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  975. [2025-05-29T13:09:32,046][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  976. [2025-05-29T13:09:32,046][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  977. [2025-05-29T13:09:32,047][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  978. [2025-05-29T13:09:32,047][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  979. [2025-05-29T13:09:32,048][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  980. [2025-05-29T13:09:32,186][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  981. [2025-05-29T13:09:32,186][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  982. [2025-05-29T13:09:32,188][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  983. [2025-05-29T13:09:32,188][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[184929], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  984. [2025-05-29T13:09:32,189][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  985. [2025-05-29T13:09:33,177][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  986. [2025-05-29T13:09:33,178][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  987. [2025-05-29T13:09:33,178][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  988. [2025-05-29T13:09:33,178][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  989. [2025-05-29T13:09:33,178][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  990. [2025-05-29T13:09:33,178][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  991. [2025-05-29T13:09:33,178][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  992. [2025-05-29T13:09:33,178][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  993. [2025-05-29T13:09:33,178][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  994. [2025-05-29T13:09:33,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  995. [2025-05-29T13:09:33,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  996. [2025-05-29T13:09:33,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  997. [2025-05-29T13:09:33,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  998. [2025-05-29T13:09:33,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  999. [2025-05-29T13:09:33,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1000. [2025-05-29T13:09:33,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1001. [2025-05-29T13:09:33,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1002. [2025-05-29T13:09:33,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1003. [2025-05-29T13:09:33,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1004. [2025-05-29T13:09:33,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1005. [2025-05-29T13:09:33,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1006. [2025-05-29T13:09:33,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1007. [2025-05-29T13:09:33,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1008. [2025-05-29T13:09:33,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1009. [2025-05-29T13:09:33,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1010. [2025-05-29T13:09:33,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1011. [2025-05-29T13:09:33,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1012. [2025-05-29T13:09:33,181][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1013. [2025-05-29T13:09:33,181][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1014. [2025-05-29T13:09:33,181][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1015. [2025-05-29T13:09:33,320][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1016. [2025-05-29T13:09:35,330][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1017. [2025-05-29T13:09:35,511][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/185016] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1018. [2025-05-29T13:09:35,724][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1019. [2025-05-29T13:09:35,840][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1020. [2025-05-29T13:09:36,278][INFO ][o.e.n.Node ] [es0] initialized
  1021. [2025-05-29T13:09:36,278][INFO ][o.e.n.Node ] [es0] starting ...
  1022. [2025-05-29T13:09:36,352][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1023. [2025-05-29T13:09:36,360][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1024. [2025-05-29T13:09:36,364][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1025. [1] bootstrap checks failed
  1026. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1027. [2025-05-29T13:09:36,366][INFO ][o.e.n.Node ] [es0] stopping ...
  1028. [2025-05-29T13:09:47,509][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1029. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna17154665463554740132.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna17154665463554740132.tmp: failed to map segment from shared object
  1030. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1031. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1032. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1033. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1034. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1035. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1036. at java.lang.System.load(System.java:1970) ~[?:?]
  1037. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1038. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1039. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1040. at java.lang.Class.forName0(Native Method) ~[?:?]
  1041. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1042. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1043. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1044. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1045. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1046. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1047. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1048. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1049. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1050. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1051. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1052. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1053. [2025-05-29T13:09:47,513][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1054. [2025-05-29T13:09:47,514][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1055. [2025-05-29T13:09:47,514][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1056. [2025-05-29T13:09:47,515][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1057. [2025-05-29T13:09:47,515][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1058. [2025-05-29T13:09:47,515][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1059. [2025-05-29T13:09:47,649][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1060. [2025-05-29T13:09:47,649][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1061. [2025-05-29T13:09:47,651][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1062. [2025-05-29T13:09:47,651][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[185062], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1063. [2025-05-29T13:09:47,651][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1064. [2025-05-29T13:09:48,624][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1065. [2025-05-29T13:09:48,624][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1066. [2025-05-29T13:09:48,625][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1067. [2025-05-29T13:09:48,625][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1068. [2025-05-29T13:09:48,625][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1069. [2025-05-29T13:09:48,625][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1070. [2025-05-29T13:09:48,625][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1071. [2025-05-29T13:09:48,625][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1072. [2025-05-29T13:09:48,625][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1073. [2025-05-29T13:09:48,626][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1074. [2025-05-29T13:09:48,626][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1075. [2025-05-29T13:09:48,626][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1076. [2025-05-29T13:09:48,626][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1077. [2025-05-29T13:09:48,626][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1078. [2025-05-29T13:09:48,626][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1079. [2025-05-29T13:09:48,626][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1080. [2025-05-29T13:09:48,627][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1081. [2025-05-29T13:09:48,627][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1082. [2025-05-29T13:09:48,627][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1083. [2025-05-29T13:09:48,627][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1084. [2025-05-29T13:09:48,627][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1085. [2025-05-29T13:09:48,627][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1086. [2025-05-29T13:09:48,627][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1087. [2025-05-29T13:09:48,627][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1088. [2025-05-29T13:09:48,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1089. [2025-05-29T13:09:48,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1090. [2025-05-29T13:09:48,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1091. [2025-05-29T13:09:48,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1092. [2025-05-29T13:09:48,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1093. [2025-05-29T13:09:48,628][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1094. [2025-05-29T13:09:48,774][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1095. [2025-05-29T13:09:50,801][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1096. [2025-05-29T13:09:50,989][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/185149] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1097. [2025-05-29T13:09:51,200][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1098. [2025-05-29T13:09:51,326][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1099. [2025-05-29T13:09:51,780][INFO ][o.e.n.Node ] [es0] initialized
  1100. [2025-05-29T13:09:51,780][INFO ][o.e.n.Node ] [es0] starting ...
  1101. [2025-05-29T13:09:51,853][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1102. [2025-05-29T13:09:51,862][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1103. [2025-05-29T13:09:51,866][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1104. [1] bootstrap checks failed
  1105. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1106. [2025-05-29T13:09:51,868][INFO ][o.e.n.Node ] [es0] stopping ...
  1107. [2025-05-29T13:10:03,064][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1108. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna3327205382656030968.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna3327205382656030968.tmp: failed to map segment from shared object
  1109. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1110. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1111. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1112. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1113. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1114. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1115. at java.lang.System.load(System.java:1970) ~[?:?]
  1116. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1117. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1118. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1119. at java.lang.Class.forName0(Native Method) ~[?:?]
  1120. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1121. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1122. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1123. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1124. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1125. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1126. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1127. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1128. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1129. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1130. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1131. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1132. [2025-05-29T13:10:03,069][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1133. [2025-05-29T13:10:03,069][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1134. [2025-05-29T13:10:03,070][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1135. [2025-05-29T13:10:03,071][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1136. [2025-05-29T13:10:03,071][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1137. [2025-05-29T13:10:03,071][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1138. [2025-05-29T13:10:03,206][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1139. [2025-05-29T13:10:03,206][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1140. [2025-05-29T13:10:03,208][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1141. [2025-05-29T13:10:03,208][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[185195], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1142. [2025-05-29T13:10:03,208][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1143. [2025-05-29T13:10:04,178][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1144. [2025-05-29T13:10:04,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1145. [2025-05-29T13:10:04,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1146. [2025-05-29T13:10:04,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1147. [2025-05-29T13:10:04,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1148. [2025-05-29T13:10:04,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1149. [2025-05-29T13:10:04,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1150. [2025-05-29T13:10:04,179][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1151. [2025-05-29T13:10:04,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1152. [2025-05-29T13:10:04,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1153. [2025-05-29T13:10:04,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1154. [2025-05-29T13:10:04,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1155. [2025-05-29T13:10:04,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1156. [2025-05-29T13:10:04,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1157. [2025-05-29T13:10:04,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1158. [2025-05-29T13:10:04,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1159. [2025-05-29T13:10:04,180][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1160. [2025-05-29T13:10:04,181][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1161. [2025-05-29T13:10:04,181][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1162. [2025-05-29T13:10:04,181][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1163. [2025-05-29T13:10:04,181][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1164. [2025-05-29T13:10:04,181][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1165. [2025-05-29T13:10:04,181][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1166. [2025-05-29T13:10:04,181][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1167. [2025-05-29T13:10:04,181][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1168. [2025-05-29T13:10:04,181][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1169. [2025-05-29T13:10:04,182][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1170. [2025-05-29T13:10:04,182][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1171. [2025-05-29T13:10:04,182][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1172. [2025-05-29T13:10:04,182][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1173. [2025-05-29T13:10:04,329][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1174. [2025-05-29T13:10:06,416][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1175. [2025-05-29T13:10:06,601][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/185283] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1176. [2025-05-29T13:10:06,816][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1177. [2025-05-29T13:10:06,930][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1178. [2025-05-29T13:10:07,371][INFO ][o.e.n.Node ] [es0] initialized
  1179. [2025-05-29T13:10:07,371][INFO ][o.e.n.Node ] [es0] starting ...
  1180. [2025-05-29T13:10:07,447][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1181. [2025-05-29T13:10:07,456][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1182. [2025-05-29T13:10:07,459][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1183. [1] bootstrap checks failed
  1184. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1185. [2025-05-29T13:10:07,462][INFO ][o.e.n.Node ] [es0] stopping ...
  1186. [2025-05-29T13:10:18,806][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1187. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna16240964266813510117.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna16240964266813510117.tmp: failed to map segment from shared object
  1188. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1189. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1190. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1191. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1192. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1193. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1194. at java.lang.System.load(System.java:1970) ~[?:?]
  1195. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1196. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1197. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1198. at java.lang.Class.forName0(Native Method) ~[?:?]
  1199. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1200. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1201. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1202. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1203. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1204. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1205. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1206. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1207. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1208. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1209. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1210. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1211. [2025-05-29T13:10:18,810][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1212. [2025-05-29T13:10:18,811][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1213. [2025-05-29T13:10:18,811][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1214. [2025-05-29T13:10:18,812][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1215. [2025-05-29T13:10:18,812][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1216. [2025-05-29T13:10:18,812][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1217. [2025-05-29T13:10:18,969][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1218. [2025-05-29T13:10:18,969][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1219. [2025-05-29T13:10:18,971][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1220. [2025-05-29T13:10:18,971][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[185329], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1221. [2025-05-29T13:10:18,971][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1222. [2025-05-29T13:10:19,940][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1223. [2025-05-29T13:10:19,940][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1224. [2025-05-29T13:10:19,940][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1225. [2025-05-29T13:10:19,941][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1226. [2025-05-29T13:10:19,941][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1227. [2025-05-29T13:10:19,941][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1228. [2025-05-29T13:10:19,941][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1229. [2025-05-29T13:10:19,941][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1230. [2025-05-29T13:10:19,941][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1231. [2025-05-29T13:10:19,941][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1232. [2025-05-29T13:10:19,942][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1233. [2025-05-29T13:10:19,942][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1234. [2025-05-29T13:10:19,942][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1235. [2025-05-29T13:10:19,942][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1236. [2025-05-29T13:10:19,942][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1237. [2025-05-29T13:10:19,942][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1238. [2025-05-29T13:10:19,942][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1239. [2025-05-29T13:10:19,943][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1240. [2025-05-29T13:10:19,943][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1241. [2025-05-29T13:10:19,943][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1242. [2025-05-29T13:10:19,943][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1243. [2025-05-29T13:10:19,943][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1244. [2025-05-29T13:10:19,943][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1245. [2025-05-29T13:10:19,943][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1246. [2025-05-29T13:10:19,943][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1247. [2025-05-29T13:10:19,944][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1248. [2025-05-29T13:10:19,944][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1249. [2025-05-29T13:10:19,944][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1250. [2025-05-29T13:10:19,944][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1251. [2025-05-29T13:10:19,944][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1252. [2025-05-29T13:10:20,083][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1253. [2025-05-29T13:10:22,151][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1254. [2025-05-29T13:10:22,334][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/185416] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1255. [2025-05-29T13:10:22,546][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1256. [2025-05-29T13:10:22,661][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1257. [2025-05-29T13:10:23,108][INFO ][o.e.n.Node ] [es0] initialized
  1258. [2025-05-29T13:10:23,109][INFO ][o.e.n.Node ] [es0] starting ...
  1259. [2025-05-29T13:10:23,188][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1260. [2025-05-29T13:10:23,197][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1261. [2025-05-29T13:10:23,201][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1262. [1] bootstrap checks failed
  1263. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1264. [2025-05-29T13:10:23,203][INFO ][o.e.n.Node ] [es0] stopping ...
  1265. [2025-05-29T13:10:34,525][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1266. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna17999935210822747875.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna17999935210822747875.tmp: failed to map segment from shared object
  1267. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1268. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1269. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1270. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1271. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1272. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1273. at java.lang.System.load(System.java:1970) ~[?:?]
  1274. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1275. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1276. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1277. at java.lang.Class.forName0(Native Method) ~[?:?]
  1278. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1279. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1280. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1281. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1282. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1283. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1284. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1285. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1286. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1287. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1288. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1289. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1290. [2025-05-29T13:10:34,529][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1291. [2025-05-29T13:10:34,530][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1292. [2025-05-29T13:10:34,530][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1293. [2025-05-29T13:10:34,531][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1294. [2025-05-29T13:10:34,531][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1295. [2025-05-29T13:10:34,531][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1296. [2025-05-29T13:10:34,672][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1297. [2025-05-29T13:10:34,672][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1298. [2025-05-29T13:10:34,674][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1299. [2025-05-29T13:10:34,674][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[185461], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1300. [2025-05-29T13:10:34,674][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1301. [2025-05-29T13:10:35,638][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1302. [2025-05-29T13:10:35,638][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1303. [2025-05-29T13:10:35,638][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1304. [2025-05-29T13:10:35,639][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1305. [2025-05-29T13:10:35,639][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1306. [2025-05-29T13:10:35,639][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1307. [2025-05-29T13:10:35,639][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1308. [2025-05-29T13:10:35,639][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1309. [2025-05-29T13:10:35,639][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1310. [2025-05-29T13:10:35,640][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1311. [2025-05-29T13:10:35,640][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1312. [2025-05-29T13:10:35,640][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1313. [2025-05-29T13:10:35,640][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1314. [2025-05-29T13:10:35,640][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1315. [2025-05-29T13:10:35,640][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1316. [2025-05-29T13:10:35,640][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1317. [2025-05-29T13:10:35,640][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1318. [2025-05-29T13:10:35,641][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1319. [2025-05-29T13:10:35,641][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1320. [2025-05-29T13:10:35,641][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1321. [2025-05-29T13:10:35,641][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1322. [2025-05-29T13:10:35,641][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1323. [2025-05-29T13:10:35,641][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1324. [2025-05-29T13:10:35,641][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1325. [2025-05-29T13:10:35,642][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1326. [2025-05-29T13:10:35,642][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1327. [2025-05-29T13:10:35,642][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1328. [2025-05-29T13:10:35,642][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1329. [2025-05-29T13:10:35,642][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1330. [2025-05-29T13:10:35,642][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1331. [2025-05-29T13:10:35,787][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1332. [2025-05-29T13:10:37,860][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1333. [2025-05-29T13:10:38,047][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/185548] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1334. [2025-05-29T13:10:38,279][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1335. [2025-05-29T13:10:38,394][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1336. [2025-05-29T13:10:38,827][INFO ][o.e.n.Node ] [es0] initialized
  1337. [2025-05-29T13:10:38,827][INFO ][o.e.n.Node ] [es0] starting ...
  1338. [2025-05-29T13:10:38,903][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1339. [2025-05-29T13:10:38,911][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1340. [2025-05-29T13:10:38,915][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1341. [1] bootstrap checks failed
  1342. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1343. [2025-05-29T13:10:38,917][INFO ][o.e.n.Node ] [es0] stopping ...
  1344. [2025-05-29T13:10:50,050][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1345. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna10627062999717468790.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna10627062999717468790.tmp: failed to map segment from shared object
  1346. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1347. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1348. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1349. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1350. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1351. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1352. at java.lang.System.load(System.java:1970) ~[?:?]
  1353. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1354. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1355. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1356. at java.lang.Class.forName0(Native Method) ~[?:?]
  1357. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1358. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1359. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1360. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1361. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1362. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1363. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1364. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1365. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1366. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1367. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1368. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1369. [2025-05-29T13:10:50,055][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1370. [2025-05-29T13:10:50,055][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1371. [2025-05-29T13:10:50,055][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1372. [2025-05-29T13:10:50,056][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1373. [2025-05-29T13:10:50,056][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1374. [2025-05-29T13:10:50,057][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1375. [2025-05-29T13:10:50,192][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1376. [2025-05-29T13:10:50,192][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1377. [2025-05-29T13:10:50,193][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1378. [2025-05-29T13:10:50,194][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[185599], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1379. [2025-05-29T13:10:50,194][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1380. [2025-05-29T13:10:51,213][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1381. [2025-05-29T13:10:51,214][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1382. [2025-05-29T13:10:51,214][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1383. [2025-05-29T13:10:51,214][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1384. [2025-05-29T13:10:51,214][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1385. [2025-05-29T13:10:51,214][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1386. [2025-05-29T13:10:51,214][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1387. [2025-05-29T13:10:51,214][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1388. [2025-05-29T13:10:51,214][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1389. [2025-05-29T13:10:51,215][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1390. [2025-05-29T13:10:51,215][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1391. [2025-05-29T13:10:51,215][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1392. [2025-05-29T13:10:51,215][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1393. [2025-05-29T13:10:51,215][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1394. [2025-05-29T13:10:51,215][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1395. [2025-05-29T13:10:51,215][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1396. [2025-05-29T13:10:51,215][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1397. [2025-05-29T13:10:51,216][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1398. [2025-05-29T13:10:51,216][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1399. [2025-05-29T13:10:51,216][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1400. [2025-05-29T13:10:51,216][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1401. [2025-05-29T13:10:51,216][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1402. [2025-05-29T13:10:51,216][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1403. [2025-05-29T13:10:51,216][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1404. [2025-05-29T13:10:51,216][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1405. [2025-05-29T13:10:51,216][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1406. [2025-05-29T13:10:51,217][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1407. [2025-05-29T13:10:51,217][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1408. [2025-05-29T13:10:51,217][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1409. [2025-05-29T13:10:51,217][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1410. [2025-05-29T13:10:51,358][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1411. [2025-05-29T13:10:53,367][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1412. [2025-05-29T13:10:53,550][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/185687] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1413. [2025-05-29T13:10:53,763][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1414. [2025-05-29T13:10:53,879][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1415. [2025-05-29T13:10:54,319][INFO ][o.e.n.Node ] [es0] initialized
  1416. [2025-05-29T13:10:54,319][INFO ][o.e.n.Node ] [es0] starting ...
  1417. [2025-05-29T13:10:54,395][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1418. [2025-05-29T13:10:54,403][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1419. [2025-05-29T13:10:54,407][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1420. [1] bootstrap checks failed
  1421. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1422. [2025-05-29T13:10:54,409][INFO ][o.e.n.Node ] [es0] stopping ...
  1423. [2025-05-29T13:11:05,522][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1424. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna10082131518229152220.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna10082131518229152220.tmp: failed to map segment from shared object
  1425. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1426. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1427. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1428. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1429. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1430. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1431. at java.lang.System.load(System.java:1970) ~[?:?]
  1432. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1433. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1434. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1435. at java.lang.Class.forName0(Native Method) ~[?:?]
  1436. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1437. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1438. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1439. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1440. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1441. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1442. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1443. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1444. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1445. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1446. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1447. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1448. [2025-05-29T13:11:05,527][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1449. [2025-05-29T13:11:05,527][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1450. [2025-05-29T13:11:05,527][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1451. [2025-05-29T13:11:05,528][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1452. [2025-05-29T13:11:05,528][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1453. [2025-05-29T13:11:05,528][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1454. [2025-05-29T13:11:05,670][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1455. [2025-05-29T13:11:05,670][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1456. [2025-05-29T13:11:05,671][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1457. [2025-05-29T13:11:05,672][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[185735], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1458. [2025-05-29T13:11:05,672][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1459. [2025-05-29T13:11:06,681][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1460. [2025-05-29T13:11:06,682][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1461. [2025-05-29T13:11:06,682][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1462. [2025-05-29T13:11:06,682][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1463. [2025-05-29T13:11:06,682][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1464. [2025-05-29T13:11:06,682][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1465. [2025-05-29T13:11:06,682][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1466. [2025-05-29T13:11:06,682][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1467. [2025-05-29T13:11:06,682][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1468. [2025-05-29T13:11:06,683][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1469. [2025-05-29T13:11:06,683][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1470. [2025-05-29T13:11:06,683][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1471. [2025-05-29T13:11:06,683][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1472. [2025-05-29T13:11:06,683][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1473. [2025-05-29T13:11:06,683][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1474. [2025-05-29T13:11:06,683][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1475. [2025-05-29T13:11:06,683][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1476. [2025-05-29T13:11:06,684][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1477. [2025-05-29T13:11:06,684][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1478. [2025-05-29T13:11:06,684][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1479. [2025-05-29T13:11:06,684][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1480. [2025-05-29T13:11:06,684][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1481. [2025-05-29T13:11:06,684][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1482. [2025-05-29T13:11:06,684][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1483. [2025-05-29T13:11:06,685][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1484. [2025-05-29T13:11:06,685][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1485. [2025-05-29T13:11:06,685][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1486. [2025-05-29T13:11:06,685][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1487. [2025-05-29T13:11:06,685][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1488. [2025-05-29T13:11:06,685][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1489. [2025-05-29T13:11:06,828][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1490. [2025-05-29T13:11:08,848][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1491. [2025-05-29T13:11:09,043][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/185822] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1492. [2025-05-29T13:11:09,265][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1493. [2025-05-29T13:11:09,385][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1494. [2025-05-29T13:11:09,846][INFO ][o.e.n.Node ] [es0] initialized
  1495. [2025-05-29T13:11:09,847][INFO ][o.e.n.Node ] [es0] starting ...
  1496. [2025-05-29T13:11:09,924][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1497. [2025-05-29T13:11:09,933][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1498. [2025-05-29T13:11:09,937][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1499. [1] bootstrap checks failed
  1500. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1501. [2025-05-29T13:11:09,939][INFO ][o.e.n.Node ] [es0] stopping ...
  1502. [2025-05-29T13:11:21,301][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1503. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna13332291053878998386.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna13332291053878998386.tmp: failed to map segment from shared object
  1504. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1505. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1506. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1507. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1508. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1509. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1510. at java.lang.System.load(System.java:1970) ~[?:?]
  1511. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1512. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1513. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1514. at java.lang.Class.forName0(Native Method) ~[?:?]
  1515. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1516. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1517. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1518. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1519. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1520. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1521. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1522. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1523. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1524. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1525. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1526. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1527. [2025-05-29T13:11:21,307][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1528. [2025-05-29T13:11:21,307][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1529. [2025-05-29T13:11:21,308][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1530. [2025-05-29T13:11:21,309][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1531. [2025-05-29T13:11:21,309][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1532. [2025-05-29T13:11:21,309][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1533. [2025-05-29T13:11:21,484][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1534. [2025-05-29T13:11:21,484][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1535. [2025-05-29T13:11:21,486][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1536. [2025-05-29T13:11:21,486][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[185868], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1537. [2025-05-29T13:11:21,486][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1538. [2025-05-29T13:11:22,457][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1539. [2025-05-29T13:11:22,457][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1540. [2025-05-29T13:11:22,457][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1541. [2025-05-29T13:11:22,458][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1542. [2025-05-29T13:11:22,458][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1543. [2025-05-29T13:11:22,458][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1544. [2025-05-29T13:11:22,458][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1545. [2025-05-29T13:11:22,458][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1546. [2025-05-29T13:11:22,458][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1547. [2025-05-29T13:11:22,458][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1548. [2025-05-29T13:11:22,459][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1549. [2025-05-29T13:11:22,459][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1550. [2025-05-29T13:11:22,459][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1551. [2025-05-29T13:11:22,459][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1552. [2025-05-29T13:11:22,459][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1553. [2025-05-29T13:11:22,459][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1554. [2025-05-29T13:11:22,459][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1555. [2025-05-29T13:11:22,460][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1556. [2025-05-29T13:11:22,460][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1557. [2025-05-29T13:11:22,460][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1558. [2025-05-29T13:11:22,460][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1559. [2025-05-29T13:11:22,460][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1560. [2025-05-29T13:11:22,460][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1561. [2025-05-29T13:11:22,460][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1562. [2025-05-29T13:11:22,460][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1563. [2025-05-29T13:11:22,460][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1564. [2025-05-29T13:11:22,461][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1565. [2025-05-29T13:11:22,461][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1566. [2025-05-29T13:11:22,461][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1567. [2025-05-29T13:11:22,461][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1568. [2025-05-29T13:11:22,595][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1569. [2025-05-29T13:11:24,613][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1570. [2025-05-29T13:11:24,803][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/185955] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1571. [2025-05-29T13:11:25,027][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1572. [2025-05-29T13:11:25,144][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1573. [2025-05-29T13:11:25,573][INFO ][o.e.n.Node ] [es0] initialized
  1574. [2025-05-29T13:11:25,574][INFO ][o.e.n.Node ] [es0] starting ...
  1575. [2025-05-29T13:11:25,648][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1576. [2025-05-29T13:11:25,658][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1577. [2025-05-29T13:11:25,661][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1578. [1] bootstrap checks failed
  1579. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1580. [2025-05-29T13:11:25,663][INFO ][o.e.n.Node ] [es0] stopping ...
  1581. [2025-05-29T13:11:36,774][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1582. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna11827457541623523449.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna11827457541623523449.tmp: failed to map segment from shared object
  1583. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1584. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1585. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1586. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1587. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1588. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1589. at java.lang.System.load(System.java:1970) ~[?:?]
  1590. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1591. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1592. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1593. at java.lang.Class.forName0(Native Method) ~[?:?]
  1594. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1595. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1596. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1597. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1598. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1599. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1600. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1601. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1602. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1603. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1604. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1605. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1606. [2025-05-29T13:11:36,780][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1607. [2025-05-29T13:11:36,780][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1608. [2025-05-29T13:11:36,781][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1609. [2025-05-29T13:11:36,782][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1610. [2025-05-29T13:11:36,782][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1611. [2025-05-29T13:11:36,782][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1612. [2025-05-29T13:11:36,923][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1613. [2025-05-29T13:11:36,924][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1614. [2025-05-29T13:11:36,925][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1615. [2025-05-29T13:11:36,925][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[186010], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1616. [2025-05-29T13:11:36,926][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1617. [2025-05-29T13:11:37,856][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1618. [2025-05-29T13:11:37,856][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1619. [2025-05-29T13:11:37,856][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1620. [2025-05-29T13:11:37,856][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1621. [2025-05-29T13:11:37,856][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1622. [2025-05-29T13:11:37,856][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1623. [2025-05-29T13:11:37,857][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1624. [2025-05-29T13:11:37,857][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1625. [2025-05-29T13:11:37,857][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1626. [2025-05-29T13:11:37,857][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1627. [2025-05-29T13:11:37,857][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1628. [2025-05-29T13:11:37,857][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1629. [2025-05-29T13:11:37,857][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1630. [2025-05-29T13:11:37,857][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1631. [2025-05-29T13:11:37,858][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1632. [2025-05-29T13:11:37,858][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1633. [2025-05-29T13:11:37,858][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1634. [2025-05-29T13:11:37,858][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1635. [2025-05-29T13:11:37,858][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1636. [2025-05-29T13:11:37,858][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1637. [2025-05-29T13:11:37,858][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1638. [2025-05-29T13:11:37,858][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1639. [2025-05-29T13:11:37,859][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1640. [2025-05-29T13:11:37,859][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1641. [2025-05-29T13:11:37,859][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1642. [2025-05-29T13:11:37,859][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1643. [2025-05-29T13:11:37,859][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1644. [2025-05-29T13:11:37,859][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1645. [2025-05-29T13:11:37,859][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1646. [2025-05-29T13:11:37,860][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1647. [2025-05-29T13:11:37,996][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1648. [2025-05-29T13:11:39,975][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1649. [2025-05-29T13:11:40,169][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/186098] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1650. [2025-05-29T13:11:40,384][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1651. [2025-05-29T13:11:40,511][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1652. [2025-05-29T13:11:40,960][INFO ][o.e.n.Node ] [es0] initialized
  1653. [2025-05-29T13:11:40,960][INFO ][o.e.n.Node ] [es0] starting ...
  1654. [2025-05-29T13:11:41,035][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1655. [2025-05-29T13:11:41,042][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1656. [2025-05-29T13:11:41,046][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1657. [1] bootstrap checks failed
  1658. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1659. [2025-05-29T13:11:41,048][INFO ][o.e.n.Node ] [es0] stopping ...
  1660. [2025-05-29T13:11:52,252][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1661. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna9518336184349440270.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna9518336184349440270.tmp: failed to map segment from shared object
  1662. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1663. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1664. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1665. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1666. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1667. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1668. at java.lang.System.load(System.java:1970) ~[?:?]
  1669. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1670. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1671. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1672. at java.lang.Class.forName0(Native Method) ~[?:?]
  1673. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1674. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1675. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1676. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1677. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1678. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1679. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1680. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1681. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1682. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1683. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1684. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1685. [2025-05-29T13:11:52,258][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1686. [2025-05-29T13:11:52,258][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1687. [2025-05-29T13:11:52,258][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1688. [2025-05-29T13:11:52,259][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1689. [2025-05-29T13:11:52,260][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1690. [2025-05-29T13:11:52,260][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1691. [2025-05-29T13:11:52,437][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1692. [2025-05-29T13:11:52,437][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1693. [2025-05-29T13:11:52,439][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1694. [2025-05-29T13:11:52,439][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[186146], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1695. [2025-05-29T13:11:52,439][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1696. [2025-05-29T13:11:53,461][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1697. [2025-05-29T13:11:53,461][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1698. [2025-05-29T13:11:53,461][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1699. [2025-05-29T13:11:53,461][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1700. [2025-05-29T13:11:53,461][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1701. [2025-05-29T13:11:53,461][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1702. [2025-05-29T13:11:53,461][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1703. [2025-05-29T13:11:53,462][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1704. [2025-05-29T13:11:53,462][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1705. [2025-05-29T13:11:53,462][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1706. [2025-05-29T13:11:53,462][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1707. [2025-05-29T13:11:53,462][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1708. [2025-05-29T13:11:53,462][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1709. [2025-05-29T13:11:53,462][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1710. [2025-05-29T13:11:53,462][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1711. [2025-05-29T13:11:53,463][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1712. [2025-05-29T13:11:53,463][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1713. [2025-05-29T13:11:53,463][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1714. [2025-05-29T13:11:53,463][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1715. [2025-05-29T13:11:53,463][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1716. [2025-05-29T13:11:53,463][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1717. [2025-05-29T13:11:53,463][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1718. [2025-05-29T13:11:53,463][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1719. [2025-05-29T13:11:53,463][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1720. [2025-05-29T13:11:53,464][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1721. [2025-05-29T13:11:53,464][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1722. [2025-05-29T13:11:53,464][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1723. [2025-05-29T13:11:53,464][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1724. [2025-05-29T13:11:53,464][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1725. [2025-05-29T13:11:53,464][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1726. [2025-05-29T13:11:53,607][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1727. [2025-05-29T13:11:55,714][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1728. [2025-05-29T13:11:55,899][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/186233] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1729. [2025-05-29T13:11:56,121][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1730. [2025-05-29T13:11:56,238][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1731. [2025-05-29T13:11:56,686][INFO ][o.e.n.Node ] [es0] initialized
  1732. [2025-05-29T13:11:56,687][INFO ][o.e.n.Node ] [es0] starting ...
  1733. [2025-05-29T13:11:56,764][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1734. [2025-05-29T13:11:56,775][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1735. [2025-05-29T13:11:56,780][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1736. [1] bootstrap checks failed
  1737. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1738. [2025-05-29T13:11:56,782][INFO ][o.e.n.Node ] [es0] stopping ...
  1739. [2025-05-29T13:12:08,029][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1740. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna9505980291488662884.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna9505980291488662884.tmp: failed to map segment from shared object
  1741. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1742. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1743. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1744. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1745. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1746. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1747. at java.lang.System.load(System.java:1970) ~[?:?]
  1748. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1749. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1750. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1751. at java.lang.Class.forName0(Native Method) ~[?:?]
  1752. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1753. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1754. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1755. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1756. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1757. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1758. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1759. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1760. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1761. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1762. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1763. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1764. [2025-05-29T13:12:08,034][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1765. [2025-05-29T13:12:08,034][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1766. [2025-05-29T13:12:08,034][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1767. [2025-05-29T13:12:08,035][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1768. [2025-05-29T13:12:08,035][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1769. [2025-05-29T13:12:08,036][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1770. [2025-05-29T13:12:08,176][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1771. [2025-05-29T13:12:08,176][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1772. [2025-05-29T13:12:08,178][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1773. [2025-05-29T13:12:08,178][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[186280], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1774. [2025-05-29T13:12:08,178][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1775. [2025-05-29T13:12:09,152][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1776. [2025-05-29T13:12:09,153][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1777. [2025-05-29T13:12:09,153][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1778. [2025-05-29T13:12:09,153][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1779. [2025-05-29T13:12:09,153][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1780. [2025-05-29T13:12:09,153][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1781. [2025-05-29T13:12:09,153][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1782. [2025-05-29T13:12:09,153][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1783. [2025-05-29T13:12:09,153][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1784. [2025-05-29T13:12:09,154][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1785. [2025-05-29T13:12:09,154][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1786. [2025-05-29T13:12:09,154][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1787. [2025-05-29T13:12:09,154][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1788. [2025-05-29T13:12:09,154][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1789. [2025-05-29T13:12:09,154][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1790. [2025-05-29T13:12:09,154][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1791. [2025-05-29T13:12:09,154][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1792. [2025-05-29T13:12:09,154][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1793. [2025-05-29T13:12:09,154][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1794. [2025-05-29T13:12:09,155][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1795. [2025-05-29T13:12:09,155][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1796. [2025-05-29T13:12:09,155][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1797. [2025-05-29T13:12:09,155][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1798. [2025-05-29T13:12:09,155][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1799. [2025-05-29T13:12:09,155][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1800. [2025-05-29T13:12:09,155][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1801. [2025-05-29T13:12:09,155][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1802. [2025-05-29T13:12:09,155][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1803. [2025-05-29T13:12:09,155][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1804. [2025-05-29T13:12:09,156][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1805. [2025-05-29T13:12:09,300][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1806. [2025-05-29T13:12:11,301][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1807. [2025-05-29T13:12:11,485][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/186367] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1808. [2025-05-29T13:12:11,700][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1809. [2025-05-29T13:12:11,817][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1810. [2025-05-29T13:12:12,249][INFO ][o.e.n.Node ] [es0] initialized
  1811. [2025-05-29T13:12:12,249][INFO ][o.e.n.Node ] [es0] starting ...
  1812. [2025-05-29T13:12:12,324][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1813. [2025-05-29T13:12:12,333][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1814. [2025-05-29T13:12:12,336][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1815. [1] bootstrap checks failed
  1816. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1817. [2025-05-29T13:12:12,338][INFO ][o.e.n.Node ] [es0] stopping ...
  1818. [2025-05-29T13:12:23,549][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1819. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna2381697533317257153.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna2381697533317257153.tmp: failed to map segment from shared object
  1820. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1821. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1822. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1823. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1824. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1825. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1826. at java.lang.System.load(System.java:1970) ~[?:?]
  1827. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1828. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1829. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1830. at java.lang.Class.forName0(Native Method) ~[?:?]
  1831. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1832. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1833. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1834. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1835. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1836. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1837. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1838. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1839. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1840. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1841. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1842. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1843. [2025-05-29T13:12:23,554][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1844. [2025-05-29T13:12:23,554][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1845. [2025-05-29T13:12:23,554][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1846. [2025-05-29T13:12:23,555][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1847. [2025-05-29T13:12:23,555][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1848. [2025-05-29T13:12:23,555][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1849. [2025-05-29T13:12:23,698][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1850. [2025-05-29T13:12:23,699][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1851. [2025-05-29T13:12:23,700][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1852. [2025-05-29T13:12:23,701][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[186415], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1853. [2025-05-29T13:12:23,701][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1854. [2025-05-29T13:12:24,666][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1855. [2025-05-29T13:12:24,666][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1856. [2025-05-29T13:12:24,666][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1857. [2025-05-29T13:12:24,666][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1858. [2025-05-29T13:12:24,666][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1859. [2025-05-29T13:12:24,667][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1860. [2025-05-29T13:12:24,667][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1861. [2025-05-29T13:12:24,667][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1862. [2025-05-29T13:12:24,667][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1863. [2025-05-29T13:12:24,667][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1864. [2025-05-29T13:12:24,667][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1865. [2025-05-29T13:12:24,667][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1866. [2025-05-29T13:12:24,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1867. [2025-05-29T13:12:24,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1868. [2025-05-29T13:12:24,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1869. [2025-05-29T13:12:24,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1870. [2025-05-29T13:12:24,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1871. [2025-05-29T13:12:24,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1872. [2025-05-29T13:12:24,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1873. [2025-05-29T13:12:24,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1874. [2025-05-29T13:12:24,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1875. [2025-05-29T13:12:24,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1876. [2025-05-29T13:12:24,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1877. [2025-05-29T13:12:24,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1878. [2025-05-29T13:12:24,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1879. [2025-05-29T13:12:24,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1880. [2025-05-29T13:12:24,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1881. [2025-05-29T13:12:24,670][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1882. [2025-05-29T13:12:24,670][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1883. [2025-05-29T13:12:24,670][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1884. [2025-05-29T13:12:24,805][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1885. [2025-05-29T13:12:26,849][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1886. [2025-05-29T13:12:27,036][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/186503] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1887. [2025-05-29T13:12:27,247][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1888. [2025-05-29T13:12:27,365][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1889. [2025-05-29T13:12:27,818][INFO ][o.e.n.Node ] [es0] initialized
  1890. [2025-05-29T13:12:27,818][INFO ][o.e.n.Node ] [es0] starting ...
  1891. [2025-05-29T13:12:27,892][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1892. [2025-05-29T13:12:27,901][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1893. [2025-05-29T13:12:27,904][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1894. [1] bootstrap checks failed
  1895. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1896. [2025-05-29T13:12:27,907][INFO ][o.e.n.Node ] [es0] stopping ...
  1897. [2025-05-29T13:12:38,993][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1898. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna5112522540712999365.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna5112522540712999365.tmp: failed to map segment from shared object
  1899. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1900. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1901. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1902. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1903. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1904. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1905. at java.lang.System.load(System.java:1970) ~[?:?]
  1906. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1907. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1908. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1909. at java.lang.Class.forName0(Native Method) ~[?:?]
  1910. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1911. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1912. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1913. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1914. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1915. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1916. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1917. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1918. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1919. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1920. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  1921. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  1922. [2025-05-29T13:12:38,998][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  1923. [2025-05-29T13:12:38,998][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  1924. [2025-05-29T13:12:38,999][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  1925. [2025-05-29T13:12:39,000][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  1926. [2025-05-29T13:12:39,000][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  1927. [2025-05-29T13:12:39,000][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  1928. [2025-05-29T13:12:39,134][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  1929. [2025-05-29T13:12:39,135][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  1930. [2025-05-29T13:12:39,136][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  1931. [2025-05-29T13:12:39,137][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[186552], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  1932. [2025-05-29T13:12:39,137][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  1933. [2025-05-29T13:12:40,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  1934. [2025-05-29T13:12:40,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  1935. [2025-05-29T13:12:40,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  1936. [2025-05-29T13:12:40,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  1937. [2025-05-29T13:12:40,117][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  1938. [2025-05-29T13:12:40,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  1939. [2025-05-29T13:12:40,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  1940. [2025-05-29T13:12:40,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  1941. [2025-05-29T13:12:40,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  1942. [2025-05-29T13:12:40,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  1943. [2025-05-29T13:12:40,118][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  1944. [2025-05-29T13:12:40,119][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  1945. [2025-05-29T13:12:40,119][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  1946. [2025-05-29T13:12:40,119][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  1947. [2025-05-29T13:12:40,119][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  1948. [2025-05-29T13:12:40,119][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  1949. [2025-05-29T13:12:40,119][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  1950. [2025-05-29T13:12:40,119][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  1951. [2025-05-29T13:12:40,119][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  1952. [2025-05-29T13:12:40,120][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  1953. [2025-05-29T13:12:40,120][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  1954. [2025-05-29T13:12:40,120][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  1955. [2025-05-29T13:12:40,120][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  1956. [2025-05-29T13:12:40,120][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  1957. [2025-05-29T13:12:40,120][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  1958. [2025-05-29T13:12:40,120][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  1959. [2025-05-29T13:12:40,121][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  1960. [2025-05-29T13:12:40,121][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  1961. [2025-05-29T13:12:40,121][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  1962. [2025-05-29T13:12:40,121][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  1963. [2025-05-29T13:12:40,251][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1964. [2025-05-29T13:12:42,265][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  1965. [2025-05-29T13:12:42,457][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/186639] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  1966. [2025-05-29T13:12:42,674][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  1967. [2025-05-29T13:12:42,806][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  1968. [2025-05-29T13:12:43,281][INFO ][o.e.n.Node ] [es0] initialized
  1969. [2025-05-29T13:12:43,282][INFO ][o.e.n.Node ] [es0] starting ...
  1970. [2025-05-29T13:12:43,356][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  1971. [2025-05-29T13:12:43,367][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  1972. [2025-05-29T13:12:43,372][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  1973. [1] bootstrap checks failed
  1974. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  1975. [2025-05-29T13:12:43,376][INFO ][o.e.n.Node ] [es0] stopping ...
  1976. [2025-05-29T13:12:54,566][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  1977. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna7137812606270808891.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna7137812606270808891.tmp: failed to map segment from shared object
  1978. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  1979. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  1980. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  1981. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  1982. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  1983. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  1984. at java.lang.System.load(System.java:1970) ~[?:?]
  1985. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1986. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1987. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  1988. at java.lang.Class.forName0(Native Method) ~[?:?]
  1989. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1990. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  1991. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  1992. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  1993. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  1994. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  1995. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  1996. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  1997. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1998. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  1999. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2000. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2001. [2025-05-29T13:12:54,570][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2002. [2025-05-29T13:12:54,570][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2003. [2025-05-29T13:12:54,571][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2004. [2025-05-29T13:12:54,572][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2005. [2025-05-29T13:12:54,572][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2006. [2025-05-29T13:12:54,572][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2007. [2025-05-29T13:12:54,727][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2008. [2025-05-29T13:12:54,727][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2009. [2025-05-29T13:12:54,729][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2010. [2025-05-29T13:12:54,729][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[186685], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2011. [2025-05-29T13:12:54,729][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2012. [2025-05-29T13:12:55,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2013. [2025-05-29T13:12:55,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2014. [2025-05-29T13:12:55,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2015. [2025-05-29T13:12:55,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2016. [2025-05-29T13:12:55,668][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2017. [2025-05-29T13:12:55,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2018. [2025-05-29T13:12:55,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2019. [2025-05-29T13:12:55,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2020. [2025-05-29T13:12:55,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2021. [2025-05-29T13:12:55,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2022. [2025-05-29T13:12:55,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2023. [2025-05-29T13:12:55,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2024. [2025-05-29T13:12:55,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2025. [2025-05-29T13:12:55,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2026. [2025-05-29T13:12:55,669][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2027. [2025-05-29T13:12:55,670][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2028. [2025-05-29T13:12:55,670][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2029. [2025-05-29T13:12:55,670][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2030. [2025-05-29T13:12:55,670][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2031. [2025-05-29T13:12:55,670][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2032. [2025-05-29T13:12:55,670][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2033. [2025-05-29T13:12:55,670][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2034. [2025-05-29T13:12:55,671][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2035. [2025-05-29T13:12:55,671][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2036. [2025-05-29T13:12:55,671][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2037. [2025-05-29T13:12:55,671][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2038. [2025-05-29T13:12:55,671][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2039. [2025-05-29T13:12:55,671][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2040. [2025-05-29T13:12:55,671][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2041. [2025-05-29T13:12:55,672][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2042. [2025-05-29T13:12:55,817][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2043. [2025-05-29T13:12:57,761][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2044. [2025-05-29T13:12:57,949][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/186772] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2045. [2025-05-29T13:12:58,173][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2046. [2025-05-29T13:12:58,290][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2047. [2025-05-29T13:12:58,736][INFO ][o.e.n.Node ] [es0] initialized
  2048. [2025-05-29T13:12:58,736][INFO ][o.e.n.Node ] [es0] starting ...
  2049. [2025-05-29T13:12:58,812][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2050. [2025-05-29T13:12:58,821][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2051. [2025-05-29T13:12:58,825][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2052. [1] bootstrap checks failed
  2053. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2054. [2025-05-29T13:12:58,827][INFO ][o.e.n.Node ] [es0] stopping ...
  2055. [2025-05-29T13:13:10,019][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2056. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna8482721879748068064.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna8482721879748068064.tmp: failed to map segment from shared object
  2057. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2058. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2059. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2060. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2061. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2062. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2063. at java.lang.System.load(System.java:1970) ~[?:?]
  2064. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2065. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2066. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2067. at java.lang.Class.forName0(Native Method) ~[?:?]
  2068. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2069. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2070. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2071. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2072. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2073. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2074. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2075. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2076. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2077. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2078. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2079. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2080. [2025-05-29T13:13:10,024][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2081. [2025-05-29T13:13:10,024][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2082. [2025-05-29T13:13:10,024][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2083. [2025-05-29T13:13:10,025][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2084. [2025-05-29T13:13:10,026][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2085. [2025-05-29T13:13:10,026][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2086. [2025-05-29T13:13:10,162][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2087. [2025-05-29T13:13:10,162][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2088. [2025-05-29T13:13:10,163][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2089. [2025-05-29T13:13:10,164][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[186818], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2090. [2025-05-29T13:13:10,164][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2091. [2025-05-29T13:13:11,166][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2092. [2025-05-29T13:13:11,167][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2093. [2025-05-29T13:13:11,167][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2094. [2025-05-29T13:13:11,167][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2095. [2025-05-29T13:13:11,167][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2096. [2025-05-29T13:13:11,167][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2097. [2025-05-29T13:13:11,167][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2098. [2025-05-29T13:13:11,167][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2099. [2025-05-29T13:13:11,167][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2100. [2025-05-29T13:13:11,167][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2101. [2025-05-29T13:13:11,168][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2102. [2025-05-29T13:13:11,168][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2103. [2025-05-29T13:13:11,168][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2104. [2025-05-29T13:13:11,168][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2105. [2025-05-29T13:13:11,168][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2106. [2025-05-29T13:13:11,168][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2107. [2025-05-29T13:13:11,168][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2108. [2025-05-29T13:13:11,168][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2109. [2025-05-29T13:13:11,169][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2110. [2025-05-29T13:13:11,169][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2111. [2025-05-29T13:13:11,169][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2112. [2025-05-29T13:13:11,169][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2113. [2025-05-29T13:13:11,169][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2114. [2025-05-29T13:13:11,169][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2115. [2025-05-29T13:13:11,169][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2116. [2025-05-29T13:13:11,169][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2117. [2025-05-29T13:13:11,169][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2118. [2025-05-29T13:13:11,170][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2119. [2025-05-29T13:13:11,170][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2120. [2025-05-29T13:13:11,170][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2121. [2025-05-29T13:13:11,319][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2122. [2025-05-29T13:13:13,344][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2123. [2025-05-29T13:13:13,545][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/186907] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2124. [2025-05-29T13:13:13,771][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2125. [2025-05-29T13:13:13,903][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2126. [2025-05-29T13:13:14,358][INFO ][o.e.n.Node ] [es0] initialized
  2127. [2025-05-29T13:13:14,359][INFO ][o.e.n.Node ] [es0] starting ...
  2128. [2025-05-29T13:13:14,434][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2129. [2025-05-29T13:13:14,445][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2130. [2025-05-29T13:13:14,449][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2131. [1] bootstrap checks failed
  2132. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2133. [2025-05-29T13:13:14,451][INFO ][o.e.n.Node ] [es0] stopping ...
  2134. [2025-05-29T13:13:25,781][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2135. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna10636139360768979237.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna10636139360768979237.tmp: failed to map segment from shared object
  2136. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2137. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2138. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2139. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2140. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2141. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2142. at java.lang.System.load(System.java:1970) ~[?:?]
  2143. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2144. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2145. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2146. at java.lang.Class.forName0(Native Method) ~[?:?]
  2147. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2148. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2149. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2150. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2151. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2152. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2153. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2154. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2155. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2156. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2157. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2158. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2159. [2025-05-29T13:13:25,786][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2160. [2025-05-29T13:13:25,786][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2161. [2025-05-29T13:13:25,786][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2162. [2025-05-29T13:13:25,787][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2163. [2025-05-29T13:13:25,787][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2164. [2025-05-29T13:13:25,787][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2165. [2025-05-29T13:13:25,928][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2166. [2025-05-29T13:13:25,929][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2167. [2025-05-29T13:13:25,930][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2168. [2025-05-29T13:13:25,931][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[186953], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2169. [2025-05-29T13:13:25,931][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2170. [2025-05-29T13:13:26,864][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2171. [2025-05-29T13:13:26,864][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2172. [2025-05-29T13:13:26,865][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2173. [2025-05-29T13:13:26,865][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2174. [2025-05-29T13:13:26,865][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2175. [2025-05-29T13:13:26,865][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2176. [2025-05-29T13:13:26,865][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2177. [2025-05-29T13:13:26,865][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2178. [2025-05-29T13:13:26,865][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2179. [2025-05-29T13:13:26,865][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2180. [2025-05-29T13:13:26,865][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2181. [2025-05-29T13:13:26,866][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2182. [2025-05-29T13:13:26,866][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2183. [2025-05-29T13:13:26,866][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2184. [2025-05-29T13:13:26,866][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2185. [2025-05-29T13:13:26,866][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2186. [2025-05-29T13:13:26,866][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2187. [2025-05-29T13:13:26,866][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2188. [2025-05-29T13:13:26,866][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2189. [2025-05-29T13:13:26,866][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2190. [2025-05-29T13:13:26,867][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2191. [2025-05-29T13:13:26,867][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2192. [2025-05-29T13:13:26,867][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2193. [2025-05-29T13:13:26,867][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2194. [2025-05-29T13:13:26,867][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2195. [2025-05-29T13:13:26,867][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2196. [2025-05-29T13:13:26,867][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2197. [2025-05-29T13:13:26,867][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2198. [2025-05-29T13:13:26,867][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2199. [2025-05-29T13:13:26,868][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2200. [2025-05-29T13:13:27,004][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2201. [2025-05-29T13:13:29,002][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2202. [2025-05-29T13:13:29,190][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/187040] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2203. [2025-05-29T13:13:29,411][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2204. [2025-05-29T13:13:29,532][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2205. [2025-05-29T13:13:29,978][INFO ][o.e.n.Node ] [es0] initialized
  2206. [2025-05-29T13:13:29,978][INFO ][o.e.n.Node ] [es0] starting ...
  2207. [2025-05-29T13:13:30,058][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2208. [2025-05-29T13:13:30,068][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2209. [2025-05-29T13:13:30,072][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2210. [1] bootstrap checks failed
  2211. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2212. [2025-05-29T13:13:30,075][INFO ][o.e.n.Node ] [es0] stopping ...
  2213. [2025-05-29T13:13:41,239][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2214. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna11965114103196476526.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna11965114103196476526.tmp: failed to map segment from shared object
  2215. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2216. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2217. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2218. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2219. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2220. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2221. at java.lang.System.load(System.java:1970) ~[?:?]
  2222. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2223. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2224. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2225. at java.lang.Class.forName0(Native Method) ~[?:?]
  2226. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2227. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2228. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2229. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2230. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2231. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2232. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2233. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2234. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2235. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2236. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2237. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2238. [2025-05-29T13:13:41,244][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2239. [2025-05-29T13:13:41,244][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2240. [2025-05-29T13:13:41,244][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2241. [2025-05-29T13:13:41,245][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2242. [2025-05-29T13:13:41,246][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2243. [2025-05-29T13:13:41,246][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2244. [2025-05-29T13:13:41,380][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2245. [2025-05-29T13:13:41,380][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2246. [2025-05-29T13:13:41,382][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2247. [2025-05-29T13:13:41,382][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[187088], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2248. [2025-05-29T13:13:41,382][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2249. [2025-05-29T13:13:42,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2250. [2025-05-29T13:13:42,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2251. [2025-05-29T13:13:42,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2252. [2025-05-29T13:13:42,312][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2253. [2025-05-29T13:13:42,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2254. [2025-05-29T13:13:42,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2255. [2025-05-29T13:13:42,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2256. [2025-05-29T13:13:42,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2257. [2025-05-29T13:13:42,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2258. [2025-05-29T13:13:42,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2259. [2025-05-29T13:13:42,313][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2260. [2025-05-29T13:13:42,314][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2261. [2025-05-29T13:13:42,314][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2262. [2025-05-29T13:13:42,314][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2263. [2025-05-29T13:13:42,314][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2264. [2025-05-29T13:13:42,314][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2265. [2025-05-29T13:13:42,314][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2266. [2025-05-29T13:13:42,314][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2267. [2025-05-29T13:13:42,314][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2268. [2025-05-29T13:13:42,315][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2269. [2025-05-29T13:13:42,315][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2270. [2025-05-29T13:13:42,315][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2271. [2025-05-29T13:13:42,315][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2272. [2025-05-29T13:13:42,315][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2273. [2025-05-29T13:13:42,315][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2274. [2025-05-29T13:13:42,316][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2275. [2025-05-29T13:13:42,316][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2276. [2025-05-29T13:13:42,316][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2277. [2025-05-29T13:13:42,316][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2278. [2025-05-29T13:13:42,316][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2279. [2025-05-29T13:13:42,460][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2280. [2025-05-29T13:13:44,497][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2281. [2025-05-29T13:13:44,683][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/187175] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2282. [2025-05-29T13:13:44,896][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2283. [2025-05-29T13:13:45,016][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2284. [2025-05-29T13:13:45,454][INFO ][o.e.n.Node ] [es0] initialized
  2285. [2025-05-29T13:13:45,454][INFO ][o.e.n.Node ] [es0] starting ...
  2286. [2025-05-29T13:13:45,528][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2287. [2025-05-29T13:13:45,536][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2288. [2025-05-29T13:13:45,539][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2289. [1] bootstrap checks failed
  2290. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2291. [2025-05-29T13:13:45,541][INFO ][o.e.n.Node ] [es0] stopping ...
  2292. [2025-05-29T13:13:56,783][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2293. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna16781405484782993415.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna16781405484782993415.tmp: failed to map segment from shared object
  2294. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2295. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2296. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2297. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2298. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2299. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2300. at java.lang.System.load(System.java:1970) ~[?:?]
  2301. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2302. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2303. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2304. at java.lang.Class.forName0(Native Method) ~[?:?]
  2305. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2306. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2307. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2308. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2309. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2310. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2311. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2312. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2313. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2314. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2315. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2316. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2317. [2025-05-29T13:13:56,788][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2318. [2025-05-29T13:13:56,788][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2319. [2025-05-29T13:13:56,788][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2320. [2025-05-29T13:13:56,789][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2321. [2025-05-29T13:13:56,789][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2322. [2025-05-29T13:13:56,789][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2323. [2025-05-29T13:13:56,923][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2324. [2025-05-29T13:13:56,924][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2325. [2025-05-29T13:13:56,925][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2326. [2025-05-29T13:13:56,925][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[187222], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2327. [2025-05-29T13:13:56,926][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2328. [2025-05-29T13:13:57,839][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2329. [2025-05-29T13:13:57,839][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2330. [2025-05-29T13:13:57,839][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2331. [2025-05-29T13:13:57,839][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2332. [2025-05-29T13:13:57,839][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2333. [2025-05-29T13:13:57,840][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2334. [2025-05-29T13:13:57,840][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2335. [2025-05-29T13:13:57,840][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2336. [2025-05-29T13:13:57,840][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2337. [2025-05-29T13:13:57,840][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2338. [2025-05-29T13:13:57,840][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2339. [2025-05-29T13:13:57,840][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2340. [2025-05-29T13:13:57,840][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2341. [2025-05-29T13:13:57,841][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2342. [2025-05-29T13:13:57,841][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2343. [2025-05-29T13:13:57,841][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2344. [2025-05-29T13:13:57,841][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2345. [2025-05-29T13:13:57,841][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2346. [2025-05-29T13:13:57,841][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2347. [2025-05-29T13:13:57,841][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2348. [2025-05-29T13:13:57,841][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2349. [2025-05-29T13:13:57,841][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2350. [2025-05-29T13:13:57,842][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2351. [2025-05-29T13:13:57,842][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2352. [2025-05-29T13:13:57,842][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2353. [2025-05-29T13:13:57,842][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2354. [2025-05-29T13:13:57,842][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2355. [2025-05-29T13:13:57,842][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2356. [2025-05-29T13:13:57,842][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2357. [2025-05-29T13:13:57,843][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2358. [2025-05-29T13:13:57,981][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2359. [2025-05-29T13:13:59,938][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2360. [2025-05-29T13:14:00,131][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/187310] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2361. [2025-05-29T13:14:00,343][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2362. [2025-05-29T13:14:00,462][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2363. [2025-05-29T13:14:00,895][INFO ][o.e.n.Node ] [es0] initialized
  2364. [2025-05-29T13:14:00,896][INFO ][o.e.n.Node ] [es0] starting ...
  2365. [2025-05-29T13:14:00,968][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2366. [2025-05-29T13:14:00,976][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2367. [2025-05-29T13:14:00,980][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2368. [1] bootstrap checks failed
  2369. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2370. [2025-05-29T13:14:00,982][INFO ][o.e.n.Node ] [es0] stopping ...
  2371. [2025-05-29T13:14:12,287][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2372. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna14011928403617354386.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna14011928403617354386.tmp: failed to map segment from shared object
  2373. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2374. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2375. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2376. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2377. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2378. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2379. at java.lang.System.load(System.java:1970) ~[?:?]
  2380. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2381. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2382. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2383. at java.lang.Class.forName0(Native Method) ~[?:?]
  2384. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2385. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2386. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2387. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2388. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2389. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2390. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2391. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2392. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2393. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2394. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2395. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2396. [2025-05-29T13:14:12,291][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2397. [2025-05-29T13:14:12,291][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2398. [2025-05-29T13:14:12,292][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2399. [2025-05-29T13:14:12,293][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2400. [2025-05-29T13:14:12,293][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2401. [2025-05-29T13:14:12,293][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2402. [2025-05-29T13:14:12,437][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2403. [2025-05-29T13:14:12,438][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2404. [2025-05-29T13:14:12,439][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2405. [2025-05-29T13:14:12,440][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[187356], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2406. [2025-05-29T13:14:12,440][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2407. [2025-05-29T13:14:13,361][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2408. [2025-05-29T13:14:13,361][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2409. [2025-05-29T13:14:13,361][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2410. [2025-05-29T13:14:13,361][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2411. [2025-05-29T13:14:13,361][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2412. [2025-05-29T13:14:13,361][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2413. [2025-05-29T13:14:13,361][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2414. [2025-05-29T13:14:13,362][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2415. [2025-05-29T13:14:13,362][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2416. [2025-05-29T13:14:13,362][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2417. [2025-05-29T13:14:13,362][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2418. [2025-05-29T13:14:13,362][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2419. [2025-05-29T13:14:13,362][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2420. [2025-05-29T13:14:13,362][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2421. [2025-05-29T13:14:13,362][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2422. [2025-05-29T13:14:13,363][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2423. [2025-05-29T13:14:13,363][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2424. [2025-05-29T13:14:13,363][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2425. [2025-05-29T13:14:13,363][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2426. [2025-05-29T13:14:13,363][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2427. [2025-05-29T13:14:13,363][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2428. [2025-05-29T13:14:13,363][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2429. [2025-05-29T13:14:13,363][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2430. [2025-05-29T13:14:13,363][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2431. [2025-05-29T13:14:13,364][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2432. [2025-05-29T13:14:13,364][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2433. [2025-05-29T13:14:13,364][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2434. [2025-05-29T13:14:13,364][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2435. [2025-05-29T13:14:13,364][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2436. [2025-05-29T13:14:13,364][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2437. [2025-05-29T13:14:13,500][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2438. [2025-05-29T13:14:15,450][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2439. [2025-05-29T13:14:15,639][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/187443] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2440. [2025-05-29T13:14:15,846][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2441. [2025-05-29T13:14:15,962][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2442. [2025-05-29T13:14:16,401][INFO ][o.e.n.Node ] [es0] initialized
  2443. [2025-05-29T13:14:16,402][INFO ][o.e.n.Node ] [es0] starting ...
  2444. [2025-05-29T13:14:16,479][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2445. [2025-05-29T13:14:16,489][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2446. [2025-05-29T13:14:16,493][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2447. [1] bootstrap checks failed
  2448. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2449. [2025-05-29T13:14:16,496][INFO ][o.e.n.Node ] [es0] stopping ...
  2450. [2025-05-29T13:14:27,845][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2451. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna16924490526492249832.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna16924490526492249832.tmp: failed to map segment from shared object
  2452. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2453. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2454. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2455. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2456. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2457. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2458. at java.lang.System.load(System.java:1970) ~[?:?]
  2459. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2460. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2461. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2462. at java.lang.Class.forName0(Native Method) ~[?:?]
  2463. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2464. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2465. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2466. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2467. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2468. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2469. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2470. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2471. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2472. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2473. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2474. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2475. [2025-05-29T13:14:27,849][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2476. [2025-05-29T13:14:27,850][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2477. [2025-05-29T13:14:27,850][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2478. [2025-05-29T13:14:27,851][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2479. [2025-05-29T13:14:27,851][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2480. [2025-05-29T13:14:27,851][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2481. [2025-05-29T13:14:28,021][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2482. [2025-05-29T13:14:28,022][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2483. [2025-05-29T13:14:28,023][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2484. [2025-05-29T13:14:28,024][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[187492], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2485. [2025-05-29T13:14:28,024][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2486. [2025-05-29T13:14:28,990][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2487. [2025-05-29T13:14:28,990][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2488. [2025-05-29T13:14:28,990][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2489. [2025-05-29T13:14:28,990][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2490. [2025-05-29T13:14:28,990][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2491. [2025-05-29T13:14:28,991][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2492. [2025-05-29T13:14:28,991][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2493. [2025-05-29T13:14:28,991][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2494. [2025-05-29T13:14:28,991][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2495. [2025-05-29T13:14:28,991][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2496. [2025-05-29T13:14:28,991][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2497. [2025-05-29T13:14:28,991][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2498. [2025-05-29T13:14:28,991][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2499. [2025-05-29T13:14:28,992][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2500. [2025-05-29T13:14:28,992][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2501. [2025-05-29T13:14:28,992][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2502. [2025-05-29T13:14:28,992][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2503. [2025-05-29T13:14:28,992][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2504. [2025-05-29T13:14:28,992][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2505. [2025-05-29T13:14:28,992][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2506. [2025-05-29T13:14:28,992][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2507. [2025-05-29T13:14:28,992][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2508. [2025-05-29T13:14:28,993][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2509. [2025-05-29T13:14:28,993][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2510. [2025-05-29T13:14:28,993][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2511. [2025-05-29T13:14:28,993][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2512. [2025-05-29T13:14:28,993][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2513. [2025-05-29T13:14:28,993][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2514. [2025-05-29T13:14:28,993][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2515. [2025-05-29T13:14:28,994][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2516. [2025-05-29T13:14:29,132][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2517. [2025-05-29T13:14:31,124][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2518. [2025-05-29T13:14:31,316][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/187579] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2519. [2025-05-29T13:14:31,533][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2520. [2025-05-29T13:14:31,663][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2521. [2025-05-29T13:14:32,102][INFO ][o.e.n.Node ] [es0] initialized
  2522. [2025-05-29T13:14:32,103][INFO ][o.e.n.Node ] [es0] starting ...
  2523. [2025-05-29T13:14:32,178][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2524. [2025-05-29T13:14:32,186][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2525. [2025-05-29T13:14:32,190][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2526. [1] bootstrap checks failed
  2527. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2528. [2025-05-29T13:14:32,192][INFO ][o.e.n.Node ] [es0] stopping ...
  2529. [2025-05-29T13:14:43,545][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2530. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna8414915283981171372.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna8414915283981171372.tmp: failed to map segment from shared object
  2531. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2532. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2533. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2534. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2535. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2536. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2537. at java.lang.System.load(System.java:1970) ~[?:?]
  2538. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2539. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2540. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2541. at java.lang.Class.forName0(Native Method) ~[?:?]
  2542. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2543. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2544. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2545. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2546. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2547. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2548. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2549. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2550. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2551. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2552. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2553. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2554. [2025-05-29T13:14:43,549][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2555. [2025-05-29T13:14:43,549][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2556. [2025-05-29T13:14:43,549][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2557. [2025-05-29T13:14:43,550][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2558. [2025-05-29T13:14:43,550][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2559. [2025-05-29T13:14:43,551][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2560. [2025-05-29T13:14:43,706][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2561. [2025-05-29T13:14:43,706][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2562. [2025-05-29T13:14:43,708][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2563. [2025-05-29T13:14:43,708][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[187627], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2564. [2025-05-29T13:14:43,708][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2565. [2025-05-29T13:14:44,646][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2566. [2025-05-29T13:14:44,646][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2567. [2025-05-29T13:14:44,646][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2568. [2025-05-29T13:14:44,646][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2569. [2025-05-29T13:14:44,646][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2570. [2025-05-29T13:14:44,646][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2571. [2025-05-29T13:14:44,647][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2572. [2025-05-29T13:14:44,647][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2573. [2025-05-29T13:14:44,647][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2574. [2025-05-29T13:14:44,647][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2575. [2025-05-29T13:14:44,647][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2576. [2025-05-29T13:14:44,647][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2577. [2025-05-29T13:14:44,647][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2578. [2025-05-29T13:14:44,648][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2579. [2025-05-29T13:14:44,648][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2580. [2025-05-29T13:14:44,648][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2581. [2025-05-29T13:14:44,648][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2582. [2025-05-29T13:14:44,648][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2583. [2025-05-29T13:14:44,648][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2584. [2025-05-29T13:14:44,648][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2585. [2025-05-29T13:14:44,648][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2586. [2025-05-29T13:14:44,648][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2587. [2025-05-29T13:14:44,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2588. [2025-05-29T13:14:44,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2589. [2025-05-29T13:14:44,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2590. [2025-05-29T13:14:44,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2591. [2025-05-29T13:14:44,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2592. [2025-05-29T13:14:44,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2593. [2025-05-29T13:14:44,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2594. [2025-05-29T13:14:44,650][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2595. [2025-05-29T13:14:44,788][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2596. [2025-05-29T13:14:46,792][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2597. [2025-05-29T13:14:46,985][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/187715] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2598. [2025-05-29T13:14:47,201][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2599. [2025-05-29T13:14:47,321][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2600. [2025-05-29T13:14:47,760][INFO ][o.e.n.Node ] [es0] initialized
  2601. [2025-05-29T13:14:47,761][INFO ][o.e.n.Node ] [es0] starting ...
  2602. [2025-05-29T13:14:47,840][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2603. [2025-05-29T13:14:47,849][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2604. [2025-05-29T13:14:47,853][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2605. [1] bootstrap checks failed
  2606. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2607. [2025-05-29T13:14:47,855][INFO ][o.e.n.Node ] [es0] stopping ...
  2608. [2025-05-29T13:14:59,016][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2609. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna8680615422874529458.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna8680615422874529458.tmp: failed to map segment from shared object
  2610. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2611. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2612. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2613. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2614. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2615. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2616. at java.lang.System.load(System.java:1970) ~[?:?]
  2617. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2618. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2619. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2620. at java.lang.Class.forName0(Native Method) ~[?:?]
  2621. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2622. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2623. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2624. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2625. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2626. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2627. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2628. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2629. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2630. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2631. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2632. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2633. [2025-05-29T13:14:59,021][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2634. [2025-05-29T13:14:59,021][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2635. [2025-05-29T13:14:59,021][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2636. [2025-05-29T13:14:59,022][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2637. [2025-05-29T13:14:59,022][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2638. [2025-05-29T13:14:59,022][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2639. [2025-05-29T13:14:59,166][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2640. [2025-05-29T13:14:59,166][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2641. [2025-05-29T13:14:59,168][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2642. [2025-05-29T13:14:59,168][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[187762], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2643. [2025-05-29T13:14:59,168][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2644. [2025-05-29T13:15:00,083][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2645. [2025-05-29T13:15:00,083][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2646. [2025-05-29T13:15:00,083][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2647. [2025-05-29T13:15:00,083][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2648. [2025-05-29T13:15:00,083][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2649. [2025-05-29T13:15:00,084][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2650. [2025-05-29T13:15:00,084][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2651. [2025-05-29T13:15:00,084][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2652. [2025-05-29T13:15:00,084][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2653. [2025-05-29T13:15:00,084][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2654. [2025-05-29T13:15:00,084][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2655. [2025-05-29T13:15:00,084][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2656. [2025-05-29T13:15:00,084][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2657. [2025-05-29T13:15:00,085][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2658. [2025-05-29T13:15:00,085][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2659. [2025-05-29T13:15:00,085][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2660. [2025-05-29T13:15:00,085][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2661. [2025-05-29T13:15:00,085][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2662. [2025-05-29T13:15:00,085][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2663. [2025-05-29T13:15:00,085][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2664. [2025-05-29T13:15:00,085][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2665. [2025-05-29T13:15:00,085][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2666. [2025-05-29T13:15:00,086][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2667. [2025-05-29T13:15:00,086][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2668. [2025-05-29T13:15:00,086][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2669. [2025-05-29T13:15:00,086][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2670. [2025-05-29T13:15:00,086][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2671. [2025-05-29T13:15:00,086][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2672. [2025-05-29T13:15:00,086][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2673. [2025-05-29T13:15:00,087][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2674. [2025-05-29T13:15:00,231][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2675. [2025-05-29T13:15:02,292][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2676. [2025-05-29T13:15:02,491][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/187849] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2677. [2025-05-29T13:15:02,725][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2678. [2025-05-29T13:15:02,845][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2679. [2025-05-29T13:15:03,323][INFO ][o.e.n.Node ] [es0] initialized
  2680. [2025-05-29T13:15:03,323][INFO ][o.e.n.Node ] [es0] starting ...
  2681. [2025-05-29T13:15:03,399][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2682. [2025-05-29T13:15:03,407][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2683. [2025-05-29T13:15:03,411][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2684. [1] bootstrap checks failed
  2685. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2686. [2025-05-29T13:15:03,413][INFO ][o.e.n.Node ] [es0] stopping ...
  2687. [2025-05-29T13:15:14,494][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2688. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna12897102384330559848.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna12897102384330559848.tmp: failed to map segment from shared object
  2689. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2690. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2691. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2692. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2693. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2694. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2695. at java.lang.System.load(System.java:1970) ~[?:?]
  2696. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2697. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2698. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2699. at java.lang.Class.forName0(Native Method) ~[?:?]
  2700. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2701. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2702. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2703. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2704. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2705. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2706. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2707. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2708. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2709. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2710. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2711. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2712. [2025-05-29T13:15:14,499][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2713. [2025-05-29T13:15:14,499][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2714. [2025-05-29T13:15:14,499][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2715. [2025-05-29T13:15:14,500][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2716. [2025-05-29T13:15:14,501][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2717. [2025-05-29T13:15:14,501][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2718. [2025-05-29T13:15:14,652][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2719. [2025-05-29T13:15:14,652][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2720. [2025-05-29T13:15:14,654][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2721. [2025-05-29T13:15:14,654][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[187914], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2722. [2025-05-29T13:15:14,654][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2723. [2025-05-29T13:15:15,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2724. [2025-05-29T13:15:15,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2725. [2025-05-29T13:15:15,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2726. [2025-05-29T13:15:15,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2727. [2025-05-29T13:15:15,649][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2728. [2025-05-29T13:15:15,650][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2729. [2025-05-29T13:15:15,650][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2730. [2025-05-29T13:15:15,650][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2731. [2025-05-29T13:15:15,650][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2732. [2025-05-29T13:15:15,650][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2733. [2025-05-29T13:15:15,650][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2734. [2025-05-29T13:15:15,650][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2735. [2025-05-29T13:15:15,650][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2736. [2025-05-29T13:15:15,651][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2737. [2025-05-29T13:15:15,651][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2738. [2025-05-29T13:15:15,651][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2739. [2025-05-29T13:15:15,651][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2740. [2025-05-29T13:15:15,651][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2741. [2025-05-29T13:15:15,651][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2742. [2025-05-29T13:15:15,651][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2743. [2025-05-29T13:15:15,651][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2744. [2025-05-29T13:15:15,651][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2745. [2025-05-29T13:15:15,652][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2746. [2025-05-29T13:15:15,652][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2747. [2025-05-29T13:15:15,652][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2748. [2025-05-29T13:15:15,652][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2749. [2025-05-29T13:15:15,652][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2750. [2025-05-29T13:15:15,652][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2751. [2025-05-29T13:15:15,652][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2752. [2025-05-29T13:15:15,653][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2753. [2025-05-29T13:15:15,790][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2754. [2025-05-29T13:15:17,810][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2755. [2025-05-29T13:15:18,006][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/188001] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2756. [2025-05-29T13:15:18,227][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2757. [2025-05-29T13:15:18,364][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2758. [2025-05-29T13:15:18,841][INFO ][o.e.n.Node ] [es0] initialized
  2759. [2025-05-29T13:15:18,841][INFO ][o.e.n.Node ] [es0] starting ...
  2760. [2025-05-29T13:15:18,917][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2761. [2025-05-29T13:15:18,925][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2762. [2025-05-29T13:15:18,929][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2763. [1] bootstrap checks failed
  2764. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2765. [2025-05-29T13:15:18,931][INFO ][o.e.n.Node ] [es0] stopping ...
  2766. [2025-05-29T13:15:30,247][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2767. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna10922974312277286146.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna10922974312277286146.tmp: failed to map segment from shared object
  2768. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2769. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2770. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2771. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2772. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2773. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2774. at java.lang.System.load(System.java:1970) ~[?:?]
  2775. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2776. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2777. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2778. at java.lang.Class.forName0(Native Method) ~[?:?]
  2779. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2780. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2781. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2782. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2783. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2784. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2785. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2786. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2787. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2788. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2789. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2790. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2791. [2025-05-29T13:15:30,252][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2792. [2025-05-29T13:15:30,252][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2793. [2025-05-29T13:15:30,252][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2794. [2025-05-29T13:15:30,253][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2795. [2025-05-29T13:15:30,253][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2796. [2025-05-29T13:15:30,254][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2797. [2025-05-29T13:15:30,393][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2798. [2025-05-29T13:15:30,393][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2799. [2025-05-29T13:15:30,395][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2800. [2025-05-29T13:15:30,395][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[188048], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2801. [2025-05-29T13:15:30,395][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2802. [2025-05-29T13:15:31,388][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2803. [2025-05-29T13:15:31,388][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2804. [2025-05-29T13:15:31,388][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2805. [2025-05-29T13:15:31,388][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2806. [2025-05-29T13:15:31,388][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2807. [2025-05-29T13:15:31,388][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2808. [2025-05-29T13:15:31,388][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2809. [2025-05-29T13:15:31,388][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2810. [2025-05-29T13:15:31,389][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2811. [2025-05-29T13:15:31,389][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2812. [2025-05-29T13:15:31,389][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2813. [2025-05-29T13:15:31,389][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2814. [2025-05-29T13:15:31,389][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2815. [2025-05-29T13:15:31,389][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2816. [2025-05-29T13:15:31,389][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2817. [2025-05-29T13:15:31,389][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2818. [2025-05-29T13:15:31,390][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2819. [2025-05-29T13:15:31,390][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2820. [2025-05-29T13:15:31,390][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2821. [2025-05-29T13:15:31,390][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2822. [2025-05-29T13:15:31,390][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2823. [2025-05-29T13:15:31,390][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2824. [2025-05-29T13:15:31,390][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2825. [2025-05-29T13:15:31,390][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2826. [2025-05-29T13:15:31,390][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2827. [2025-05-29T13:15:31,391][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2828. [2025-05-29T13:15:31,391][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2829. [2025-05-29T13:15:31,391][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2830. [2025-05-29T13:15:31,391][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2831. [2025-05-29T13:15:31,391][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2832. [2025-05-29T13:15:31,529][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2833. [2025-05-29T13:15:33,488][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2834. [2025-05-29T13:15:33,687][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/188136] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2835. [2025-05-29T13:15:33,896][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2836. [2025-05-29T13:15:34,028][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2837. [2025-05-29T13:15:34,486][INFO ][o.e.n.Node ] [es0] initialized
  2838. [2025-05-29T13:15:34,486][INFO ][o.e.n.Node ] [es0] starting ...
  2839. [2025-05-29T13:15:34,561][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2840. [2025-05-29T13:15:34,571][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2841. [2025-05-29T13:15:34,575][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2842. [1] bootstrap checks failed
  2843. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2844. [2025-05-29T13:15:34,577][INFO ][o.e.n.Node ] [es0] stopping ...
  2845. [2025-05-29T13:15:45,762][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2846. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna9927308144526323326.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna9927308144526323326.tmp: failed to map segment from shared object
  2847. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2848. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2849. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2850. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2851. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2852. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2853. at java.lang.System.load(System.java:1970) ~[?:?]
  2854. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2855. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2856. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2857. at java.lang.Class.forName0(Native Method) ~[?:?]
  2858. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2859. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2860. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2861. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2862. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2863. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2864. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2865. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2866. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2867. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2868. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2869. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2870. [2025-05-29T13:15:45,767][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2871. [2025-05-29T13:15:45,768][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2872. [2025-05-29T13:15:45,768][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2873. [2025-05-29T13:15:45,769][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2874. [2025-05-29T13:15:45,769][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2875. [2025-05-29T13:15:45,769][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2876. [2025-05-29T13:15:45,905][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2877. [2025-05-29T13:15:45,905][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2878. [2025-05-29T13:15:45,907][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2879. [2025-05-29T13:15:45,907][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[188190], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2880. [2025-05-29T13:15:45,907][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2881. [2025-05-29T13:15:46,871][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2882. [2025-05-29T13:15:46,871][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2883. [2025-05-29T13:15:46,872][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2884. [2025-05-29T13:15:46,872][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2885. [2025-05-29T13:15:46,872][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2886. [2025-05-29T13:15:46,872][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2887. [2025-05-29T13:15:46,872][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2888. [2025-05-29T13:15:46,872][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2889. [2025-05-29T13:15:46,872][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2890. [2025-05-29T13:15:46,872][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2891. [2025-05-29T13:15:46,873][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2892. [2025-05-29T13:15:46,873][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2893. [2025-05-29T13:15:46,873][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2894. [2025-05-29T13:15:46,873][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2895. [2025-05-29T13:15:46,873][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2896. [2025-05-29T13:15:46,873][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2897. [2025-05-29T13:15:46,873][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2898. [2025-05-29T13:15:46,874][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2899. [2025-05-29T13:15:46,874][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2900. [2025-05-29T13:15:46,874][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2901. [2025-05-29T13:15:46,874][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2902. [2025-05-29T13:15:46,874][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2903. [2025-05-29T13:15:46,874][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2904. [2025-05-29T13:15:46,874][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2905. [2025-05-29T13:15:46,874][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2906. [2025-05-29T13:15:46,875][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2907. [2025-05-29T13:15:46,875][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2908. [2025-05-29T13:15:46,875][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2909. [2025-05-29T13:15:46,875][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2910. [2025-05-29T13:15:46,875][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2911. [2025-05-29T13:15:47,012][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2912. [2025-05-29T13:15:49,023][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2913. [2025-05-29T13:15:49,211][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/188277] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2914. [2025-05-29T13:15:49,430][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2915. [2025-05-29T13:15:49,548][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2916. [2025-05-29T13:15:49,982][INFO ][o.e.n.Node ] [es0] initialized
  2917. [2025-05-29T13:15:49,983][INFO ][o.e.n.Node ] [es0] starting ...
  2918. [2025-05-29T13:15:50,056][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2919. [2025-05-29T13:15:50,064][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2920. [2025-05-29T13:15:50,068][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  2921. [1] bootstrap checks failed
  2922. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  2923. [2025-05-29T13:15:50,070][INFO ][o.e.n.Node ] [es0] stopping ...
  2924. [2025-05-29T13:16:01,249][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  2925. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna16897036448835445123.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna16897036448835445123.tmp: failed to map segment from shared object
  2926. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  2927. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  2928. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  2929. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  2930. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  2931. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  2932. at java.lang.System.load(System.java:1970) ~[?:?]
  2933. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2934. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2935. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  2936. at java.lang.Class.forName0(Native Method) ~[?:?]
  2937. at java.lang.Class.forName(Class.java:375) ~[?:?]
  2938. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  2939. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  2940. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  2941. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  2942. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  2943. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  2944. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  2945. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2946. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  2947. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  2948. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  2949. [2025-05-29T13:16:01,254][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  2950. [2025-05-29T13:16:01,254][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  2951. [2025-05-29T13:16:01,255][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  2952. [2025-05-29T13:16:01,256][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  2953. [2025-05-29T13:16:01,256][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  2954. [2025-05-29T13:16:01,256][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  2955. [2025-05-29T13:16:01,390][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  2956. [2025-05-29T13:16:01,391][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  2957. [2025-05-29T13:16:01,392][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  2958. [2025-05-29T13:16:01,393][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[188323], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  2959. [2025-05-29T13:16:01,393][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  2960. [2025-05-29T13:16:02,351][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  2961. [2025-05-29T13:16:02,352][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  2962. [2025-05-29T13:16:02,352][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  2963. [2025-05-29T13:16:02,352][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  2964. [2025-05-29T13:16:02,352][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  2965. [2025-05-29T13:16:02,352][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  2966. [2025-05-29T13:16:02,352][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  2967. [2025-05-29T13:16:02,353][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  2968. [2025-05-29T13:16:02,353][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  2969. [2025-05-29T13:16:02,353][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  2970. [2025-05-29T13:16:02,353][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  2971. [2025-05-29T13:16:02,353][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  2972. [2025-05-29T13:16:02,353][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  2973. [2025-05-29T13:16:02,353][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  2974. [2025-05-29T13:16:02,354][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  2975. [2025-05-29T13:16:02,354][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  2976. [2025-05-29T13:16:02,354][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  2977. [2025-05-29T13:16:02,354][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  2978. [2025-05-29T13:16:02,354][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  2979. [2025-05-29T13:16:02,354][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  2980. [2025-05-29T13:16:02,354][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  2981. [2025-05-29T13:16:02,355][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  2982. [2025-05-29T13:16:02,355][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  2983. [2025-05-29T13:16:02,355][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  2984. [2025-05-29T13:16:02,355][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  2985. [2025-05-29T13:16:02,355][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  2986. [2025-05-29T13:16:02,355][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  2987. [2025-05-29T13:16:02,355][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  2988. [2025-05-29T13:16:02,355][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  2989. [2025-05-29T13:16:02,356][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  2990. [2025-05-29T13:16:02,500][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2991. [2025-05-29T13:16:04,530][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  2992. [2025-05-29T13:16:04,721][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/188410] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  2993. [2025-05-29T13:16:04,954][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  2994. [2025-05-29T13:16:05,072][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  2995. [2025-05-29T13:16:05,510][INFO ][o.e.n.Node ] [es0] initialized
  2996. [2025-05-29T13:16:05,510][INFO ][o.e.n.Node ] [es0] starting ...
  2997. [2025-05-29T13:16:05,587][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  2998. [2025-05-29T13:16:05,595][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  2999. [2025-05-29T13:16:05,599][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  3000. [1] bootstrap checks failed
  3001. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  3002. [2025-05-29T13:16:05,601][INFO ][o.e.n.Node ] [es0] stopping ...
  3003. [2025-05-29T13:16:16,770][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  3004. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna12435524500670385603.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna12435524500670385603.tmp: failed to map segment from shared object
  3005. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  3006. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  3007. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  3008. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  3009. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  3010. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  3011. at java.lang.System.load(System.java:1970) ~[?:?]
  3012. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3013. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3014. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3015. at java.lang.Class.forName0(Native Method) ~[?:?]
  3016. at java.lang.Class.forName(Class.java:375) ~[?:?]
  3017. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  3018. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  3019. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  3020. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  3021. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  3022. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  3023. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  3024. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3025. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3026. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  3027. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  3028. [2025-05-29T13:16:16,775][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  3029. [2025-05-29T13:16:16,775][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  3030. [2025-05-29T13:16:16,776][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  3031. [2025-05-29T13:16:16,777][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  3032. [2025-05-29T13:16:16,777][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  3033. [2025-05-29T13:16:16,777][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  3034. [2025-05-29T13:16:16,912][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  3035. [2025-05-29T13:16:16,912][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  3036. [2025-05-29T13:16:16,914][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  3037. [2025-05-29T13:16:16,914][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[188464], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  3038. [2025-05-29T13:16:16,914][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  3039. [2025-05-29T13:16:17,824][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  3040. [2025-05-29T13:16:17,824][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  3041. [2025-05-29T13:16:17,825][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  3042. [2025-05-29T13:16:17,825][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  3043. [2025-05-29T13:16:17,825][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  3044. [2025-05-29T13:16:17,825][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  3045. [2025-05-29T13:16:17,825][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  3046. [2025-05-29T13:16:17,825][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  3047. [2025-05-29T13:16:17,825][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  3048. [2025-05-29T13:16:17,825][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  3049. [2025-05-29T13:16:17,825][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  3050. [2025-05-29T13:16:17,826][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  3051. [2025-05-29T13:16:17,826][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  3052. [2025-05-29T13:16:17,826][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  3053. [2025-05-29T13:16:17,826][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  3054. [2025-05-29T13:16:17,826][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  3055. [2025-05-29T13:16:17,826][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  3056. [2025-05-29T13:16:17,826][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  3057. [2025-05-29T13:16:17,826][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  3058. [2025-05-29T13:16:17,827][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  3059. [2025-05-29T13:16:17,827][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  3060. [2025-05-29T13:16:17,827][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  3061. [2025-05-29T13:16:17,827][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  3062. [2025-05-29T13:16:17,827][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  3063. [2025-05-29T13:16:17,827][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  3064. [2025-05-29T13:16:17,827][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  3065. [2025-05-29T13:16:17,827][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  3066. [2025-05-29T13:16:17,828][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  3067. [2025-05-29T13:16:17,828][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  3068. [2025-05-29T13:16:17,828][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  3069. [2025-05-29T13:16:17,978][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  3070. [2025-05-29T13:16:19,957][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  3071. [2025-05-29T13:16:20,155][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/188552] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  3072. [2025-05-29T13:16:20,377][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  3073. [2025-05-29T13:16:20,511][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  3074. [2025-05-29T13:16:20,973][INFO ][o.e.n.Node ] [es0] initialized
  3075. [2025-05-29T13:16:20,973][INFO ][o.e.n.Node ] [es0] starting ...
  3076. [2025-05-29T13:16:21,050][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  3077. [2025-05-29T13:16:21,059][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  3078. [2025-05-29T13:16:21,063][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  3079. [1] bootstrap checks failed
  3080. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  3081. [2025-05-29T13:16:21,065][INFO ][o.e.n.Node ] [es0] stopping ...
  3082. [2025-05-29T13:16:32,275][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  3083. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna7605006591200824919.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna7605006591200824919.tmp: failed to map segment from shared object
  3084. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  3085. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  3086. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  3087. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  3088. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  3089. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  3090. at java.lang.System.load(System.java:1970) ~[?:?]
  3091. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3092. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3093. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3094. at java.lang.Class.forName0(Native Method) ~[?:?]
  3095. at java.lang.Class.forName(Class.java:375) ~[?:?]
  3096. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  3097. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  3098. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  3099. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  3100. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  3101. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  3102. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  3103. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3104. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3105. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  3106. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  3107. [2025-05-29T13:16:32,279][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  3108. [2025-05-29T13:16:32,280][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  3109. [2025-05-29T13:16:32,280][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  3110. [2025-05-29T13:16:32,281][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  3111. [2025-05-29T13:16:32,281][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  3112. [2025-05-29T13:16:32,281][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  3113. [2025-05-29T13:16:32,416][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  3114. [2025-05-29T13:16:32,417][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  3115. [2025-05-29T13:16:32,418][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  3116. [2025-05-29T13:16:32,418][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[188599], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  3117. [2025-05-29T13:16:32,419][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  3118. [2025-05-29T13:16:33,336][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  3119. [2025-05-29T13:16:33,336][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  3120. [2025-05-29T13:16:33,336][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  3121. [2025-05-29T13:16:33,336][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  3122. [2025-05-29T13:16:33,336][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  3123. [2025-05-29T13:16:33,337][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  3124. [2025-05-29T13:16:33,337][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  3125. [2025-05-29T13:16:33,337][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  3126. [2025-05-29T13:16:33,337][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  3127. [2025-05-29T13:16:33,337][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  3128. [2025-05-29T13:16:33,337][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  3129. [2025-05-29T13:16:33,337][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  3130. [2025-05-29T13:16:33,337][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  3131. [2025-05-29T13:16:33,338][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  3132. [2025-05-29T13:16:33,338][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  3133. [2025-05-29T13:16:33,338][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  3134. [2025-05-29T13:16:33,338][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  3135. [2025-05-29T13:16:33,338][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  3136. [2025-05-29T13:16:33,338][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  3137. [2025-05-29T13:16:33,338][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  3138. [2025-05-29T13:16:33,338][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  3139. [2025-05-29T13:16:33,338][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  3140. [2025-05-29T13:16:33,339][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  3141. [2025-05-29T13:16:33,339][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  3142. [2025-05-29T13:16:33,339][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  3143. [2025-05-29T13:16:33,339][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  3144. [2025-05-29T13:16:33,339][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  3145. [2025-05-29T13:16:33,339][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  3146. [2025-05-29T13:16:33,339][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  3147. [2025-05-29T13:16:33,339][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  3148. [2025-05-29T13:16:33,481][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  3149. [2025-05-29T13:16:35,427][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  3150. [2025-05-29T13:16:35,619][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/188686] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  3151. [2025-05-29T13:16:35,843][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  3152. [2025-05-29T13:16:35,990][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  3153. [2025-05-29T13:16:36,428][INFO ][o.e.n.Node ] [es0] initialized
  3154. [2025-05-29T13:16:36,428][INFO ][o.e.n.Node ] [es0] starting ...
  3155. [2025-05-29T13:16:36,501][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  3156. [2025-05-29T13:16:36,510][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  3157. [2025-05-29T13:16:36,514][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  3158. [1] bootstrap checks failed
  3159. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  3160. [2025-05-29T13:16:36,516][INFO ][o.e.n.Node ] [es0] stopping ...
  3161. [2025-05-29T13:16:47,759][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  3162. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna15556111790447250191.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna15556111790447250191.tmp: failed to map segment from shared object
  3163. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  3164. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  3165. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  3166. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  3167. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  3168. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  3169. at java.lang.System.load(System.java:1970) ~[?:?]
  3170. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3171. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3172. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3173. at java.lang.Class.forName0(Native Method) ~[?:?]
  3174. at java.lang.Class.forName(Class.java:375) ~[?:?]
  3175. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  3176. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  3177. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  3178. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  3179. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  3180. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  3181. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  3182. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3183. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3184. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  3185. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  3186. [2025-05-29T13:16:47,764][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  3187. [2025-05-29T13:16:47,764][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  3188. [2025-05-29T13:16:47,764][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  3189. [2025-05-29T13:16:47,765][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  3190. [2025-05-29T13:16:47,765][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  3191. [2025-05-29T13:16:47,766][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  3192. [2025-05-29T13:16:47,903][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  3193. [2025-05-29T13:16:47,903][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  3194. [2025-05-29T13:16:47,905][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  3195. [2025-05-29T13:16:47,905][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[188736], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  3196. [2025-05-29T13:16:47,906][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  3197. [2025-05-29T13:16:48,899][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  3198. [2025-05-29T13:16:48,900][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  3199. [2025-05-29T13:16:48,900][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  3200. [2025-05-29T13:16:48,900][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  3201. [2025-05-29T13:16:48,900][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  3202. [2025-05-29T13:16:48,900][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  3203. [2025-05-29T13:16:48,900][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  3204. [2025-05-29T13:16:48,900][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  3205. [2025-05-29T13:16:48,900][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  3206. [2025-05-29T13:16:48,900][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  3207. [2025-05-29T13:16:48,901][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  3208. [2025-05-29T13:16:48,901][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  3209. [2025-05-29T13:16:48,901][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  3210. [2025-05-29T13:16:48,901][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  3211. [2025-05-29T13:16:48,901][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  3212. [2025-05-29T13:16:48,901][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  3213. [2025-05-29T13:16:48,901][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  3214. [2025-05-29T13:16:48,901][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  3215. [2025-05-29T13:16:48,902][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  3216. [2025-05-29T13:16:48,902][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  3217. [2025-05-29T13:16:48,902][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  3218. [2025-05-29T13:16:48,902][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  3219. [2025-05-29T13:16:48,902][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  3220. [2025-05-29T13:16:48,902][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  3221. [2025-05-29T13:16:48,902][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  3222. [2025-05-29T13:16:48,902][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  3223. [2025-05-29T13:16:48,902][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  3224. [2025-05-29T13:16:48,903][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  3225. [2025-05-29T13:16:48,903][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  3226. [2025-05-29T13:16:48,903][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  3227. [2025-05-29T13:16:49,045][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  3228. [2025-05-29T13:16:51,105][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  3229. [2025-05-29T13:16:51,296][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/188823] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  3230. [2025-05-29T13:16:51,510][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  3231. [2025-05-29T13:16:51,628][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  3232. [2025-05-29T13:16:52,113][INFO ][o.e.n.Node ] [es0] initialized
  3233. [2025-05-29T13:16:52,114][INFO ][o.e.n.Node ] [es0] starting ...
  3234. [2025-05-29T13:16:52,191][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  3235. [2025-05-29T13:16:52,200][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  3236. [2025-05-29T13:16:52,204][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  3237. [1] bootstrap checks failed
  3238. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  3239. [2025-05-29T13:16:52,206][INFO ][o.e.n.Node ] [es0] stopping ...
  3240. [2025-05-29T13:17:03,502][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  3241. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna13715121230968861894.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna13715121230968861894.tmp: failed to map segment from shared object
  3242. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  3243. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  3244. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  3245. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  3246. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  3247. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  3248. at java.lang.System.load(System.java:1970) ~[?:?]
  3249. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3250. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3251. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3252. at java.lang.Class.forName0(Native Method) ~[?:?]
  3253. at java.lang.Class.forName(Class.java:375) ~[?:?]
  3254. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  3255. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  3256. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  3257. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  3258. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  3259. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  3260. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  3261. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3262. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3263. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  3264. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  3265. [2025-05-29T13:17:03,506][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  3266. [2025-05-29T13:17:03,507][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  3267. [2025-05-29T13:17:03,507][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  3268. [2025-05-29T13:17:03,508][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  3269. [2025-05-29T13:17:03,508][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  3270. [2025-05-29T13:17:03,508][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  3271. [2025-05-29T13:17:03,676][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  3272. [2025-05-29T13:17:03,676][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  3273. [2025-05-29T13:17:03,677][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  3274. [2025-05-29T13:17:03,678][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[188874], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  3275. [2025-05-29T13:17:03,678][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  3276. [2025-05-29T13:17:04,627][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  3277. [2025-05-29T13:17:04,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  3278. [2025-05-29T13:17:04,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  3279. [2025-05-29T13:17:04,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  3280. [2025-05-29T13:17:04,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  3281. [2025-05-29T13:17:04,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  3282. [2025-05-29T13:17:04,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  3283. [2025-05-29T13:17:04,628][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  3284. [2025-05-29T13:17:04,629][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  3285. [2025-05-29T13:17:04,629][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  3286. [2025-05-29T13:17:04,629][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  3287. [2025-05-29T13:17:04,629][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  3288. [2025-05-29T13:17:04,629][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  3289. [2025-05-29T13:17:04,629][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  3290. [2025-05-29T13:17:04,629][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  3291. [2025-05-29T13:17:04,629][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  3292. [2025-05-29T13:17:04,630][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  3293. [2025-05-29T13:17:04,630][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  3294. [2025-05-29T13:17:04,630][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  3295. [2025-05-29T13:17:04,630][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  3296. [2025-05-29T13:17:04,630][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  3297. [2025-05-29T13:17:04,630][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  3298. [2025-05-29T13:17:04,630][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  3299. [2025-05-29T13:17:04,630][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  3300. [2025-05-29T13:17:04,631][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  3301. [2025-05-29T13:17:04,631][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  3302. [2025-05-29T13:17:04,631][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  3303. [2025-05-29T13:17:04,631][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  3304. [2025-05-29T13:17:04,631][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  3305. [2025-05-29T13:17:04,631][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  3306. [2025-05-29T13:17:04,765][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  3307. [2025-05-29T13:17:06,708][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  3308. [2025-05-29T13:17:06,897][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/188963] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  3309. [2025-05-29T13:17:07,115][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  3310. [2025-05-29T13:17:07,237][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  3311. [2025-05-29T13:17:07,669][INFO ][o.e.n.Node ] [es0] initialized
  3312. [2025-05-29T13:17:07,669][INFO ][o.e.n.Node ] [es0] starting ...
  3313. [2025-05-29T13:17:07,743][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  3314. [2025-05-29T13:17:07,751][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  3315. [2025-05-29T13:17:07,755][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  3316. [1] bootstrap checks failed
  3317. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  3318. [2025-05-29T13:17:07,757][INFO ][o.e.n.Node ] [es0] stopping ...
  3319. [2025-05-29T13:17:19,029][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  3320. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna4019691439009217167.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna4019691439009217167.tmp: failed to map segment from shared object
  3321. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  3322. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  3323. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  3324. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  3325. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  3326. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  3327. at java.lang.System.load(System.java:1970) ~[?:?]
  3328. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3329. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3330. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3331. at java.lang.Class.forName0(Native Method) ~[?:?]
  3332. at java.lang.Class.forName(Class.java:375) ~[?:?]
  3333. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  3334. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  3335. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  3336. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  3337. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  3338. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  3339. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  3340. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3341. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3342. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  3343. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  3344. [2025-05-29T13:17:19,034][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  3345. [2025-05-29T13:17:19,034][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  3346. [2025-05-29T13:17:19,035][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  3347. [2025-05-29T13:17:19,036][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  3348. [2025-05-29T13:17:19,036][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  3349. [2025-05-29T13:17:19,036][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  3350. [2025-05-29T13:17:19,171][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  3351. [2025-05-29T13:17:19,171][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  3352. [2025-05-29T13:17:19,172][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  3353. [2025-05-29T13:17:19,173][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[189011], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  3354. [2025-05-29T13:17:19,173][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  3355. [2025-05-29T13:17:20,093][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  3356. [2025-05-29T13:17:20,093][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  3357. [2025-05-29T13:17:20,093][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  3358. [2025-05-29T13:17:20,093][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  3359. [2025-05-29T13:17:20,093][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  3360. [2025-05-29T13:17:20,094][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  3361. [2025-05-29T13:17:20,094][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  3362. [2025-05-29T13:17:20,094][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  3363. [2025-05-29T13:17:20,094][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  3364. [2025-05-29T13:17:20,094][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  3365. [2025-05-29T13:17:20,094][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  3366. [2025-05-29T13:17:20,094][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  3367. [2025-05-29T13:17:20,094][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  3368. [2025-05-29T13:17:20,095][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  3369. [2025-05-29T13:17:20,095][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  3370. [2025-05-29T13:17:20,095][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  3371. [2025-05-29T13:17:20,095][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  3372. [2025-05-29T13:17:20,095][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  3373. [2025-05-29T13:17:20,095][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  3374. [2025-05-29T13:17:20,095][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  3375. [2025-05-29T13:17:20,095][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  3376. [2025-05-29T13:17:20,096][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  3377. [2025-05-29T13:17:20,096][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  3378. [2025-05-29T13:17:20,096][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  3379. [2025-05-29T13:17:20,096][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  3380. [2025-05-29T13:17:20,096][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  3381. [2025-05-29T13:17:20,096][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-sql]
  3382. [2025-05-29T13:17:20,096][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-upgrade]
  3383. [2025-05-29T13:17:20,096][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-watcher]
  3384. [2025-05-29T13:17:20,097][INFO ][o.e.p.PluginsService ] [es0] loaded plugin [analysis-phonetic]
  3385. [2025-05-29T13:17:20,230][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  3386. [2025-05-29T13:17:22,182][INFO ][i.n.u.i.PlatformDependent] [es0] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
  3387. [2025-05-29T13:17:22,374][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [es0] [controller/189098] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
  3388. [2025-05-29T13:17:22,587][DEBUG][o.e.a.ActionModule ] [es0] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
  3389. [2025-05-29T13:17:22,708][INFO ][o.e.d.DiscoveryModule ] [es0] using discovery type [zen] and host providers [settings]
  3390. [2025-05-29T13:17:23,177][INFO ][o.e.n.Node ] [es0] initialized
  3391. [2025-05-29T13:17:23,177][INFO ][o.e.n.Node ] [es0] starting ...
  3392. [2025-05-29T13:17:23,257][INFO ][o.e.t.TransportService ] [es0] publish_address {10.2.0.4:9300}, bound_addresses {10.2.0.4:9300}
  3393. [2025-05-29T13:17:23,268][INFO ][o.e.b.BootstrapChecks ] [es0] bound or publishing to a non-loopback address, enforcing bootstrap checks
  3394. [2025-05-29T13:17:23,272][ERROR][o.e.b.Bootstrap ] [es0] node validation exception
  3395. [1] bootstrap checks failed
  3396. [1]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
  3397. [2025-05-29T13:17:23,274][INFO ][o.e.n.Node ] [es0] stopping ...
  3398. [2025-05-29T13:17:34,518][WARN ][o.e.b.Natives ] [es0] unable to load JNA native support library, native methods will be disabled.
  3399. java.lang.UnsatisfiedLinkError: /opt/data/elasticsearch-6.8.23/tmp/jna12659524144483982904.tmp: /opt/data/elasticsearch-6.8.23/tmp/jna12659524144483982904.tmp: failed to map segment from shared object
  3400. at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?]
  3401. at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) ~[?:?]
  3402. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232) ~[?:?]
  3403. at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174) ~[?:?]
  3404. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?]
  3405. at java.lang.Runtime.load0(Runtime.java:755) ~[?:?]
  3406. at java.lang.System.load(System.java:1970) ~[?:?]
  3407. at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1018) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3408. at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:988) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3409. at com.sun.jna.Native.<clinit>(Native.java:195) ~[jna-5.5.0.jar:5.5.0 (b0)]
  3410. at java.lang.Class.forName0(Native Method) ~[?:?]
  3411. at java.lang.Class.forName(Class.java:375) ~[?:?]
  3412. at org.elasticsearch.bootstrap.Natives.<clinit>(Natives.java:45) [elasticsearch-6.8.23.jar:6.8.23]
  3413. at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:102) [elasticsearch-6.8.23.jar:6.8.23]
  3414. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:170) [elasticsearch-6.8.23.jar:6.8.23]
  3415. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:333) [elasticsearch-6.8.23.jar:6.8.23]
  3416. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:159) [elasticsearch-6.8.23.jar:6.8.23]
  3417. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:150) [elasticsearch-6.8.23.jar:6.8.23]
  3418. at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.8.23.jar:6.8.23]
  3419. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3420. at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.8.23.jar:6.8.23]
  3421. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:116) [elasticsearch-6.8.23.jar:6.8.23]
  3422. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93) [elasticsearch-6.8.23.jar:6.8.23]
  3423. [2025-05-29T13:17:34,522][WARN ][o.e.b.Natives ] [es0] cannot check if running as root because JNA is not available
  3424. [2025-05-29T13:17:34,523][WARN ][o.e.b.Natives ] [es0] cannot install system call filter because JNA is not available
  3425. [2025-05-29T13:17:34,523][WARN ][o.e.b.Natives ] [es0] cannot register console handler because JNA is not available
  3426. [2025-05-29T13:17:34,524][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_NPROC because JNA is not available
  3427. [2025-05-29T13:17:34,524][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_AS because JNA is not available
  3428. [2025-05-29T13:17:34,524][WARN ][o.e.b.Natives ] [es0] cannot getrlimit RLIMIT_FSIZE because JNA is not available
  3429. [2025-05-29T13:17:34,671][INFO ][o.e.e.NodeEnvironment ] [es0] using [1] data paths, mounts [[/opt/data (/dev/sdb1)]], net usable_space [194.2gb], net total_space [502.8gb], types [ext4]
  3430. [2025-05-29T13:17:34,671][INFO ][o.e.e.NodeEnvironment ] [es0] heap size [2gb], compressed ordinary object pointers [true]
  3431. [2025-05-29T13:17:34,673][INFO ][o.e.n.Node ] [es0] node name [es0], node ID [sT0PUhENQ-O01mjhilFt7w]
  3432. [2025-05-29T13:17:34,673][INFO ][o.e.n.Node ] [es0] version[6.8.23], pid[189146], build[default/tar/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.8.0-1028-azure/amd64], JVM[Ubuntu/OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-Ubuntu-0ubuntu122.04]
  3433. [2025-05-29T13:17:34,673][INFO ][o.e.n.Node ] [es0] JVM arguments [-Xms2048m, -Xmx2048m, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Djava.io.tmpdir=/opt/data/elasticsearch-6.8.23/tmp, -XX:-HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=/opt/data/elasticsearch-6.8.23/logs/heapdump.hprof, -XX:ErrorFile=/opt/data/elasticsearch-6.8.23/logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.path.home=/opt/elasticsearch-6.8.23, -Des.path.conf=/etc/elasticsearch-6.8.23, -Des.distribution.flavor=default, -Des.distribution.type=tar]
  3434. [2025-05-29T13:17:35,610][INFO ][o.e.p.PluginsService ] [es0] loaded module [aggs-matrix-stats]
  3435. [2025-05-29T13:17:35,610][INFO ][o.e.p.PluginsService ] [es0] loaded module [analysis-common]
  3436. [2025-05-29T13:17:35,610][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-common]
  3437. [2025-05-29T13:17:35,610][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-geoip]
  3438. [2025-05-29T13:17:35,610][INFO ][o.e.p.PluginsService ] [es0] loaded module [ingest-user-agent]
  3439. [2025-05-29T13:17:35,611][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-expression]
  3440. [2025-05-29T13:17:35,611][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-mustache]
  3441. [2025-05-29T13:17:35,611][INFO ][o.e.p.PluginsService ] [es0] loaded module [lang-painless]
  3442. [2025-05-29T13:17:35,611][INFO ][o.e.p.PluginsService ] [es0] loaded module [mapper-extras]
  3443. [2025-05-29T13:17:35,611][INFO ][o.e.p.PluginsService ] [es0] loaded module [parent-join]
  3444. [2025-05-29T13:17:35,611][INFO ][o.e.p.PluginsService ] [es0] loaded module [percolator]
  3445. [2025-05-29T13:17:35,611][INFO ][o.e.p.PluginsService ] [es0] loaded module [rank-eval]
  3446. [2025-05-29T13:17:35,612][INFO ][o.e.p.PluginsService ] [es0] loaded module [reindex]
  3447. [2025-05-29T13:17:35,612][INFO ][o.e.p.PluginsService ] [es0] loaded module [repository-url]
  3448. [2025-05-29T13:17:35,612][INFO ][o.e.p.PluginsService ] [es0] loaded module [transport-netty4]
  3449. [2025-05-29T13:17:35,612][INFO ][o.e.p.PluginsService ] [es0] loaded module [tribe]
  3450. [2025-05-29T13:17:35,612][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ccr]
  3451. [2025-05-29T13:17:35,612][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-core]
  3452. [2025-05-29T13:17:35,612][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-deprecation]
  3453. [2025-05-29T13:17:35,613][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-graph]
  3454. [2025-05-29T13:17:35,613][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ilm]
  3455. [2025-05-29T13:17:35,613][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-logstash]
  3456. [2025-05-29T13:17:35,613][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-ml]
  3457. [2025-05-29T13:17:35,613][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-monitoring]
  3458. [2025-05-29T13:17:35,613][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-rollup]
  3459. [2025-05-29T13:17:35,613][INFO ][o.e.p.PluginsService ] [es0] loaded module [x-pack-security]
  3460. [2025-05-29T13:17:35,613][INFO ][o.e.p.PluginsService ] [e
Advertisement
Add Comment
Please, Sign In to add comment