Replies: 1 comment 3 replies
-
|
Here is the config YAML: <match oci.**>
@type opensearch
@id out_os
@log_level info
index_name oke-logs
host "opensearch-cluster-master.default.svc.cluster.local"
port "9200"
scheme "https"
ssl_verify "false"
suppress_type_name true
Retry_Limit False
reconnect_on_error true
reload_on_failure true
include_timestamp true
user admin
password admin
</match>
<match oci.oke.syslog**>
@type opensearch
@log_level info
index_name sys-logs
host "opensearch-cluster-master.default.svc.cluster.local"
port "9200"
scheme "https"
ssl_verify "false"
suppress_type_name true
Retry_Limit False
reconnect_on_error true
reload_on_failure true
include_timestamp true
user admin
password admin
</match> |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
this is a newbie question, but how can we configure the plugin so that we could match two different tags (or different granularity e.g. k8s.* and K8s.syslog.**?
I copy pasted the match components and only change the @id for plugin (if not it throws an error).
However, I didn't see the new index show up. Any suggestions on what is the right way of achieving this?
Beta Was this translation helpful? Give feedback.
All reactions