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

[DOCS] Fix 'make setup' instructions for a new beat #24944

Merged
merged 3 commits into from
Apr 6, 2021
Merged

[DOCS] Fix 'make setup' instructions for a new beat #24944

merged 3 commits into from
Apr 6, 2021

Commits on Apr 6, 2021

  1. Remove trailing whitespace

    cavokz committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    c0f60cf View commit details
    Browse the repository at this point in the history
  2. Fix 'make setup' instructions for a new beat

    In "Fetching Dependencies and Setting up the Beat" the user is
    instructed to run 'make setup' in the newly created beat directory.
    
    Such command fails with error:
    
      make: *** No rule to make target 'setup'.  Stop.
    
    The problem and its fix are mentioned on forum [0] and reported in
    issue #24660.
    
    [0] https://discuss.elastic.co/t/make-no-rule-to-make-target-setup-stop-custom-beat/229231
    cavokz committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    6666d02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64a967f View commit details
    Browse the repository at this point in the history