logzio / logzio-azure-serverless

Azure function that ships Logs to logz.io
Apache License 2.0
10 stars 12 forks source link

message field is empty #42

Open sergiotocalini opened 4 years ago

sergiotocalini commented 4 years ago

I've been using this solution for a while now and I have an issue on the logs shipped to logz.io, I cannot see the data in the message field, this is empty, but in all the rest of the field are filled (e.g. resourceID). Do you know how can I fix this issue? Thanks in advance

idohalevi commented 4 years ago

@sergiotocalini are you sure you have message field in the log? Kibana will always show it on the Discover page. If it's empty or doesn't exist Kibana will show an empty message field

sergiotocalini commented 4 years ago

@idohalevi Thanks for your reply. Exactly that is the whole point, there is no message field on the log and I am trying to use Grok to parse some data and it is always based on the message field. Can you please help me with this or give me a grok example for no message field on logz.io? Thanks in advance

idohalevi commented 4 years ago

@sergiotocalini you can contact support and they will do the parsing for you. It's part of our service :)

sergiotocalini commented 4 years ago

@idohalevi Thanks for the clarification. I was trying to change the function on azure to provide the information on the message field but I will contact the support team then and see how can I solve this issue then. Because I would like to have the flexibility to do it by my own otherwise we will have to analise another solution like ELK. Thanks for your support

idohalevi commented 4 years ago

@sergiotocalini you can choose either way. This project is an open-source one so feel free

Doron-Bargo commented 3 years ago

Hi @sergiotocalini - is this issue still relevant?