having an issue creating new packs using latest zi...
# kolide
g
having an issue creating new packs using latest zip: https://dl.kolide.co/bin/fleet_latest.zip When I submit a new pack via the webUI or the API I see
Copy code
Request URL: https://<my server>/api/v1/kolide/packs
Request Method: POST
Status Code: 405 
Remote Address: <my ip>
Referrer Policy: no-referrer-when-downgrade
content-length: 0
date: Sat, 09 Jun 2018 15:20:57 GMT
status: 405
:authority: <my server>
:method: POST
:path: /api/v1/kolide/packs
:scheme: https
accept: application/json
accept-encoding: gzip, deflate, br
accept-language: en-US,en;q=0.9,es;q=0.8
authorization: Bearer <my token>
content-length: 76
content-type: application/json
origin: <my server>
referer: <my server>/packs/new
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36
{description: "this is a pac", name: "apac", host_ids: [], label_ids: [6]}
description
:
"this is a pack"
host_ids
:
[]
label_ids
:
[6]
name
:
"apack"
packs
n
Hi, @gjyoung can you support me packs kolide with old version ? 😞
g
sorry I didn’t understand your question
n
oh, i have some trouble when i'm trying create new Packs with kolide version 1.0.6
g
ah I see
the issue I’m facing is with latest. when I attempt to create a new pack I get an error HTTP 405 method not allowed
which seems like a bug
n
i'm new with Packs
😄
g
sure no problem.
n
so when you created successful Packs in old version
g
yes in prior version was working fine
I could create manually or use the import.go application to create from a batch no problem
Latest zipfile is giving a http 405
n
it automate get event by query ?
and in agent osquery you dont must create osquery.conf for get logs ?
g
hmm I’m using Kolide Fleet + Launcher agent here in Kolide we can create packs, apply a schedule to the pack to run the queries. on the endpoints I’m using Kolide’s Launcher to manage that stuff