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
- Host: GitHub
- URL: https://github.com/doug-oliveira/elastic-search-mac-setup
- Owner: Doug-Oliveira
- Created: 2024-05-23T01:44:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T01:57:02.000Z (about 2 years ago)
- Last Synced: 2024-05-23T02:46:10.458Z (about 2 years ago)
- Topics: arm64, elasticsearch, macos, rails
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elastic-search-mac-setup
```
axbrew install elastic/tap/elasticsearch-full
```
```
axbrew services start elasticsearch-full
```
error:

## 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
```

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