Terminology Index

Glossary

1801 terms

Open concept maps

Showing 865-896 of 1801 terms

I
32

Indexes

Data structures in logging and SIEM platforms that organize stored events so they can be searched quickly. Indexing makes telemetry usable for detection and investigation but adds storage and cost, shaping what is kept hot.

Indexes let a logging platform find matching events fast without scanning everything, making detection queries and investigations responsive. But indexing consumes storage and compute, so teams decide what to index and keep in fast (hot) storage versus cheaper, slower (cold) storage. Understanding indexing helps balance search performance against cost and informs logging architecture, retention, and which data is readily queryable for security work.

Introduced in: Logging, Monitoring, and Telemetry

Examples

  • Indexing recent logs so detection queries return quickly.
  • Choosing which fields to index to balance speed against cost.
  • Keeping indexed data hot while archiving the rest to cold storage.

No related terms linked yet.