Range Slider

Hi.

Does the topic cover come with negative value for ranger slider. Anyone could share with me how to input the negative value or any documents? I have input a + value, but when input "-" it have the error status.

Can you elaborate what you are referring to here, where is the slider?

Hi.

Ranger slider. For example, we are using kibana_sample_data_logs for index pattern. Bytes was selected at a range of 0 to 19986. Am i able to control the adjustment to negative value?

Ok, you posted this in the training category so it was a little confusing. I have moved it to the Kibana category.

Hi @linhz ,

I hope this example will help!

PUT example/_doc/1
{
  "price": 1
}

PUT example/_doc/2
{
  "price": 10
}

PUT example/_doc/3
{
  "price": -1
}

PUT example/_doc/4
{
  "price": -10
}

Hi.

Where do you put the custom field at?

Under ranger slider, there is no way to input the script.

Thanks.

Regards,

Lin Hong Zhi | Product Delivery

DID: (65) 6692 7049 | (65) 9272 9086

*Planned Leave:

14 Nov, 9 Dec, 12 Dec, 23 Dec, 27 Dec, 30 Dec

The information contained in this e-mail (including any attachment) is confidential and privileged. If you are not the intended recipient, please do not use, disclose, disseminate or copy this e-mail or any part of it. Please immediately delete it and notify us by sending a return e-mail. Thank you.

~WRD000.jpg

image002.jpg

Hi,

Please follow these steps

1- Index documents in Elasticsearch using kibana dev tools
2- Create index pattern/data view
3- Use this index pattern/data view in range slider

Regards

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