QuestionQ150

Performance Monitoring and Tuning

Which index-time props.conf attributes affect indexing performance? (Select all that apply.)

Choose three
  • A REPORT
  • B LINE_BREAKER
  • C ANNOTATE_PUNCT
  • D SHOULD_LINEMERGE
Explanation

LINE_BREAKER and SHOULD_LINEMERGE determine how incoming data is split and merged into events; direct line breaking is more efficient than line merging. ANNOTATE_PUNCT controls creation of an additional punct:: token in the index, which adds indexing work and can increase index space. REPORT is for search-time field extraction rather than index-time processing.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!