Template
Analyze the following logs and extract key insights, such as errors, performance issues, and potential security risks: {log_data}
{
"insights": [
"List of key insights"
]
}
b74d2e1f-5a05-45b8-8261-afacadf6b3e7
Run in your code
javascript
python
php
ruby
go
java
swift
dart
kotlin
csharp
curl
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({
apiKey: "your api key here"
});
const response = await jigsaw.prompt_engine.run({
"id": "b74d2e1f-5a05-45b8-8261-afacadf6b3e7",
"input_values": {
"log_data": "your value here"
}
})
$
npm i jigsawstack
Try prompt template
Extract Insights from Logs Preview (Alpha)
Try all advanced features ->
Run to see results
Resources