Hi, i imported dataset, then made a request to create new index (step 3), but got an error ' "reason" : "Root mapping definition has unsupported parameters: [meta : {created_by=ml-file-data-visualizer}]"' What should i do?
Why this error is coming. { "error" : { "root_cause" : [ { "type" : "illegal_argument_exception", "reason" : "Field [InvoiceDate] of type [keyword] is not supported for aggregation [date_histogram]" } ],
I hope its not to late. I however, had the same issue when it came to the calculations. What I've done was, I changed the mapping while I uploaded the data.csv, according to Lisa's template. To do that, you'd need to go to the Options Menu > Home > Upload a File > select the File you want to upload > 'click' Import > in the "Import Data" Window, click on 'Advanced' > insert an Index name, and then copy and paste Lisas Template from her Github site. Once done, click on Import. This has worked for me (took me some Time to figure this out though.)
Been watching this series. This is how tutorials should be done. A benchmark for online teaching.
Best course for beginners ever!
Thank you so much for your course! I loved the didactics and learned a lot!
Very interesting lesson, thank you Lisa!
Thanks for the tutorials, really helpful!
love that course, thanks
How do I index Kaggle data-set in ES?
Hi, i imported dataset, then made a request to create new index (step 3), but got an error ' "reason" : "Root mapping definition has unsupported parameters: [meta : {created_by=ml-file-data-visualizer}]"'
What should i do?
Thank you
Sorry.i got solution.i forget to do step 1..
Why this error is coming.
{
"error" : {
"root_cause" : [
{
"type" : "illegal_argument_exception",
"reason" : "Field [InvoiceDate] of type [keyword] is not supported for aggregation [date_histogram]"
}
],
I hope its not to late. I however, had the same issue when it came to the calculations. What I've done was, I changed the mapping while I uploaded the data.csv, according to Lisa's template. To do that, you'd need to go to the Options Menu > Home > Upload a File > select the File you want to upload > 'click' Import > in the "Import Data" Window, click on 'Advanced' > insert an Index name, and then copy and paste Lisas Template from her Github site. Once done, click on Import. This has worked for me (took me some Time to figure this out though.)
Thank you