for my project I have to use all data in kibana, which has a timestamp of the last week, which is not the problem.
But there is another date field called lastSeen which is independent to the timestamp and this date have to be in the last month.
So have anyone an idea how I can filter data in that way that one date field is not older than a week and the other one is not older than a month?
Alternatively you could just by pass the Time Filter altogether and enter both criteria in the query bar. From what you're describing, you'd just apply them both using an and between the two filter queries.
That is a possible way to solve the Problem but in KQL I can use specific dates like "2021-07-27...". Because I need the date monthly it would be better if I could say "not older than a week" or "older than a month" or something like this.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.