Hengfei Yang
Hengfei Yang
zinc has already supported filebeat in version v0.1.7.
@yourchanges can you add an example of `gohangout` ?
@yourchanges can you try to create a merge request for https://github.com/childe/gohangout about zinc support ?
@rolwin100 How is going about playground?
@rolwin100 there is a long time, maybe you are not working on it. If you not do it, we can let other user pick up it.
As my test with zinc test document: ``` {"Year": 1896, "City": "Athens", "Sport": "Aquatics", "Discipline": "Swimming", "Athlete": "HAJOS, Alfred", "Country": "HUN", "Gender": "Men", "Event": "100M Freestyle", "Medal": "Gold", "Season": "summer"}...
@DavexPro Did you test on ARM 64 cpu? it looks just support AMD 64 arch
Just like this: ``` server { listen 80; proxy_connect_timeout 60s; proxy_read_timeout 60s; proxy_send_timeout 60s; server_name _; index index.html; root /usr/share/nginx/html; location /what-you-want/ { add_header Access-Control-Allow-Origin *; proxy_set_header Host $host; proxy_set_header...
Yes, it looks like this. just we need do it in Zinc with more efficient way.
@jonasgeiregat Thank you!