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
When indexing application logs, the index of the message field is a significant contributor to disk usage, and more than half the disk it uses is spent of positions. For logging use-cases when search performance is not critical, it would likely be a better trade-off to disable frequencies and positions, and confirm phrase queries using _source.