Skip to content

Commit

Permalink
Add opensearch to the operations guide
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Apr 17, 2024
1 parent 2928084 commit 73223d6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/guides/operations-guide/ceph.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
sidebar_label: Ceph
sidebar_position: 50
---

# Ceph
Expand Down
26 changes: 26 additions & 0 deletions docs/guides/operations-guide/infrastructure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
sidebar_label: Infrastructure
---

# Infrastructure

## Open Search

### Get all indices

```
$ curl https://api-int.testbed.osism.xyz:9200/_cat/indices?v
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open flog-2024.04.17 1rCP3NpUQSS5wmulCn6Y5g 1 1 1657832 0 1gb 654.4mb
green open .opensearch-observability UnS2gFb-QhC8oIefL3C52Q 1 2 0 0 624b 208b
green open .plugins-ml-config hMdzW6ooRMGZ_0OGcdNSgA 1 1 1 0 7.8kb 3.9kb
green open .opendistro-job-scheduler-lock fa_Io8bJQ8qfGII4DypxFg 1 1 1 3 51.1kb 35.1kb
green open .kibana_1 v-aJ6ioSQsOwHQn_NNbeOg 1 1 0 0 416b 208b
```

### Delete an index

```
$ curl -X DELETE https://api-int.testbed.osism.xyz:9200/flog-2024.04.17
{"acknowledged":true}
```
1 change: 0 additions & 1 deletion docs/guides/operations-guide/openstack/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
sidebar_label: OpenStack
sidebar_position: 60
---

# OpenStack
Expand Down

0 comments on commit 73223d6

Please sign in to comment.