Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.33 KB

File metadata and controls

38 lines (24 loc) · 1.33 KB

Set up Cloud Log Streaming with Elastic

Perform the following steps to set up log streaming with Elastic.

  1. Generate a new API key in Elastic. Api key should have following privileges:
"write",
"auto_configure",
"create_index",
"manage"
  1. Go to the MyJFrog Portal.

  2. Additionally, you can access the MyJFrog Portal from the JFrog Platform. For more information, see Platform Single Sign-On to MyJFrog.

Note: You must be a Platform Admin to access the MyJFrog Portal via the JFrog Platform.

Log into the JFrog Platform, and in the left navigation bar of the Application module, click MyJFrog Portal. This opens the MyJFrog Portal in a new tab in your browser.

  1. Select Settings from the left navigation menu.

  2. Select the JFrog Cloud Log Streaming tab.

  3. Turn on the Log Streaming toggle.

  4. Select Elastic.

elastic.png

  1. Enter the Elastic API key and log ingestion URL in format http://localhost:9200/_bulk?pretty.

  2. Click Save.

Logs will be streamed to a new Elastic index jfrog_cloud. No further log parsing in Elastic is provided by JFrog. Index customization will be added later in the MyJFrog UI.