You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logstash has the ability to start and use an embedded Elasticsearch node. This is great for POC and in development mode, but should never be used in a production setting. It is better to have a separate process running ES.
If embedded => true is used in config, a warning should be displayed
This surfaced while discussing the preset GC options in LS. See elastic/logstash#2914
The text was updated successfully, but these errors were encountered:
Logstash has the ability to start and use an embedded Elasticsearch node. This is great for POC and in development mode, but should never be used in a production setting. It is better to have a separate process running ES.
If
embedded => true
is used in config, a warning should be displayedThis surfaced while discussing the preset GC options in LS. See elastic/logstash#2914
The text was updated successfully, but these errors were encountered: