question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Discussion Topic: Verbs

See original GitHub issue

We’re attempting to adapt our feeds to ECS to try it out. So far, so good when it comes to identifying the Nouns in the events, but we’re struggling with the Verbs.

If a firewall (covered) blocks traffic, some source IP (covered) some dest IP (covered) on such and such ports (all covered) at some time (covered), I get to what happened: REJECT

Where does that go…

I see the http now and I’m thinking, maybe we could abstract that and use it for other services? Maybe service is that abstraction?

{ 
  "service: {
    "name": "httpd",
    "verb":  404,
   ...
}

{ 
  "service": {
    "name": "firewall",
    "verb": "reject",
   ...
}

That doesn’t feel exactly right… but I feel like we need something like that. Anyone else thinking about that?

Whether it was an authentication failure (or success) for ssh, or a firewall blocking something, or whatever… something is happening in those logged messages. I want to capture that part.

I feel like making tags for every service is the wrong path, I’m not sure what to do. :-\

Thanks for listening anyway 😄

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ave19commented, Jun 14, 2018

We’ll have to try some things and see how they go. I’ll try to keep you posted.

1reaction
praseodymcommented, Jun 8, 2018

I would expect something like event.action for this use case!

Read more comments on GitHub >

github_iconTop Results From Across the Web

75 phrasal verb conversation questions
1 – Do you ever flake out in front of the television? 2 – What is the best way to wind down after...
Read more >
ESL Conversation Questions - Phrasal Verbs
A small selection of phrasal verb conversation questions for your students to practice. Discussion questions are a great way to internalize language.
Read more >
Verb patterns discussion questions - TEFLtastic
Verb patterns discussion questions · Work and studies. Is there anything you can't stand doing in your work or studies? · Free time....
Read more >
Phrasal Verbs Activity Exercises Discussion Questions
Phrasal verbs activity and exercises. 20 frequently used phrasal verbs, definition flashcards and conversation questions with PDF worksheet.
Read more >
Phrasal Verbs Questions for the ESL Classroom
Check these questions with the most common phrasal verbs so you can assess your learners or have a nice conversation with your friends....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found