35e6b139fc
ci / validate (push) Failing after 1m8s
Rework portfolio around Linux operations, Zabbix monitoring, migration validation, and ELK/Grafana log observability. Add AAP-style LVM resize workflow, Zabbix server/proxy/agent automation assets, Linux/AIX monitoring templates, and updated validation CI.
15 lines
303 B
YAML
15 lines
303 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Elasticsearch
|
|
type: elasticsearch
|
|
access: proxy
|
|
url: http://elasticsearch:9200
|
|
basicAuth: true
|
|
basicAuthUser: elastic
|
|
jsonData:
|
|
index: portfolio-logs-*
|
|
timeField: "@timestamp"
|
|
secureJsonData:
|
|
basicAuthPassword: elastic
|