I have a one field message:address=abc-bcd-asd.com ,name=vikas_gopal . I am making message field analyzed (ES default analyzed field)but the problem it when I show this in a table it is like
message count
abc --------- 1
bcd --------- 1
asd --------- 1
com ---------1
name -------1
vikas -------- 1
gopal --------1
I know I can use .raw field but I am afraid I do not want to do that.Any idea that I can achieve this , i mean filed should be analyzed but it should be visible like(it should not split after a special character like - or .)
Sorry I was not clear with my query, yes I am aware that I can use kv filter but what I want is to check which word or string repeats itself , so that i can replace string . Somethings like if a word or a string is getting repeated more than 20 times , i'll replace it with short string .I thought if I make message field an analyzed filed and visualize it in tabular form I will get words with respective count . Though i achieved it but the only problem is, it splits whenever it found a special character .
How I can force elasticsearch no to split words based on special character ? Space is fine .
Is there any specific customized analyzer which can solve my problem ?
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.