Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Create a log in an existing logset #44

@ismith

Description

@ismith

It'd be great to have a command to create a log that belongs to an existing logset - or even a command that takes a log name, a logset name, and creates the logset if it doesn't already exist.

I don't see, in either the REST API or lecli, a way to do this, even if 'create log' and 'add to logset' are separated. Contrast https://api.logentries.com, which can do this with

{
  'request': 'new_log',
  'host_key': logset_key,
  'name': log_name
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions