How to search special character?

Hi guys, I am a newbie in Kibana. I have a bunch of logs stored in Elasticsearch which contains IP address, and I want to search them via Kibana. But I realized it is very hard to do so.
For say the IP is 127.0.0.1, no matter I search for "127.0.0.1" or "127.0.0.1" or anything, elasticsearch cannot recognize. The same thing happens with the other special characters like "-" or "*". I wonder how can I search these characters? I would really appreciate your help. Thanks in advance.

The following syntax should work:

geoip.ip:"76.103.107.116"

Thank you so much Tanya! You saved my day!