I have an Index contains (Latitude, longitude ) of a position in Lambert II and I need to convert these coordinates to (Lat, long) in WGS84. I have the java code how to change from Lambert II to WGS84 and I need the steps to develop a plugin and use it for my index ?
That's a too wide question and I'm afraid we can't really help.
But some resources:
- https://www.elastic.co/guide/en/elasticsearch/plugins/current/plugin-authors.html
- https://www.elastic.co/blog/writing-your-own-ingest-processor-for-elasticsearch
Also, may be you should not write a plugin for that but do the conversion on the client side instead?
I developed the plugin using the same hierarchy of the "ingest-attachement" plugin but I don't know how to test if my plugin is working correctly or no, I have a csv file contains (lat, longitude) in lambert II but I can't see the changement in my index... how to verify that my plugin is working correctly ? and how to use it in kibana dev tools ?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.