Hey guys,
So I've used strptime before but for some reason this isn't working properly. I have a column with different types of data like below:
Column |Value ------------------ 02/2016 | 100 03/2016 | 200 04/2016 | 150 05/2016 | 450 high | 12 medium | 30 low | 34
I have a column that separates the dates from the rest. so with that me search s simple:
index="servers" filter="dates" | eval myDate = strptime(Column, "%m/%Y")|table myDate
"filter" would be the field thats used separate the date from other data. This search gives me nothing.
What would the problem and how would i get it to work?
Thanks in advanced!
↧