Skip to content

Maximum number of events per investigation? #1826

Discussion options

You must be logged in to vote

Hi, there are no limitations set by Timesketch but there are some limitations on the Elasticsearch backend depending on your setup.

  • Disk size: You can't save larger indexes than the physical hard disk space.
  • There are maximum number (1500) of shards that can be opened.
  • There are limitations with Lucene (which Elastic uses) and then Elastic itself, see https://www.elastic.co/guide/en/app-search/current/limits.html and maximum sizes of HTTP requests, hence when we upload files we split them up, to avoid HTTP limitations.

With a decent Elasticsearch deployment you can have hundreds of millions events across many many investigations without issues.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jaegeral
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants