An open API service indexing awesome lists of open source software.

https://github.com/doug-oliveira/elastic-search-mac-setup

ElasticSearch Mac M1 installation instructions
https://github.com/doug-oliveira/elastic-search-mac-setup

arm64 elasticsearch macos rails

Last synced: 6 months ago
JSON representation

ElasticSearch Mac M1 installation instructions

Awesome Lists containing this project

README

          

# elastic-search-mac-setup

```
axbrew install elastic/tap/elasticsearch-full
```

```
axbrew services start elasticsearch-full
```
error:

![image](https://github.com/Doug-Oliveira/elastic-search-mac-setup/assets/56242853/2acdf702-6994-4725-8aef-5f8785216cac)

## Solution

Reference Link => https://github.com/elastic/elasticsearch/issues/91159

The axbrew installation files are in the path below:

```
/usr/local/homebrew/etc
```
or
```
/usr/local/homebrew/opt
```

![image](https://github.com/Doug-Oliveira/elastic-search-mac-setup/assets/56242853/bc5aac01-bb5d-4d2f-90b3-660885f2aebe)

------------

![image](https://github.com/Doug-Oliveira/elastic-search-mac-setup/assets/56242853/7a89018f-acd1-4d92-b53a-81aeec77892a)