I'm working with kibana, I made a bar graph, but on the x-axis the records are url's
What I did for this was add the following script:
{
"script": "( _value.indexOf('/') > 0 ? _value.substring(_value.lastIndexOf('/')) : _va...
asked by
20.12.2018 / 05:55