I have a visualization to plot the sum of item quantity's over the span of a period. I need to add a filter to only sum item's having unique item id.
How can I do that?
I tried using the below query, but it gives me the error:
< {
"size": 0,
"aggs": {
"unique_id": {
"terms": {
"field": "trades.id",
"size": 1000
}
}
}
} >
Or @Priyanka_Rajpal can try to anonymize / obfuscate the data. e.g. if it says customer number is 12345, just change it to 56789, Smith becomes Jones, Samsung becomes Company1, London becomes Location1, etc. It's usually not that hard, and you would not be sharing any customer data.
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.