Is it possible to change the charset that Kibana reports in? I am having issues where Kibana reports the replacement character when it is supposed to be an oslash. I have changed the encoding charset in both the input file and the elasticsearch output charset but neither of them had an effect on how Kibana displays them. Any tips?
Not sure about your question at all? Can you please tell us which version of Kibana/ES you are using? what do you mean by charset that Kibana reports in? is it on reporting or on the UI and a screenshot?
I am using the latest versions of Kibana/ES (5.4.1). Perhaps charset is the wrong way of saying it. There was a setting logstash where I could change the encoding when the file is read in:
Did you set these codecs because of problems without the setting?
What browser are you using? Did you try another browser if you have another one installed?
Can you try just doing a query in your browser address bar like this?
(You'll have to change some of this. Replace makelogs-0/apache with your index name and type.
and replace the query extension.raw=jpg with some query that gets the data you're looking for.
If the characters don't show up properly there, then it's not a Kibana issue. It's either an issue with the data loading or your OS or browser settings.
I set the codecs because when the files were being read in logstash they blew up the command window with warnings about the wrong encoding. When I added those lines the warnings went away but these strange characters stayed.
I was using Chrome. Here is the strange character in Internet Explorer:
If it looks correct, then your problem must be in how the data is loaded into Elasticsearch. I think you should create a new post in the Logstash forum.
If it looks incorrect, then I think it is a setting on your computer itself?
Colton,
Here's one more test I just did on my Kibana. I posted a doc with that char in it to a new index, and then did a search on that index and Kibana shows it correctly in the console. If I also create an index pattern I'm sure I would see it correctly in the rest of Kibana.
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.