Hi, it’s my first post, I found CF has the the feature for custome filter logpush since 2022/09.
However, in my current dashboard(I’m paid plan), I can’t see it:
What I can do is to select from the default fields, but I want to filter to get more deeper logs, suppose my log is:
"logs": [
{
"message": [
"xxxxx"
],
"level": "log",
"timestamp": xxxxxx
},
{
"message": [
"Raw request
...
}
I want to only logpush to store the message
field. How ?