Hi:
I'm recently trying to use phoebus-olog in our system, but having some problems.
I have downloaded the package of olog service from github (
https://github.com/Olog/phoebus-olog), and have deployed it successfully. I used postman to test the service, and there was no error while sending both PUT and GET request to the address.
However, when I tried to create a log in phoebus and submit it to the olog service, there is no responding. Neither did the elasticsearch or the mongodb receive the log. When I restart phoebus, I found the log was not saved locally, either.
Then I used wireshark to capture the packets to find out if the client was working. Request was not sent to the olog service when I submitted my log in the phoebus client.
So I think I failed to link the phoebus client and olog service. I have no idea about that, and how should I set the propeties in setting.ini to make the client work well? Thanks a lot for any help!
Here is my settings of phoebus related to olog app:
org.phoebus.logbook/logbook_factory=inmemory
org.phoebus.logbook/auto_title=true
org.phoebus.logbook.olog.ui/save_credentials=false
org.phoebus.olog.es.api/olog_url=https://192.168.1.13:8181/Olog
org.phoebus.olog.es.api/username=admin
org.phoebus.olog.es.api/password=1234
Regards,
Wang