Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vincent Sellier
swh-docs
Commits
dd17bc3c
Commit
dd17bc3c
authored
5 years ago
by
François Tigeot
Browse files
Options
Downloads
Patches
Plain Diff
swh-docs: Add Elasticsearch documentation
parent
776faec3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/elasticsearch.rst
+36
-0
36 additions, 0 deletions
docs/elasticsearch.rst
with
36 additions
and
0 deletions
docs/elasticsearch.rst
0 → 100644
+
36
−
0
View file @
dd17bc3c
==============
Elasticsearch
==============
Software Heritage uses an Elasticsearch cluster for long-term log storage.
Hardware implementation
=======================
- 3x Xeon E3v6 (Skylake) servers with 32GB of RAM and 3x 2TB of hard drives each
- 2x gigabit switches
List of nodes
-------------
* esnode1.internal.softwareheritage.org.
* esnode2.internal.softwareheritage.org.
* esnode3.internal.softwareheritage.org.
Architecture diagram
====================
.. graphviz:: images/elasticsearch.dot
Per-node storage
================
- one root hard drive with a small filesystem
- 3x 2TB hard drives in RAID0
- xfs filesystem on this volume, mounted on */srv/elasticsearch*
Remark
======
The root hard drive of the Elasticsearch nodes is also used to
store an ext4 `Kafka` dedicated filesystem mounted on */srv/kafka* .
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment