UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8fde7aff authored by evan.rush's avatar evan.rush :speech_balloon:
Browse files

docs

parent 48c3f2a4
No related branches found
No related tags found
1 merge request!117docs
......@@ -8,11 +8,11 @@
- Login to Kibana
- username: elastic
- Password : can be obtained by querying kubectl get secrets -n logging logging-ek-es-elastic-user -o go-template='{{.data.elastic | base64decode}}'
- Create Index by selecting Management icon from the left menu and clicking Index patterns under Kibana. In the Create Index patterns enter <logstash-*> and click create index pattern. In the the next step Click on the dropdown and select "@timestamp"
- Create an Index by clicking the Management icon in the left menu and clicking Index patterns under Kibana. In the Create Index patterns enter <logstash-*> and click create index pattern. In the the next step Click on the dropdown and select "@timestamp"
- For Search click on Discovery from the side menu
- In KQL textbox enter `kubernets.namespace.name : elastic`
- In KQL textbox enter `kubernetes.namespace.name : elastic`
- Click Refresh/Update
......
### Overview of the Elastic Stack
### Overview of the Elastic Stack
ECK enables the provisioning of Elasticsearch using the [Operator Pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/).
This enables setup and management of Elasticsearch, Kibana, APM Server, Enterprise Search, and Beats on Kubernetes. The chart provides customizable [Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) for deploying your elasticsearch clusters.
This enables setup and management of Elasticsearch, Kibana, APM Server, Enterprise Search, and Beats on Kubernetes. The chart provides customizable [Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) for deploying your elasticsearch clusters.
Before you can create the custom resources , you would have to deploy the [ECK Operator](https://repo1.dso.mil/platform-one/big-bang/apps/core/eck-operator).
Before you can create the custom resources , you would have to deploy the [ECK Operator](https://repo1.dso.mil/platform-one/big-bang/apps/core/eck-operator).
This chart installs Custom Resources for the Elasticsearch and Kibana resource type. However , to find more information on the CRs for more customization , look at the [elasticsearch](https://github.com/elastic/cloud-on-k8s/blob/1.5/config/samples/elasticsearch/elasticsearch.yaml) and [kibana](https://github.com/elastic/cloud-on-k8s/blob/1.5/config/samples/kibana/kibana_es.yaml) sample manifests.
This chart installs Custom Resources for the Elasticsearch and Kibana resource type. However , to find more information on the CRs for more customization , look at the [elasticsearch](https://github.com/elastic/cloud-on-k8s/blob/1.5/config/samples/elasticsearch/elasticsearch.yaml) and [kibana](https://github.com/elastic/cloud-on-k8s/blob/1.5/config/samples/kibana/kibana_es.yaml) sample manifests.
A more detailed [architecture overview](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/blob/master/charter/packages/elasticsearch-kibana/Architecture.md) details how the components interact in a bigbang deployment.
A more detailed [architecture overview](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/blob/master/charter/packages/elasticsearch-kibana/Architecture.md) details how the components interact in a bigbang deployment.
### External resources for learning more
The following links provide more information on elasticsearch on kubernetes.
### External resources for learning more
The following links provide more information on elasticsearch on kubernetes.
* [Running the ELastic Stack on Kuberentes](https://www.youtube.com/watch?v=Wf6E3vkvEFM&t=2261s)
* [Running the ELastic Stack on Kubernetes](https://www.youtube.com/watch?v=Wf6E3vkvEFM&t=2261s)
* [Elasticsearch Architecture and scaling](https://www.youtube.com/watch?v=YsYUgZu9-Y4&list=RDQM3CS9KywI3RE&start_radio=1)
* [How To Use The Elastic Stack as a SIEM](https://www.youtube.com/watch?v=v69kyU5XMFI)
\ No newline at end of file
......@@ -2,7 +2,7 @@
It is possible to use the built in initContainers to set the sysclts. This is needed for Elastic to set the values of vm.max_map_count.
Note that the reccomended way to set the sysctls is by setting them directly on the cluster nodes. If this is not possible there are a couple of options.
Note that the recommended way to set the sysctls is by setting them directly on the cluster nodes. If this is not possible there are a couple of options.
The values.yaml file provides access to the elasticsearch serviceAccountName. This serviceAccount will be auto-created for you and used by elastic - defaults to "logging-elasticsearch".
......
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