How to visualize cloudwatch logs with group by fields using a line chart

0

I have a query which returns the logs from multiple instances. When i do a stats on a field with other fields (ex: stats max(gc) by instanceid) i am not able to visualize using a line chart. And each line in the line chart should represent different instances. How to achieve this?

posta 2 anni fa1725 visualizzazioni
1 Risposta
0
Risposta accettata

Line chart and stacked area chart restrictions

Queries that aggregate log entry information but don't use the bin() function can generate bar charts. However, the queries cannot generate line charts or stacked area charts.

profile pictureAWS
ESPERTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande