Retrieve Logging Pipeline Information
To retrieve your logging pipeline information, you need the ID of the respective pipeline.
Request
The following is a sample request. Remember to replace the {pipelineID}
with a valid ID of the specific pipeline whose information you want to access.
Response
If your request is successful, you will receive the relevant information on a Ready
pipeline.
To access logs using Fluent Bit, you need the following information:
Field | Usage |
---|---|
| Set the TCP log server address during Fluent Bit configuration. |
| Set the HTTP log server address during Fluent Bit configuration. |
| Set the tag during Fluent Bit configuration. Remember to use the same tag you defined while creating the pipeline. |
Note: A key is necessary to send logs through the newly formed logging pipeline. For more information about obtaining a key, see Obtain a New Key.
Last updated