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 2 months ago
Votes Newest

Answers 11


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

  
  
Posted 2 months ago

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

  
  
Posted 2 months ago

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

  
  
Posted 2 months ago

not official but should work

  
  
Posted 2 months ago

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

  
  
Posted 2 months ago

yes

  
  
Posted 2 months ago

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 2 months ago

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

  
  
Posted 2 months ago

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

  
  
Posted 2 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 2 months ago

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

  
  
Posted 2 months ago
125 Views
11 Answers
2 months ago
2 months ago
Tags