-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pods metadata is missing in the logs #42
Comments
Based on the log u posted, It looks like you are using a different solution of OCI (OCI Logging) to collect your logs but not the solution offered through this repo. Please check with respective team. |
I used the exact repo using terraform, might need some extra configuration ? terraform {
source = "github.com/oracle-quickstart/oci-kubernetes-monitoring.git//terraform/oke?ref=v3.0.0"
}
locals {
common-vars =read_terragrunt_config("${get_repo_root()}/common-vars.json")
environment-vars = read_terragrunt_config("${get_repo_root()}/${local.common-vars.locals.environment}/${ local.common-vars.locals.region}/environment-vars.json")
}
dependency "oke" {
config_path = "../oke/"
}
inputs = {
oke_cluster_ocid = dependency.oke.outputs.cluster_id
user_ocid = local.common-vars.locals.user_ocid
current_user_ocid = local.common-vars.locals.user_ocid
tenancy_ocid = local.common-vars.locals.tenancy_ocid
region = local.common-vars.locals.region
private_key_path = local.common-vars.locals.private_key_path
fingerprint = local.common-vars.locals.fingerprint
oke_compartment_ocid = local.common-vars.locals.compartment_id
kubernetes_namespace = "oci-onm"
opt_deploy_metric_server = true
oci_onm_compartment_ocid = local.common-vars.locals.compartment_id
opt_create_new_la_logGroup = false
oci_onm_compartment_ocid = local.common-vars.locals.compartment_id
oci_la_logGroup_name = "oke"
opt_use_existing_la_logGroup=true
oci_la_logGroup_id = "demo-oke"
opt_create_dynamicGroup_and_policies = true
fluentd_baseDir_path = "/var/log"
enable_dashboard_module = true
enable_helm_module = true
} Am i missing anything? |
hi, |
Thank you for your reply. It seems that I am still facing difficulties. Could you kindly provide me with any relevant documentation or resources that can assist me in resolving this issue? |
The logging part works but all the meta data is missing. the deployment was perform using default manifest using terraform which supposed to have meta data.
and here is the logs
The text was updated successfully, but these errors were encountered: