Peter Johnson
Peter Johnson
Hi @MALKARAJ I wasn't able to reproduce, the command succeeds on my machine: ``` curl -L -X GET --silent --fail --remote-name https://s3.amazonaws.com/metro-extracts.nextzen.org/portland_oregon.osm.pbf ``` It could be that it was an...
Very nice thanks @feromes
Is this ready to be merged?
Synonyms are applied at index-time, so they will require a full re-index. Did you drop and recreate the elasticsearch index?
Hi @Jezternz have a look at https://github.com/pelias/docker/issues/227#issuecomment-738859618 I would be :+1: with adding some notes to the documentation about steps that could be taken to strengthen security but we would...
Is there some reason why you don't have a firewall with port blocking rules protecting your production environment?
Hah guilty @Jezternz I usually live in Berlin but I've absconded with my family to Wellington until the northern hemisphere returns to some form of normality ;)
Can you please post the output of these commands: ```bash sudo netstat -plnt ``` ```bash docker ps -a | grep pelias ```
I fixed the formatting above, the trick for markdown is to paste it between a pair of triple backticks
> Caused by: java.nio.file.AccessDeniedException: /usr/share/elasticsearch/data/nodes" This directory should be available on your host machine at `${DATA_DIR}/elasticsearch` (with the `DATA_DIR` being defined in the `.env` file, as per the docs). Is...