You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when I try to integrate pino-http on my express application with pino-elasticsearch, everything is being forwarded to elasticsearch. My elasticsearch object looks like this:
Currently, when I try to integrate pino-http on my express application with pino-elasticsearch, everything is being forwarded to elasticsearch. My elasticsearch object looks like this:
However, I just want to forward some of the properties, and ignore the rest. I want the object to look like this:
Currently, no option available to achieve this in
pino-elasticsearch
. We need something available toignore
option available inpino-pretty
.The text was updated successfully, but these errors were encountered: