File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ osctl/
2727│ │ ├── osctlindicesconfig.go # Конфигурация индексов
2828│ │ └── tenantsconfig.go # Конфигурация тенантов
2929│ ├── opensearch/ # OpenSearch API клиент
30- │ │ ├── client.go # Транспорт и базовые HTTP-хелперы
31- │ │ ├── common .go # Общие структуры ( allocation, aliases, nodes)
32- │ │ ├── indices.go # Операции с индексами и настройками
30+ │ │ ├── client.go # HTTP-клиент
31+ │ │ ├── cluster .go # allocation, aliases, nodes
32+ │ │ ├── indices.go # Операции с индексами и их настройками
3333│ │ ├── snapshots.go # Работа со снапшотами
3434│ │ ├── templates.go # Работа с index templates
3535│ │ └── tasks.go # Работа с _tasks API
3636│ ├── kibana/ # Kibana API клиент
3737│ │ ├── client.go # HTTP-клиент
38- │ │ └── service.go # Высокоуровневые операции ( saved objects, data-source)
38+ │ │ └── service.go # saved objects, data-source
3939│ ├── alerts/ # Madison алерты
4040│ │ └── to_madison.go
4141│ ├── logging/ # Логирование
You can’t perform that action at this time.
0 commit comments