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
Hello,
i want to delete logs using query for deleting logs passed 10 days,
how can i use appender for this ? i can't find how to send body json in the request with appender
the json body contains the query for items to delete :
json = {
"query": {
"range": {
"@timestamp": {
"lte": "now-10d"
}
}
}
}
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
i want to delete logs using query for deleting logs passed 10 days,
how can i use appender for this ? i can't find how to send body json in the request with appender
the json body contains the query for items to delete :
json = {
"query": {
"range": {
"@timestamp": {
"lte": "now-10d"
}
}
}
}
Thank you
The text was updated successfully, but these errors were encountered: