Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default paths in macOS for Redis 4.0.1 #5173

Merged
merged 1 commit into from
Sep 20, 2017

Conversation

monicasarbu
Copy link
Contributor

Add another default path that works for newer versions of Redis (4.0.1), for macOS.

@monicasarbu monicasarbu force-pushed the fix_redis_config_paths_for_logs branch from a22a35c to 12fb17c Compare September 13, 2017 12:48
@monicasarbu
Copy link
Contributor Author

@tsg can you please have a look? Thanks

@@ -6,6 +6,7 @@ var:
- /var/log/redis/redis-server.log*
os.darwin:
- /usr/local/var/log/redis/redis-server.log*
-/user/local/var/db/redis/redis-server.log*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whitespace here seems off? Could cause issues.

@@ -12,7 +12,7 @@
enabled: true

# The Redis hosts to connect to.
#var.hosts: ["localhost:6378"]
#var.hosts: ["localhost:6379"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch 👍

@monicasarbu monicasarbu force-pushed the fix_redis_config_paths_for_logs branch from 1446f71 to 527448b Compare September 18, 2017 12:34
@monicasarbu monicasarbu force-pushed the fix_redis_config_paths_for_logs branch from 688cb8d to 0ea1f37 Compare September 18, 2017 12:36
@monicasarbu
Copy link
Contributor Author

@tsg fixed, thanks

@ruflin
Copy link
Member

ruflin commented Sep 20, 2017

@monicasarbu Does this need a backport?

@ruflin ruflin merged commit 23f6efe into elastic:master Sep 20, 2017
@tsg tsg added the needs_backport PR is waiting to be backported to other branches. label Sep 20, 2017
@tsg
Copy link
Contributor

tsg commented Sep 20, 2017

I added needs_backport, because this is fixing something.

ruflin pushed a commit to ruflin/beats that referenced this pull request Oct 9, 2017
@ruflin ruflin removed the needs_backport PR is waiting to be backported to other branches. label Oct 9, 2017
exekias pushed a commit that referenced this pull request Oct 10, 2017
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants