Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi ! Trying To Run A Local Version (Docker) And Have Some Troubles With My Mac . Do You Know If The Online Documentation Support The Latest Version Of Macos?

Hi ! trying to run a local version (docker) and have some troubles with my Mac . do you know if the online documentation support the latest version of macOS?

  
  
Posted 10 months ago
Votes Newest

Answers 11


h i, if I’m not wrong, mongodb doesn’t have an ARM image (and you are using a Silicon one like me ofc 😄 )

  
  
Posted 10 months ago

you can try use a specific image like docker.io/arm64v8/mongo:latest

  
  
Posted 10 months ago

thank you . I suggest you add it in the docs somewhere …

  
  
Posted 10 months ago

sorry to bother again but I’m still struggling to make the webserver work

  
  
Posted 10 months ago

in the logs I get :
open() “/usr/share/nginx/html/50x.html” failed (2: No such file or directory)

  
  
Posted 10 months ago

yes

  
  
Posted 10 months ago

does the webserver instance fails to run due to this error?

  
  
Posted 10 months ago

if you have problems with other images I suggest to run docker in emulation mode so you can run amd64 images

  
  
Posted 10 months ago

not official but should work

  
  
Posted 10 months ago

I run into problem in two different steps ..

  • in the ELK max update
  • when I pass it and run the docker-compose I got an error regarding the platform (The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested) . eventually when the docker was up the webserver indicated for an error
  
  
Posted 10 months ago

Hi @<1668427977265778688:profile|BurlyOtter33> , you mean you're deploying the server itself on a mac?

  
  
Posted 10 months ago
596 Views
11 Answers
10 months ago
10 months ago
Tags