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
we have found that more than a million characters in the text field makes ES choke. Probably the best way to go about this would be to have a max size in the config, and then call that in the script (just in case we discover performance issues at different ingest sizes.)
Also add a note to the log/output that the file was truncated so we can split it up, which should be best practice anyway.
The text was updated successfully, but these errors were encountered:
we have found that more than a million characters in the text field makes ES choke. Probably the best way to go about this would be to have a max size in the config, and then call that in the script (just in case we discover performance issues at different ingest sizes.)
Also add a note to the log/output that the file was truncated so we can split it up, which should be best practice anyway.
The text was updated successfully, but these errors were encountered: