Getting Country Information from IP in Signoz
TLDR Syed asked for operator in Signoz to get country info from IP. nitya-signoz stated it's not available in OpenTelemetry but suggested using Fluentd to forward data to Signoz.
1
Apr 27, 2023 (7 months ago)
Syed
10:48 AMAnkit nitya-signoz
What is the operator in signoz to get country information from IP?
like we are doing in fluentd
<filter nginxweblogs>
@type geoip
geoip_lookup_keys host
<record>
city ${city.names.en["host"]}
lat ${location.latitude["host"]}
lon ${location.longitude["host"]}
country ${country.iso_code["host"]}
country_name ${country.names.en["host"]}
</record>
</filter>
How can I achieve this in signoz?
nitya-signoz
10:58 AMSyed
10:58 AM1
Ankit
11:00 AMSyed
11:01 AMnitya-signoz
11:03 AMSyed
11:05 AMSyed
11:06 AMnitya-signoz
11:07 AMSyed
11:08 AMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Parsing JSON Logs in Kubernetes for Different Applications
Nick sought advice on parsing JSON logs in Kubernetes for apps without OTEL support. nitya-signoz suggested using additional operators, creating pipelines, and mapping according to the business logic.
Validating Prometheus Configuration and Grafana JSON Support
zane.chen asked how to validate Prometheus config and sought help with a Grafana JSON template. Srikanth advised on validation, discussing Grafana version compatibility.
SigNoz Log Format and JSON Parsing
Luke asked about the log format for SigNoz and using operators to convert loggers. nitya-signoz shared resources about specifications and recommended using operators. Travis had issues with JSON parsing but resolved them by updating `otel-agent-config.yaml`.
Troubleshooting SigNoz Monitoring for AWS EC2 Docker-Compose Application
dipak has problems with SigNoz integration to monitor containers in an AWS EC2 Docker-Compose application. Prashant suggests updating the dashboard and using different guides for log collection, metrics collection and application instrumentation. Issues are still unresolved.
Troubleshooting and Adding Log Files to SigNoz POC
Noor has requested help with incorporating log files into their SigNoz POC. In collaboration with vishal-signoz and nitya-signoz, they managed to successfully setup and resolve their issues.