Skip to content
Snippets Groups Projects
Commit cc30eb6a authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix links and improve CI performance

parent 19795beb
No related branches found
No related tags found
No related merge requests found
Pipeline #34670 passed
......@@ -26,6 +26,5 @@ Deploy:
variables:
GIT_STRATEGY: none
script:
- echo "Coming later ${PWD}"
- a -m copy -a "src=${PWD}/site/ dest=/var/www/docs/devops-tools" --limit=bsdevop1
- a -m synchronize -a "src=${PWD}/site/ dest=/var/www/docs/devops-tools" --limit=bsdevop1
cache: {}
......@@ -5,10 +5,10 @@ tags:
---
# ElasticSearch
- [Collecting Data](fluentd)
- [UI to view the data](kibana)
- [Alerts on Log Data](../monitoring/alerts-elk)
- [Re-Indexing a broken index](re-indexing)
- [Collecting Data](/ansible/wiki/elk/fluentd)
- [UI to view the data](/ansible/wiki/elk/kibana)
- [Alerts on Log Data](/ansible/wiki/monitoring/alerts-elk)
- [Re-Indexing a broken index](/ansible/wiki/elk/re-indexing)
Log data from the OS and selected applications is generated on the server farm on many different places and we are aggregating all of that data in ElasticSearch so that we can analyse the systems when ever needed but also to be able to raise alerts if something is going wrong.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment