Unable to make a field aggregatable in kibana

Yeah i did this only

Downloaded the zip for 6.5.4 from url :
https://oss.sonatype.org/service/local/repositories/releases/content/info/johtani/elasticsearch/plugin/ingest/ingest-csv/6.5.4.0/ingest-csv-6.5.4.0.zip

Capture_unzipped

The jar files didnt execute on double click or from GIT BASH

Capture_jar

Also in this : ./bin/elasticsearch-plugin install is a mac command & not for windows

In previous post i was taking about :

Which are again mac commands.

Can you please guide how to install this on windows

May be read https://www.elastic.co/guide/en/elasticsearch/plugins/current/plugin-management-custom-url.html

If you see below image we need to repeat this for each document by hard coding tha value of "my_field" .But what i actually wanted was that "message" field in all documents in an index is split automatically in 1 go . For this we need to run the command one by one that too by using actual value of message(my_field in this case) field .

image

I don't think I understand what you wrote and what the problem is.

May be someone else?

First you need to do mapping your index if want to aggregation kind of things, if you have already data in index then need to create new index with mapping and re index .

The above snap is from the link you shared .What i tried saying in the above post was that this soln does not solve my scenario

I explained how to parse a CSV content and extract data to fields.
Not sure what else you want.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.