diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f512fe3c22b87562e685a08b89228eaebd6106e..b1817432d9271ab73510e02fb53c584ed9379464 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: {} diff --git a/docs/ansible/wiki/elk/introduction.md b/docs/ansible/wiki/elk/introduction.md index 7f2c0f72573f736a5ae2f57e8a44a4315b7a53a3..9b3ecd4a9025aa0b6dce5c09c2903fc5352e302e 100644 --- a/docs/ansible/wiki/elk/introduction.md +++ b/docs/ansible/wiki/elk/introduction.md @@ -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.